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 TypeClassDescriptionclassclass(package private) classclassclass(package private) class(package private) classFields 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 BodyPartdefault BodyPartBody.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.BodyPublisherBodyBuilder.createInputStreamBody(Body b, BodyPart bodyPart) private HttpRequest.BodyPublisherBodyBuilder.createStringBody(Body b, BodyPart bodyPart) private voidBodyBuilder.setMultiPart(Body o, MultipartBodyPublisher.Builder builder, BodyPart part) private StringBodyBuilder.standardizeName(BodyPart part, MultipartMode mode)