public enum ProductionEnvironment extends Enum<ProductionEnvironment>
Enum Constant and Description |
---|
CUSTOM |
EUROPE |
NORTH_AMERICA |
Modifier and Type | Field and Description |
---|---|
static ProductionEnvironment |
DEFAULT_PRODUCTION_ENVIRONMENT |
Modifier and Type | Method and Description |
---|---|
static ProductionEnvironment |
fromNameOrNA(String accountRegion) |
String |
getApperianUrl() |
String |
getTitle() |
static ProductionEnvironment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductionEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductionEnvironment NORTH_AMERICA
public static final ProductionEnvironment EUROPE
public static final ProductionEnvironment CUSTOM
public static final ProductionEnvironment DEFAULT_PRODUCTION_ENVIRONMENT
public static ProductionEnvironment[] values()
for (ProductionEnvironment c : ProductionEnvironment.values()) System.out.println(c);
public static ProductionEnvironment 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 getApperianUrl()
public static ProductionEnvironment fromNameOrNA(String accountRegion)
public String getTitle()
Copyright © 2016–2023. All rights reserved.