public static enum RetentionPolicyParams.RetentionType extends Enum<RetentionPolicyParams.RetentionType>
Enum Constant and Description |
---|
MODIFIABLE
You can modify the retention policy.
|
NON_MODIFIABLE
You can modify the retention policy only in a limited way: add a folder, lengthen the duration,
retire the policy, change the disposition action or notification settings.
|
Modifier and Type | Method and Description |
---|---|
static RetentionPolicyParams.RetentionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionPolicyParams.RetentionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetentionPolicyParams.RetentionType MODIFIABLE
public static final RetentionPolicyParams.RetentionType NON_MODIFIABLE
public static RetentionPolicyParams.RetentionType[] values()
for (RetentionPolicyParams.RetentionType c : RetentionPolicyParams.RetentionType.values()) System.out.println(c);
public static RetentionPolicyParams.RetentionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null