Uses of Class
com.adobe.pdfservices.operation.internal.http.StringBodyPart
-
Packages that use StringBodyPart Package Description com.adobe.pdfservices.operation.internal.http -
-
Uses of StringBodyPart in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return StringBodyPart Modifier and Type Method Description StringBodyPartBaseMultipartRequest. getStringBodyPart()StringBodyPartMultiPartRequest. getStringBodyPart()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type StringBodyPart Modifier and Type Method Description MultiPartRequestBaseMultipartRequest. withStringBodyPart(StringBodyPart stringBodyPart)Only supports a single body part for now, based on the backend API.MultiPartRequestMultiPartRequest. withStringBodyPart(StringBodyPart bodyPart)
-