Uses of Class
com.oracle.bmc.dataintegration.model.UpdateCopyObjectRequestDetails.Status
-
Packages that use UpdateCopyObjectRequestDetails.Status Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UpdateCopyObjectRequestDetails.Status in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateCopyObjectRequestDetails.Status Modifier and Type Method Description static UpdateCopyObjectRequestDetails.Status
UpdateCopyObjectRequestDetails.Status. create(String key)
UpdateCopyObjectRequestDetails.Status
UpdateCopyObjectRequestDetails. getStatus()
The status of the object.static UpdateCopyObjectRequestDetails.Status
UpdateCopyObjectRequestDetails.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateCopyObjectRequestDetails.Status[]
UpdateCopyObjectRequestDetails.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateCopyObjectRequestDetails.Status Modifier and Type Method Description UpdateCopyObjectRequestDetails.Builder
UpdateCopyObjectRequestDetails.Builder. status(UpdateCopyObjectRequestDetails.Status status)
The status of the object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateCopyObjectRequestDetails.Status Constructor Description UpdateCopyObjectRequestDetails(UpdateCopyObjectRequestDetails.Status status)
Deprecated.
-