| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
PredictedMessageAction |
Item.getGroupingAction()
Gets the grouping action.
|
PredictedMessageAction |
Conversation.getGroupingAction()
Gets the grouping action.
|
PredictedMessageAction |
Item.getNextPredictedAction()
Gets the next predicted action.
|
PredictedMessageAction |
Conversation.getNextPredictedAction()
Gets the next predicted action.
|
static PredictedMessageAction |
PredictedMessageAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PredictedMessageAction[] |
PredictedMessageAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|