public interface AttachmentSummary
| Modifier and Type | Method and Description |
|---|---|
ClassificationSummary |
getClassificationSummary()
Gets the classificationSummary of the attachment.
|
java.time.Instant |
getCreated()
Gets the time when the attachment was created.
|
String |
getId()
Gets the id of the attachment.
|
java.time.Instant |
getModified()
Gets the time when the attachment was last modified.
|
java.time.Instant |
getReceived()
Gets the time when the attachment was received.
|
String |
getTaskId()
Gets the id of the associated task.
|
String getId()
String getTaskId()
java.time.Instant getCreated()
java.time.Instant getModified()
ClassificationSummary getClassificationSummary()
java.time.Instant getReceived()
Copyright © 2018. All rights reserved.