Uses of Class
kong.unirest.core.BodyPart
-
Packages that use BodyPart Package Description kong.unirest.core -
-
Uses of BodyPart in kong.unirest.core
Subclasses of BodyPart in kong.unirest.core Modifier and Type Class Description classByteArrayPartclassFilePartclassInputStreamPartclassParamPartMethods in kong.unirest.core that return BodyPart Modifier and Type Method Description default BodyPartBody. getField(String name)default BodyPartBody. uniPart()Methods in kong.unirest.core that return types with arguments of type BodyPart Modifier and Type Method Description default Collection<BodyPart>Body. multiParts()Collection<BodyPart>TestBody. multiParts()Constructors in kong.unirest.core with parameters of type BodyPart Constructor Description TestBody(BodyPart<String>... parts)
-