void |
Conversation.copyItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId) |
Copies item in the specified conversation to a specific folder.
|
void |
Conversation.deleteItems(FolderId contextFolderId,
DeleteMode deleteMode) |
Deletes item in the specified conversation.
|
void |
Conversation.disableAlwaysCategorizeItems(boolean processSynchronously) |
Sets up a conversation so that any item
received within that conversation is no longer categorized.
|
void |
Conversation.disableAlwaysDeleteItems(boolean processSynchronously) |
Sets up a conversation so that any item received within that
conversation is no longer moved to Deleted Items folder.
|
void |
Conversation.disableAlwaysMoveItemsInConversation(boolean processSynchronously) |
Sets up a conversation so that any item received within
that conversation is no longer moved to a specific
folder.
|
void |
Conversation.enableAlwaysCategorizeItems(Iterable<String> categories,
boolean processSynchronously) |
Sets up a conversation so that any item
received within that conversation is always categorized.
|
void |
Conversation.enableAlwaysDeleteItems(boolean processSynchronously) |
Sets up a conversation so that any item received
within that conversation is always moved to Deleted Items folder.
|
void |
Conversation.enableAlwaysMoveItems(FolderId destinationFolderId,
boolean processSynchronously) |
Sets up a conversation so that any item received within
that conversation is always moved to a specific folder.
|
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode) |
Update item.
|
void |
Conversation.moveItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId) |
Moves item in the specified conversation to a specific folder.
|
void |
Conversation.setReadStateForItemsInConversation(FolderId contextFolderId,
boolean isRead) |
Sets the read state of item in the specified conversation.
|
void |
Item.update(ConflictResolutionMode conflictResolutionMode) |
Applies the local changes that have been made to this item.
|
Task |
Task.updateTask(ConflictResolutionMode conflictResolutionMode) |
Applies the local changes that have been made to this task.
|