Package com.oracle.bmc.dts.model
Enum TransferDevice.LifecycleState
- java.lang.Object
-
- java.lang.Enum<TransferDevice.LifecycleState>
-
- com.oracle.bmc.dts.model.TransferDevice.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<TransferDevice.LifecycleState>
- Enclosing class:
- TransferDevice
public static enum TransferDevice.LifecycleState extends Enum<TransferDevice.LifecycleState> implements BmcEnum
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransferDevice.LifecycleState
create(String key)
String
getValue()
static TransferDevice.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferDevice.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Preparing
public static final TransferDevice.LifecycleState Preparing
-
Ready
public static final TransferDevice.LifecycleState Ready
-
Packaged
public static final TransferDevice.LifecycleState Packaged
-
Active
public static final TransferDevice.LifecycleState Active
-
Processing
public static final TransferDevice.LifecycleState Processing
-
Complete
public static final TransferDevice.LifecycleState Complete
-
Missing
public static final TransferDevice.LifecycleState Missing
-
Error
public static final TransferDevice.LifecycleState Error
-
Deleted
public static final TransferDevice.LifecycleState Deleted
-
Cancelled
public static final TransferDevice.LifecycleState Cancelled
-
UnknownEnumValue
public static final TransferDevice.LifecycleState 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 TransferDevice.LifecycleState[] 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 (TransferDevice.LifecycleState c : TransferDevice.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TransferDevice.LifecycleState 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 TransferDevice.LifecycleState create(String key)
-
-