public enum ActivationServiceConstants extends Enum<ActivationServiceConstants>
| Enum Constant and Description |
|---|
ACTION_NOT_VALID |
ACTIVATE |
DEACTIVATE |
ENVIRONMENT |
GET_ALL_TRIGGERS_FOR_ACTIVATION |
GET_TRIGGER_BY_ENVIRONMENT_ID |
GET_TRIGGER_BY_ID |
ON_STARTUP |
RE_ACTIVATE |
SWITCH |
SYNC |
TRIGGER |
TRIGGER_NOT_FOUND |
TRIGGER_STATUS_CHANGE_FAILED |
UPDATE_TRIGGER_STATUS |
| Modifier and Type | Method and Description |
|---|---|
static ActivationServiceConstants |
getByValue(String value)
TODO Add JavaDoc.
|
String |
getValue() |
String |
getValueWithArgs(Object... args) |
static ActivationServiceConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationServiceConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivationServiceConstants TRIGGER
public static final ActivationServiceConstants ENVIRONMENT
public static final ActivationServiceConstants ON_STARTUP
public static final ActivationServiceConstants SYNC
public static final ActivationServiceConstants ACTIVATE
public static final ActivationServiceConstants DEACTIVATE
public static final ActivationServiceConstants RE_ACTIVATE
public static final ActivationServiceConstants SWITCH
public static final ActivationServiceConstants GET_TRIGGER_BY_ID
public static final ActivationServiceConstants GET_TRIGGER_BY_ENVIRONMENT_ID
public static final ActivationServiceConstants GET_ALL_TRIGGERS_FOR_ACTIVATION
public static final ActivationServiceConstants UPDATE_TRIGGER_STATUS
public static final ActivationServiceConstants ACTION_NOT_VALID
public static final ActivationServiceConstants TRIGGER_NOT_FOUND
public static final ActivationServiceConstants TRIGGER_STATUS_CHANGE_FAILED
public static ActivationServiceConstants[] values()
for (ActivationServiceConstants c : ActivationServiceConstants.values()) System.out.println(c);
public static ActivationServiceConstants 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 getValue()
public static ActivationServiceConstants getByValue(String value)
Copyright © 2025. All rights reserved.