| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
RetentionAction |
RetentionPolicyTag.getRetentionAction()
Gets the retention action.
|
RetentionAction |
ContentSettings.getRetentionAction()
Gets the retention action.
|
static RetentionAction |
RetentionAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RetentionAction[] |
RetentionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetentionPolicyTag.setRetentionAction(RetentionAction retentionAction)
Sets the retention action.
|
void |
ContentSettings.setRetentionAction(RetentionAction retentionAction)
Sets the retention action.
|