Uses of Class
com.oracle.bmc.identity.model.TaggingWorkRequestSummary.OperationType
-
Packages that use TaggingWorkRequestSummary.OperationType Package Description com.oracle.bmc.identity.model -
-
Uses of TaggingWorkRequestSummary.OperationType in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return TaggingWorkRequestSummary.OperationType Modifier and Type Method Description static TaggingWorkRequestSummary.OperationTypeTaggingWorkRequestSummary.OperationType. create(String key)TaggingWorkRequestSummary.OperationTypeTaggingWorkRequestSummary. getOperationType()An enum-like description of the type of work the work request is doing.static TaggingWorkRequestSummary.OperationTypeTaggingWorkRequestSummary.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaggingWorkRequestSummary.OperationType[]TaggingWorkRequestSummary.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 TaggingWorkRequestSummary.OperationType Modifier and Type Method Description TaggingWorkRequestSummary.BuilderTaggingWorkRequestSummary.Builder. operationType(TaggingWorkRequestSummary.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 TaggingWorkRequestSummary.OperationType Constructor Description TaggingWorkRequestSummary(String id, TaggingWorkRequestSummary.OperationType operationType, String compartmentId, TaggingWorkRequestSummary.Status status, List<WorkRequestResource> resources, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete)Deprecated.
-