Uses of Class
kong.unirest.core.BodyPart
Packages that use BodyPart
-
Uses of BodyPart in kong.unirest.core
Subclasses of BodyPart in kong.unirest.coreModifier and TypeClassDescriptionclass
class
(package private) class
class
class
(package private) class
(package private) class
Fields in kong.unirest.core declared as BodyPartFields in kong.unirest.core with type parameters of type BodyPartMethods in kong.unirest.core that return BodyPartModifier and TypeMethodDescriptiondefault BodyPart
default BodyPart
Body.uniPart()
HttpRequestJsonPatch.uniPart()
HttpRequestUniBody.uniPart()
Methods in kong.unirest.core that return types with arguments of type BodyPartModifier and TypeMethodDescriptiondefault Collection
<BodyPart> Body.multiParts()
HttpRequestMultiPart.multiParts()
TestBody.multiParts()
Methods in kong.unirest.core with parameters of type BodyPartConstructors in kong.unirest.core with parameters of type BodyPart -
Uses of BodyPart in kong.unirest.core.java
Methods in kong.unirest.core.java with parameters of type BodyPartModifier and TypeMethodDescriptionprivate HttpRequest.BodyPublisher
BodyBuilder.createInputStreamBody
(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisher
BodyBuilder.createStringBody
(Body b, BodyPart bodyPart) private void
BodyBuilder.setMultiPart
(Body o, MultipartBodyPublisher.Builder builder, BodyPart part) private String
BodyBuilder.standardizeName
(BodyPart part, MultipartMode mode)