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 MultipartMode
HttpRequestMultiPart. mode
Methods in kong.unirest.core that return MultipartMode Modifier and Type Method Description default MultipartMode
Body. getMode()
MultipartMode
HttpRequestMultiPart. getMode()
static MultipartMode
MultipartMode. 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 MultipartBody
HttpRequestMultiPart. mode(MultipartMode value)
MultipartBody
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 MultipartMode Modifier and Type Method Description private java.lang.String
BodyBuilder. standardizeName(BodyPart part, MultipartMode mode)
-