public interface Attachment
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Returns the Channel on which the attachment was received.
|
Classification |
getClassification()
Returns the classification of the attachment.
|
Timestamp |
getCreated()
Returns the time when the attachment was created.
|
Map<String,Object> |
getCustomAttributes()
Returns the custom attributes of this attachment.
|
String |
getId()
Returns the current id of the attachment.
|
Timestamp |
getModified()
Returns the time when the attachment was last modified.
|
ObjectReference |
getObjectReference()
Returns the
primaryObjectReference of the attachment. |
Timestamp |
getReceived()
Returns the time when this attachment was received.
|
String |
getTaskId()
Returns the id of the associated task.
|
void |
setChannel(String channel)
Sets the Channel on which the attachment was received.
|
void |
setClassification(Classification classification)
Set the classification for this attachment.
|
void |
setCustomAttributes(Map<String,Object> customAttributes)
Sets the custom attribute Map of the attachment.
|
void |
setObjectReference(ObjectReference objectReference)
Sets the
primaryObjectReference of the attachment. |
void |
setReceived(Timestamp received)
Sets the time when the attachment was received.
|
String getId()
String getTaskId()
Timestamp getCreated()
TimestampTimestamp getModified()
Timestamp of the attachmentClassification getClassification()
Classification of this attachmentvoid setClassification(Classification classification)
classification - the Classification for this attachmentObjectReference getObjectReference()
primaryObjectReference of the attachment.primaryObjectReference of the attachmentvoid setObjectReference(ObjectReference objectReference)
primaryObjectReference of the attachment.objectReference - the primaryObjectReference of the attachmentString getChannel()
void setChannel(String channel)
channel - the channel on which the attachment was receivedTimestamp getReceived()
Timestampvoid setReceived(Timestamp received)
received - the time as Timestamp when the attachment was receivedMap<String,Object> getCustomAttributes()
MapCopyright © 2018. All rights reserved.