Package com.adobe.cq.launches.api
Enum LaunchResourceStatus.LaunchStatusType
java.lang.Object
java.lang.Enum<LaunchResourceStatus.LaunchStatusType>
com.adobe.cq.launches.api.LaunchResourceStatus.LaunchStatusType
- All Implemented Interfaces:
Serializable,Comparable<LaunchResourceStatus.LaunchStatusType>,java.lang.constant.Constable
- Enclosing class:
LaunchResourceStatus
public static enum LaunchResourceStatus.LaunchStatusType
extends Enum<LaunchResourceStatus.LaunchStatusType>
-
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
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
CREATED
New created resource compared to production -
UNCHANGED
Unchanged resource compared to production -
MODIFIED
Modified resource compared to production -
DELETED
Deleted resource compared to production
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
Get the launch status type value- Returns:
- The launch promotion scope value
-
toString
- Overrides:
toStringin classEnum<LaunchResourceStatus.LaunchStatusType>- See Also:
-