Uses of Class
com.oracle.bmc.dts.model.TransferPackageSummary.LifecycleState
-
Packages that use TransferPackageSummary.LifecycleState Package Description com.oracle.bmc.dts.model -
-
Uses of TransferPackageSummary.LifecycleState in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return TransferPackageSummary.LifecycleState Modifier and Type Method Description static TransferPackageSummary.LifecycleState
TransferPackageSummary.LifecycleState. create(String key)
TransferPackageSummary.LifecycleState
TransferPackageSummary. getLifecycleState()
static TransferPackageSummary.LifecycleState
TransferPackageSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferPackageSummary.LifecycleState[]
TransferPackageSummary.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 TransferPackageSummary.LifecycleState Modifier and Type Method Description TransferPackageSummary.Builder
TransferPackageSummary.Builder. lifecycleState(TransferPackageSummary.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dts.model with parameters of type TransferPackageSummary.LifecycleState Constructor Description TransferPackageSummary(String label, TransferPackageSummary.LifecycleState lifecycleState, Date creationTime)
Deprecated.
-