public enum RetentionPolicyAssignmentAssignedToTypeField extends Enum<RetentionPolicyAssignmentAssignedToTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
RetentionPolicyAssignmentAssignedToTypeField.RetentionPolicyAssignmentAssignedToTypeFieldDeserializer |
static class |
RetentionPolicyAssignmentAssignedToTypeField.RetentionPolicyAssignmentAssignedToTypeFieldSerializer |
| Enum Constant and Description |
|---|
ENTERPRISE |
FOLDER |
METADATA_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static RetentionPolicyAssignmentAssignedToTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionPolicyAssignmentAssignedToTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetentionPolicyAssignmentAssignedToTypeField FOLDER
public static final RetentionPolicyAssignmentAssignedToTypeField ENTERPRISE
public static final RetentionPolicyAssignmentAssignedToTypeField METADATA_TEMPLATE
public static RetentionPolicyAssignmentAssignedToTypeField[] values()
for (RetentionPolicyAssignmentAssignedToTypeField c : RetentionPolicyAssignmentAssignedToTypeField.values()) System.out.println(c);
public static RetentionPolicyAssignmentAssignedToTypeField 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