Uses of Class
kong.unirest.core.MultipartMode
-
Packages that use MultipartMode Package Description kong.unirest.core -
-
Uses of MultipartMode in kong.unirest.core
Methods in kong.unirest.core that return MultipartMode Modifier and Type Method Description default MultipartModeBody. getMode()static MultipartModeMultipartMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MultipartMode[]MultipartMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in kong.unirest.core with parameters of type MultipartMode Modifier and Type Method Description MultipartBodyMultipartBody. mode(MultipartMode value)Set the Apache Mode.
-