public enum ApruveEnvironment extends Enum<ApruveEnvironment>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiV3Url() |
String |
getBaseUrl() |
String |
getJsTag() |
String |
getJsUrl() |
static ApruveEnvironment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApruveEnvironment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApruveEnvironment PROD
public static final ApruveEnvironment TEST
public static final ApruveEnvironment DEV
public static ApruveEnvironment[] values()
for (ApruveEnvironment c : ApruveEnvironment.values()) System.out.println(c);
public static ApruveEnvironment 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 getBaseUrl()
public String getApiV3Url()
public String getJsUrl()
public String getJsTag()
Copyright © 2014. All rights reserved.