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