Uses of Class
io.helidon.media.multipart.WriteableMultiPart.Builder
-
Uses of WriteableMultiPart.Builder in io.helidon.media.multipart
Modifier and TypeMethodDescriptionWriteableMultiPart.Builder.bodyPart
(WriteableBodyPart bodyPart) Add a body part.Add a new body part based on the name entity.Add a new body part based on the name, filename andPath
to the file.Add a new body part based on the name andPath
to the files.WriteableMultiPart.Builder.bodyPart
(Supplier<WriteableBodyPart> supplier) Add a body part.WriteableMultiPart.Builder.bodyParts
(Collection<WriteableBodyPart> bodyParts) Add body parts.static WriteableMultiPart.Builder
WriteableMultiPart.builder()
Create a new builder instance.