Uses of Class
com.oracle.bmc.analytics.model.WorkRequestSortBy
-
Packages that use WorkRequestSortBy Package Description com.oracle.bmc.analytics.model com.oracle.bmc.analytics.requests -
-
Uses of WorkRequestSortBy in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return WorkRequestSortBy Modifier and Type Method Description static WorkRequestSortBy
WorkRequestSortBy. create(String key)
static WorkRequestSortBy
WorkRequestSortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestSortBy[]
WorkRequestSortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WorkRequestSortBy in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return WorkRequestSortBy Modifier and Type Method Description WorkRequestSortBy
ListWorkRequestsRequest. getSortBy()
The field used for sorting work request results.Methods in com.oracle.bmc.analytics.requests with parameters of type WorkRequestSortBy Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. sortBy(WorkRequestSortBy sortBy)
The field used for sorting work request results.
-