Enum MyDevice.Status
- java.lang.Object
-
- java.lang.Enum<MyDevice.Status>
-
- com.oracle.bmc.identitydomains.model.MyDevice.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MyDevice.Status>
- Enclosing class:
- MyDevice
public static enum MyDevice.Status extends Enum<MyDevice.Status> implements BmcEnum
Device Status*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Blocked
Enrolled
Inactive
Initiated
Inprogress
Locked
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MyDevice.Status
create(String key)
String
getValue()
static MyDevice.Status
valueOf(String name)
Returns the enum constant of this type with the specified name.static MyDevice.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Initiated
public static final MyDevice.Status Initiated
-
Inprogress
public static final MyDevice.Status Inprogress
-
Inactive
public static final MyDevice.Status Inactive
-
Enrolled
public static final MyDevice.Status Enrolled
-
Locked
public static final MyDevice.Status Locked
-
Blocked
public static final MyDevice.Status Blocked
-
UnknownEnumValue
public static final MyDevice.Status 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 MyDevice.Status[] 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 (MyDevice.Status c : MyDevice.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MyDevice.Status 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 MyDevice.Status create(String key)
-
-