Modifiers | Name | Description |
---|---|---|
static java.lang.String |
ANONYMOUS_NAME |
Constructor and description |
---|
HttpAttachmentPart
() |
HttpAttachmentPart
(java.lang.String name, java.util.List<java.lang.String> types) |
HttpAttachmentPart
(java.lang.String name, java.lang.String type) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addContentType(java.lang.String contentType) |
|
AttachmentType |
getAttachmentType() |
|
java.lang.String[] |
getContentTypes() |
|
java.lang.String |
getDescription() |
|
java.lang.String |
getName() |
|
SchemaType |
getSchemaType() |
|
boolean |
isAnonymous() |
|
void |
setSchemaType(SchemaType schemaType) |
|
void |
setType(AttachmentType type) |