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