public interface Attachment
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Attachment.AttachmentEncoding | 
| static class  | Attachment.AttachmentType | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment.AttachmentType | getAttachmentType() | 
| String | getContentEncoding() | 
| String | getContentID() | 
| String | getContentType() | 
| Attachment.AttachmentEncoding | getEncoding() | 
| String | getId() | 
| InputStream | getInputStream() | 
| String | getName() | 
| String | getPart() | 
| long | getSize() | 
| String | getUrl() | 
| boolean | isCached() | 
| void | setContentType(String contentType) | 
| void | setPart(String part) | 
String getName()
String getContentType()
void setContentType(String contentType)
long getSize()
String getPart()
void setPart(String part)
InputStream getInputStream() throws Exception
ExceptionString getUrl()
boolean isCached()
Attachment.AttachmentType getAttachmentType()
String getContentID()
Attachment.AttachmentEncoding getEncoding()
String getContentEncoding()
String getId()
Copyright © 2019. All Rights Reserved.