Package com.mks.tm.api
Interface IItemAttachmentDelta
public interface IItemAttachmentDelta
A record to create or remove an attachment from an item.
-
Method Details
-
getFieldName
The name of the attachment field.- Returns:
- The name of the attachment field.
- Throws:
TMAPIException
- Reserved exception.
-
getFile
The local file which contains the content for an added attachment.- Returns:
- The local file that will be an attachment.
- Throws:
TMAPIException
- Reserved exception.
-
getName
The name of the attachment.- Returns:
- The name of the attachment.
- Throws:
TMAPIException
- Reserved exception.
-
getSummary
The summary for the attachment.- Returns:
- The summary for the attachment.
- Throws:
TMAPIException
- Reserved exception.
-