public interface WorkspaceMessage
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAddresses() |
List<WorkspaceItem> |
getAttachments() |
List<String> |
getAttachmentsIds() |
String |
getBody() |
List<String> |
getCopyAttachmentsIds() |
String |
getId()
Return this request id.
|
User |
getSender()
Return this request sender.
|
Calendar |
getSendTime()
Return the request send time.
|
String |
getSubject() |
boolean |
isRead() |
void |
open() |
WorkspaceItem |
saveAttachment(String attachmentId,
String destinationFolderId) |
void |
saveAttachments(String destinationFolderId) |
void |
setStatus(boolean status) |
String getId()
String getSubject()
String getBody()
User getSender()
Calendar getSendTime()
boolean isRead()
void setStatus(boolean status)
throws InternalErrorException
status - TODOInternalErrorExceptionvoid saveAttachments(String destinationFolderId) throws InternalErrorException, WrongDestinationException, ItemNotFoundException
destinationFolderId - InternalErrorExceptionWrongDestinationExceptionItemNotFoundExceptionList<WorkspaceItem> getAttachments() throws InternalErrorException
InternalErrorExceptionWorkspaceItem saveAttachment(String attachmentId, String destinationFolderId) throws InternalErrorException, WrongDestinationException, ItemNotFoundException
attachmentId - destinationFolderId - InternalErrorExceptionWrongDestinationExceptionItemNotFoundExceptionvoid open()
throws InternalErrorException
InternalErrorExceptionCopyright © 2020. All Rights Reserved.