|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDestinationAttachment
The IDestinationAttachment interface provides information for the destination file content in the collection,
including the content's name and mime type.
| Method Summary | |
|---|---|
java.lang.String |
getEmbedName()
Returns the name of the file content. |
java.lang.String |
getMimeType()
Returns the mime type of the file content. |
void |
setEmbedName(java.lang.String sVal)
Sets the name of the file content. |
void |
setMimeType(java.lang.String sVal)
Sets the mime type of the file content. |
| Method Detail |
|---|
java.lang.String getMimeType()
throws SDKException
Returns the mime type of the file content. For example, "image/gif" or "video/mpeg".
String containing the mime type of the file content.
SDKException - This is thrown if the process is unsuccessful.void setMimeType(java.lang.String sVal)
Sets the mime type of the file content. For example, "image/gif" or "video/mpeg".
sVal - A String containing the mime type of the file content.
java.lang.String getEmbedName()
throws SDKException
Returns the name of the file content.
String containing the name of the file content.
SDKException - This is thrown if the process is unsuccessful.void setEmbedName(java.lang.String sVal)
Sets the name of the file content.
sVal - A String containing the name of the attachment.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||