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