public interface IContentType
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContentBody()
Returns the value of field 'content'.
|
java.lang.String |
getMimeType()
Returns the value of field 'mimeType'.
|
void |
setContentBody(java.lang.Object content)
Sets the value of field 'content'.
|
void |
setMimeType(java.lang.String mimeType)
Sets the value of field 'mimeType'.
|
java.lang.Object getContentBody()
java.lang.String getMimeType()
void setContentBody(java.lang.Object content)
content - the value of field 'content'.void setMimeType(java.lang.String mimeType)
mimeType - the value of field 'mimeType'.