| Modifier and Type | Method and Description |
|---|---|
RestMultipart |
RestMultipart.setCharset(String charset)
Sets the charset of multipart upload file name for this request.
|
RestMultipart |
RestMultipart.setContentType(String contentType)
Sets the content type of multipart upload file name for this request.
|
RestMultipart |
RestMultipart.setValue(String value)
Sets the multipart upload file name for this request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RestMultipart> |
RestRequest.getMultipartFileNames() |
| Modifier and Type | Method and Description |
|---|---|
RestRequest |
RestRequest.addMultipart(String multiParamName,
RestMultipart restMultipart)
Add the multipart upload file name for this request.
|
Copyright © 2016 smartrics. All Rights Reserved.