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