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.LifecycleStateTransferPackageSummary.LifecycleState. create(String key)TransferPackageSummary.LifecycleStateTransferPackageSummary. getLifecycleState()static TransferPackageSummary.LifecycleStateTransferPackageSummary.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.BuilderTransferPackageSummary.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.
-