public interface OperationRequestPart
OperationRequest.getParts()
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Returns the contents of the part.
|
HttpHeaders |
getHeaders()
Returns the part's headers.
|
String |
getName()
Returns the name of the part.
|
String |
getSubmittedFileName()
Returns the name of the file that is being uploaded in this part.
|
String getName()
String getSubmittedFileName()
byte[] getContent()
HttpHeaders getHeaders()