| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ConversationActionType |
ConversationAction.getAction()
Gets the action to perform on the conversation specified by the ConversationId element.
|
static ConversationActionType |
ConversationActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConversationActionType[] |
ConversationActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationAction.setAction(ConversationActionType action)
Sets the action to perform on the conversation specified by the ConversationId element.
|