Uses of Enum
org.apache.hc.client5.http.entity.mime.HttpMultipartMode
Packages that use HttpMultipartMode
-
Uses of HttpMultipartMode in org.apache.hc.client5.http.entity.mime
Methods in org.apache.hc.client5.http.entity.mime that return HttpMultipartModeModifier and TypeMethodDescriptionstatic HttpMultipartModeReturns the enum constant of this type with the specified name.static HttpMultipartMode[]HttpMultipartMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.client5.http.entity.mime with parameters of type HttpMultipartModeModifier and TypeMethodDescriptionstatic FormBodyPartBuilderFormBodyPartBuilder.create(String name, ContentBody body, HttpMultipartMode mode) Creates a new builder instance with the specified name, content body, and multipart mode.MultipartEntityBuilder.setMode(HttpMultipartMode mode)