public class ConversationAction extends Object
Constructor and Description |
---|
ConversationAction() |
Modifier and Type | Method and Description |
---|---|
protected ConversationActionType |
getAction()
Gets conversation action
|
protected StringList |
getCategories()
Gets conversation categories for Always Categorize action
|
protected FolderIdWrapper |
getContextFolderId()
Gets folder id ContextFolder
|
protected ConversationId |
getConversationId()
Gets conversation id
|
protected Date |
getConversationLastSyncTime()
ConversationLastSyncTime is used in one
time action to determine the item
on which to take the action.
|
protected DeleteMode |
getDeleteType()
DeleteType
|
protected FolderIdWrapper |
getDestinationFolderId()
Gets folder id for Move action
|
protected boolean |
getEnableAlwaysDelete()
Gets Enable Always Delete value for Always Delete action
|
protected Boolean |
getIsRead()
IsRead
|
protected boolean |
getProcessRightAway()
Gets ProcessRightAway
|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
void |
setAction(ConversationActionType value)
Sets conversation action
|
void |
setCategories(StringList value)
Sets conversation categories for Always Categorize actions
|
void |
setContextFolderId(FolderIdWrapper value)
Sets folder id ContextFolder
|
void |
setConversationId(ConversationId value)
Sets conversation id
|
void |
setConversationLastSyncTime(Date value)
ConversationLastSyncTime is used in
one time action to determine the item
on which to take the action.
|
void |
setDeleteType(DeleteMode value)
DeleteType
|
void |
setDestinationFolderId(FolderIdWrapper value)
Sets folder id for Move action
|
void |
setEnableAlwaysDelete(boolean value)
Sets Enable Always Delete value for Always Delete action
|
void |
setIsRead(Boolean value)
IsRead
|
void |
setProcessRightAway(boolean value)
Sets ProcessRightAway
|
void |
validate()
Validate request.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes XML elements.
|
public ConversationAction()
protected ConversationActionType getAction()
public void setAction(ConversationActionType value)
protected ConversationId getConversationId()
public void setConversationId(ConversationId value)
protected boolean getProcessRightAway()
public void setProcessRightAway(boolean value)
protected StringList getCategories()
public void setCategories(StringList value)
protected boolean getEnableAlwaysDelete()
public void setEnableAlwaysDelete(boolean value)
protected DeleteMode getDeleteType()
public void setDeleteType(DeleteMode value)
protected Date getConversationLastSyncTime()
public void setConversationLastSyncTime(Date value)
protected FolderIdWrapper getContextFolderId()
public void setContextFolderId(FolderIdWrapper value)
protected FolderIdWrapper getDestinationFolderId()
public void setDestinationFolderId(FolderIdWrapper value)
protected String getXmlElementName()
public void writeElementsToXml(EwsServiceXmlWriter writer) throws Exception
writer
- The writer.Exception
Copyright © 2012–2015 Microsoft. All rights reserved.