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