Uses of Class
com.oracle.bmc.jms.model.OperationType
-
Packages that use OperationType Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of OperationType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return OperationType Modifier and Type Method Description static OperationType
OperationType. create(String key)
OperationType
Blocklist. getOperation()
The operation typeOperationType
BlocklistEntry. getOperation()
The operation type.OperationType
CreateBlocklistDetails. getOperation()
The operation typeOperationType
WorkRequest. getOperationType()
The asynchronous operation tracked by this work request.static OperationType
OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationType[]
OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type OperationType Modifier and Type Method Description Blocklist.Builder
Blocklist.Builder. operation(OperationType operation)
The operation typeBlocklistEntry.Builder
BlocklistEntry.Builder. operation(OperationType operation)
The operation type.CreateBlocklistDetails.Builder
CreateBlocklistDetails.Builder. operation(OperationType operation)
The operation typeWorkRequest.Builder
WorkRequest.Builder. operationType(OperationType operationType)
The asynchronous operation tracked by this work request.Constructors in com.oracle.bmc.jms.model with parameters of type OperationType Constructor Description Blocklist(String key, BlocklistTarget target, OperationType operation, String reason)
Deprecated.BlocklistEntry(OperationType operation, String reason)
Deprecated.CreateBlocklistDetails(BlocklistTarget target, OperationType operation, String reason)
Deprecated.WorkRequest(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Principal createdBy, Date timeLastUpdated, Integer totalTaskCount, Integer completedTaskCount)
Deprecated. -
Uses of OperationType in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return OperationType Modifier and Type Method Description OperationType
ListBlocklistsRequest. getOperation()
The operation type.OperationType
ListWorkRequestsRequest. getOperationType()
The operation type of the work request.Methods in com.oracle.bmc.jms.requests with parameters of type OperationType Modifier and Type Method Description ListBlocklistsRequest.Builder
ListBlocklistsRequest.Builder. operation(OperationType operation)
The operation type.ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. operationType(OperationType operationType)
The operation type of the work request.
-