Uses of Class
com.oracle.bmc.identity.model.TaggingWorkRequest.Status
-
Packages that use TaggingWorkRequest.Status Package Description com.oracle.bmc.identity.model -
-
Uses of TaggingWorkRequest.Status in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TaggingWorkRequest.Status Modifier and Type Method Description static TaggingWorkRequest.Status
TaggingWorkRequest.Status. create(String key)
TaggingWorkRequest.Status
TaggingWorkRequest. getStatus()
The current status of the work request.static TaggingWorkRequest.Status
TaggingWorkRequest.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaggingWorkRequest.Status[]
TaggingWorkRequest.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type TaggingWorkRequest.Status Modifier and Type Method Description TaggingWorkRequest.Builder
TaggingWorkRequest.Builder. status(TaggingWorkRequest.Status status)
The current status of the work request.Constructors in com.oracle.bmc.identity.model with parameters of type TaggingWorkRequest.Status Constructor Description TaggingWorkRequest(String id, TaggingWorkRequest.OperationType operationType, String compartmentId, TaggingWorkRequest.Status status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)
Deprecated.
-