Uses of Class
com.oracle.bmc.logging.model.OperationTypes
-
Packages that use OperationTypes Package Description com.oracle.bmc.logging.model -
-
Uses of OperationTypes in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return OperationTypes Modifier and Type Method Description static OperationTypesOperationTypes. create(String key)OperationTypesWorkRequest. getOperationType()The type of work the work request is doing.OperationTypesWorkRequestSummary. getOperationType()The type of work the work request is doing.static OperationTypesOperationTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTypes[]OperationTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type OperationTypes Modifier and Type Method Description WorkRequest.BuilderWorkRequest.Builder. operationType(OperationTypes operationType)The type of work the work request is doing.WorkRequestSummary.BuilderWorkRequestSummary.Builder. operationType(OperationTypes operationType)The type of work the work request is doing.Constructors in com.oracle.bmc.logging.model with parameters of type OperationTypes Constructor Description WorkRequest(String id, OperationTypes operationType, OperationStatus status, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)Deprecated.WorkRequestSummary(String id, OperationTypes operationType, OperationStatus status, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)Deprecated.
-