public static enum Config.Props extends Enum<Config.Props>
Enum Constant and Description |
---|
ACCOUNT_APP_ID |
ACCOUNT_EMAIL |
ACCOUNT_PASSWORD |
APP_NAME |
APP_VERSION |
DEV_NAME |
DEVICE_NAME |
ENV |
HOST |
LANGUAGES |
LOG_LEVEL |
OS_NAME |
OS_VERSION |
SDK_VERSION |
SYNAPSE_TEST_USER |
SYNAPSE_TEST_USER_ACCESS_TOKEN |
SYNAPSE_TEST_USER_API_KEY |
SYNAPSE_TEST_USER_ID |
SYNAPSE_TEST_USER_PASSWORD |
Modifier and Type | Method and Description |
---|---|
static Config.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.Props[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.Props ENV
public static final Config.Props HOST
public static final Config.Props LANGUAGES
public static final Config.Props LOG_LEVEL
public static final Config.Props ACCOUNT_APP_ID
public static final Config.Props ACCOUNT_EMAIL
public static final Config.Props ACCOUNT_PASSWORD
public static final Config.Props APP_NAME
public static final Config.Props APP_VERSION
public static final Config.Props DEVICE_NAME
public static final Config.Props OS_NAME
public static final Config.Props OS_VERSION
public static final Config.Props SDK_VERSION
public static final Config.Props DEV_NAME
public static final Config.Props SYNAPSE_TEST_USER
public static final Config.Props SYNAPSE_TEST_USER_ID
public static final Config.Props SYNAPSE_TEST_USER_PASSWORD
public static final Config.Props SYNAPSE_TEST_USER_API_KEY
public static final Config.Props SYNAPSE_TEST_USER_ACCESS_TOKEN
public static Config.Props[] values()
for (Config.Props c : Config.Props.values()) System.out.println(c);
public static Config.Props 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 nullCopyright © 2022 Sage Bionetworks. All rights reserved.