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 MultipartModeBody.getMode()HttpRequestMultiPart.getMode()static MultipartModeReturns 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 StringBodyBuilder.standardizeName(BodyPart part, MultipartMode mode)