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