Enum AssessorCheckStates
- java.lang.Object
-
- java.lang.Enum<AssessorCheckStates>
-
- com.oracle.bmc.databasemigration.model.AssessorCheckStates
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<AssessorCheckStates>
@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public enum AssessorCheckStates extends Enum<AssessorCheckStates> implements BmcEnumPossible Assessor Check lifecycle states.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AcknowledgedApprovedCompletedFailedNotAcknowledgedPassedPendingPendingApprovalPendingResolutionPendingValidationStartedUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Validated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssessorCheckStatescreate(String key)StringgetValue()static AssessorCheckStatesvalueOf(String name)Returns the enum constant of this type with the specified name.static AssessorCheckStates[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PendingApproval
public static final AssessorCheckStates PendingApproval
-
PendingResolution
public static final AssessorCheckStates PendingResolution
-
PendingValidation
public static final AssessorCheckStates PendingValidation
-
NotAcknowledged
public static final AssessorCheckStates NotAcknowledged
-
Approved
public static final AssessorCheckStates Approved
-
Acknowledged
public static final AssessorCheckStates Acknowledged
-
Validated
public static final AssessorCheckStates Validated
-
Passed
public static final AssessorCheckStates Passed
-
Pending
public static final AssessorCheckStates Pending
-
Started
public static final AssessorCheckStates Started
-
Completed
public static final AssessorCheckStates Completed
-
Failed
public static final AssessorCheckStates Failed
-
UnknownEnumValue
public static final AssessorCheckStates UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AssessorCheckStates[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AssessorCheckStates c : AssessorCheckStates.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AssessorCheckStates valueOf(String name)
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
-
create
public static AssessorCheckStates create(String key)
-
-