Uses of Class
kong.unirest.core.MultipartMode
-
Packages that use MultipartMode Package Description kong.unirest.core kong.unirest.core.java -
-
Uses of MultipartMode in kong.unirest.core
Fields in kong.unirest.core declared as MultipartMode Modifier and Type Field Description private MultipartModeHttpRequestMultiPart. modeMethods in kong.unirest.core that return MultipartMode Modifier and Type Method Description default MultipartModeBody. getMode()MultipartModeHttpRequestMultiPart. getMode()static MultipartModeMultipartMode. valueOf(java.lang.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 MultipartBodyHttpRequestMultiPart. mode(MultipartMode value)MultipartBodyMultipartBody. 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 MultipartMode Modifier and Type Method Description private java.lang.StringBodyBuilder. standardizeName(BodyPart part, MultipartMode mode)
-