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