| Enum Constant and Description |
|---|
AsiaPacificCentral |
Australasia |
Canada |
EuroEast |
EuroWest |
USEast |
USWest |
| Modifier and Type | Method and Description |
|---|---|
static Region |
codeOf(java.lang.String code) |
java.lang.String |
getAPIEndpoint() |
java.lang.String |
getCode() |
java.lang.String |
getDirectoryEndpoint() |
java.lang.String |
getGLN() |
java.lang.String |
toString() |
static Region |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Region Australasia
public static final Region AsiaPacificCentral
public static final Region Canada
public static final Region EuroEast
public static final Region EuroWest
public static final Region USEast
public static final Region USWest
public static Region[] values()
for (Region c : Region.values()) System.out.println(c);
public static Region 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.String getCode()
public java.lang.String getGLN()
public java.lang.String getAPIEndpoint()
public java.lang.String getDirectoryEndpoint()
public java.lang.String toString()
toString in class java.lang.Enum<Region>public static Region codeOf(java.lang.String code)