Uses of Class
com.github.scribejava.core.httpclient.multipart.BodyPartPayload
| Package | Description |
|---|---|
| com.github.scribejava.core.httpclient.multipart |
-
Uses of BodyPartPayload in com.github.scribejava.core.httpclient.multipart
Subclasses of BodyPartPayload in com.github.scribejava.core.httpclient.multipart Modifier and Type Class Description classByteArrayBodyPartPayloadclassFileByteArrayBodyPartPayloadclassMultipartPayloadMethods in com.github.scribejava.core.httpclient.multipart that return types with arguments of type BodyPartPayload Modifier and Type Method Description java.util.List<BodyPartPayload>MultipartPayload. getBodyParts()Methods in com.github.scribejava.core.httpclient.multipart with parameters of type BodyPartPayload Modifier and Type Method Description voidMultipartPayload. addBodyPart(BodyPartPayload bodyPartPayload)