Uses of Class
com.oracle.bmc.dts.model.NewTransferDevice.LifecycleState
-
Packages that use NewTransferDevice.LifecycleState Package Description com.oracle.bmc.dts.model -
-
Uses of NewTransferDevice.LifecycleState in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return NewTransferDevice.LifecycleState Modifier and Type Method Description static NewTransferDevice.LifecycleState
NewTransferDevice.LifecycleState. create(String key)
NewTransferDevice.LifecycleState
NewTransferDevice. getLifecycleState()
static NewTransferDevice.LifecycleState
NewTransferDevice.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewTransferDevice.LifecycleState[]
NewTransferDevice.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dts.model with parameters of type NewTransferDevice.LifecycleState Modifier and Type Method Description NewTransferDevice.Builder
NewTransferDevice.Builder. lifecycleState(NewTransferDevice.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dts.model with parameters of type NewTransferDevice.LifecycleState Constructor Description NewTransferDevice(String label, String serialNumber, String iscsiIQN, NewTransferDevice.LifecycleState lifecycleState, String encryptionPassphrase, String transferJobId, Date creationTime)
Deprecated.
-