| Modifier and Type | Method and Description |
|---|---|
RestMultipart.RestMultipartType |
RestMultipart.getType() |
static RestMultipart.RestMultipartType |
RestMultipart.RestMultipartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestMultipart.RestMultipartType[] |
RestMultipart.RestMultipartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestMultipart.setType(RestMultipart.RestMultipartType type) |
| Constructor and Description |
|---|
RestMultipart(RestMultipart.RestMultipartType type,
String stringValue) |
RestMultipart(RestMultipart.RestMultipartType type,
String stringValue,
String contentType) |
RestMultipart(RestMultipart.RestMultipartType type,
String stringValue,
String contentType,
String charset) |
Copyright © 2016 smartrics. All Rights Reserved.