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