| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ReminderActionType |
ReminderItemAction.getType()
Gets the type.
|
static ReminderActionType |
ReminderActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReminderActionType[] |
ReminderActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type,
java.util.Date newReminderTime)
Perform reminder action.
|
void |
ReminderItemAction.setType(ReminderActionType type)
Sets the type.
|
| Constructor and Description |
|---|
ReminderItemAction(ItemId itemId,
ReminderActionType type)
Instantiates a new reminder item action.
|
ReminderItemAction(ItemId itemId,
ReminderActionType type,
java.util.Date newReminderTime)
Instantiates a new reminder item action.
|