Uses of Class
com.oracle.bmc.datascience.requests.ListWorkRequestsRequest.OperationType
-
Packages that use ListWorkRequestsRequest.OperationType Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListWorkRequestsRequest.OperationType in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListWorkRequestsRequest.OperationType Modifier and Type Method Description static ListWorkRequestsRequest.OperationType
ListWorkRequestsRequest.OperationType. create(String key)
ListWorkRequestsRequest.OperationType
ListWorkRequestsRequest. getOperationType()
Filter results by the type of the operation associated with the work request.
static ListWorkRequestsRequest.OperationType
ListWorkRequestsRequest.OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWorkRequestsRequest.OperationType[]
ListWorkRequestsRequest.OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.requests with parameters of type ListWorkRequestsRequest.OperationType Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. operationType(ListWorkRequestsRequest.OperationType operationType)
Filter results by the type of the operation associated with the work request.
-