public enum EmbeddedProfileField extends Enum<EmbeddedProfileField> implements AbstractField
| Enum Constant and Description |
|---|
AUTHORIZATION_HEADER |
ENVIRONMENT |
ID |
MESSAGE_QUEUE_HOST |
PROFILE_API |
PROFILE_CRON |
PROFILE_NAME |
PROFILE_WORKER |
PROJECT_ID |
SLACK_ERROR_URL |
SLACK_LOG_URL |
TIMEZONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedProfileField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedProfileField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedProfileField ID
public static final EmbeddedProfileField PROJECT_ID
public static final EmbeddedProfileField PROFILE_NAME
public static final EmbeddedProfileField ENVIRONMENT
public static final EmbeddedProfileField TIMEZONE
public static final EmbeddedProfileField MESSAGE_QUEUE_HOST
public static final EmbeddedProfileField SLACK_LOG_URL
public static final EmbeddedProfileField SLACK_ERROR_URL
public static final EmbeddedProfileField AUTHORIZATION_HEADER
public static final EmbeddedProfileField PROFILE_API
public static final EmbeddedProfileField PROFILE_CRON
public static final EmbeddedProfileField PROFILE_WORKER
public static EmbeddedProfileField[] values()
for (EmbeddedProfileField c : EmbeddedProfileField.values()) System.out.println(c);
public static EmbeddedProfileField 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 getFieldName()
getFieldName in interface AbstractFieldCopyright © 2019. All rights reserved.