public static enum Application.EnumUserIdType extends Enum<Application.EnumUserIdType>
| Enum Constant and Description |
|---|
VALUE_INSTANT_GAMES_PLAYER_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Application.EnumUserIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumUserIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumUserIdType VALUE_INSTANT_GAMES_PLAYER_ID
public static Application.EnumUserIdType[] values()
for (Application.EnumUserIdType c : Application.EnumUserIdType.values()) System.out.println(c);
public static Application.EnumUserIdType 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 nullpublic String toString()
toString in class Enum<Application.EnumUserIdType>Copyright © 2020. All rights reserved.