Uses of Class
com.oracle.bmc.identity.model.TaggingWorkRequest.OperationType
-
Packages that use TaggingWorkRequest.OperationType Package Description com.oracle.bmc.identity.model -
-
Uses of TaggingWorkRequest.OperationType in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TaggingWorkRequest.OperationType Modifier and Type Method Description static TaggingWorkRequest.OperationTypeTaggingWorkRequest.OperationType. create(String key)TaggingWorkRequest.OperationTypeTaggingWorkRequest. getOperationType()An enum-like description of the type of work the work request is doing.static TaggingWorkRequest.OperationTypeTaggingWorkRequest.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaggingWorkRequest.OperationType[]TaggingWorkRequest.OperationType. 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.OperationType Modifier and Type Method Description TaggingWorkRequest.BuilderTaggingWorkRequest.Builder. operationType(TaggingWorkRequest.OperationType operationType)An enum-like description of the type of work the work request is doing.Constructors in com.oracle.bmc.identity.model with parameters of type TaggingWorkRequest.OperationType 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.
-