public static final class MultiPartRequest.MultiPartParam
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contentType |
java.lang.String |
value |
| Constructor and Description |
|---|
MultiPartRequest.MultiPartParam(java.lang.String contentType,
java.lang.String value)
Initialize a multipart request param with the value and content type
|