Uses of Enum Class
kong.unirest.core.MultipartMode
Packages that use MultipartMode
-
Uses of MultipartMode in kong.unirest.core
Fields in kong.unirest.core declared as MultipartModeMethods in kong.unirest.core that return MultipartModeModifier and TypeMethodDescriptiondefault MultipartMode
Body.getMode()
HttpRequestMultiPart.getMode()
static MultipartMode
Returns the enum constant of this class with the specified name.static MultipartMode[]
MultipartMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in kong.unirest.core with parameters of type MultipartModeModifier and TypeMethodDescriptionHttpRequestMultiPart.mode
(MultipartMode value) MultipartBody.mode
(MultipartMode value) Set the Apache Mode. -
Uses of MultipartMode in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type MultipartModeModifier and TypeMethodDescriptionprivate String
BodyBuilder.standardizeName
(BodyPart part, MultipartMode mode)