Enum Class AutomationStatus
- All Implemented Interfaces:
PossibleValueEnum<Integer>
,Serializable
,Comparable<AutomationStatus>
,Constable
enum of possible values for a record's Automation Status.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic AutomationStatus
Get instance by idgetId()
Getter for idgetLabel()
Getter for labelstatic AutomationStatus
Returns the enum constant of this class with the specified name.static AutomationStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PENDING_INSERT_AUTOMATIONS
-
RUNNING_INSERT_AUTOMATIONS
-
FAILED_INSERT_AUTOMATIONS
-
PENDING_UPDATE_AUTOMATIONS
-
RUNNING_UPDATE_AUTOMATIONS
-
FAILED_UPDATE_AUTOMATIONS
-
OK
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getById
Get instance by id -
getId
Getter for id -
getLabel
Getter for label -
getPossibleValueId
- Specified by:
getPossibleValueId
in interfacePossibleValueEnum<Integer>
-
getPossibleValueLabel
- Specified by:
getPossibleValueLabel
in interfacePossibleValueEnum<Integer>
-
getInsertOrUpdate
-