public enum PlatformId extends java.lang.Enum<PlatformId>
| Enum Constant and Description |
|---|
BR1 |
EUNE1 |
EUW1 |
KR |
LA1 |
LA2 |
NA1 |
OC1 |
RU |
TR1 |
| Modifier and Type | Method and Description |
|---|---|
static PlatformId |
from(Region region) |
Region |
toRegion() |
static PlatformId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformId NA1
public static final PlatformId EUW1
public static final PlatformId EUNE1
public static final PlatformId LA1
public static final PlatformId LA2
public static final PlatformId BR1
public static final PlatformId KR
public static final PlatformId OC1
public static final PlatformId RU
public static final PlatformId TR1
public static PlatformId[] values()
for (PlatformId c : PlatformId.values()) System.out.println(c);
public static PlatformId 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 Region toRegion()
public static PlatformId from(Region region)