public enum GroupXtrInvitedByAdminLevel extends java.lang.Enum<GroupXtrInvitedByAdminLevel>
Enum Constant and Description |
---|
ADMINISTRATOR |
EDITOR |
MODERATOR |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getValue() |
static GroupXtrInvitedByAdminLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupXtrInvitedByAdminLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="1") public static final GroupXtrInvitedByAdminLevel MODERATOR
@SerializedName(value="2") public static final GroupXtrInvitedByAdminLevel EDITOR
@SerializedName(value="3") public static final GroupXtrInvitedByAdminLevel ADMINISTRATOR
public static GroupXtrInvitedByAdminLevel[] values()
for (GroupXtrInvitedByAdminLevel c : GroupXtrInvitedByAdminLevel.values()) System.out.println(c);
public static GroupXtrInvitedByAdminLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Integer getValue()