Uses of Class
com.oracle.bmc.aianomalydetection.requests.ListDetectAnomalyJobsRequest.SortBy
-
Packages that use ListDetectAnomalyJobsRequest.SortBy Package Description com.oracle.bmc.aianomalydetection.requests -
-
Uses of ListDetectAnomalyJobsRequest.SortBy in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ListDetectAnomalyJobsRequest.SortBy Modifier and Type Method Description static ListDetectAnomalyJobsRequest.SortBy
ListDetectAnomalyJobsRequest.SortBy. create(String key)
ListDetectAnomalyJobsRequest.SortBy
ListDetectAnomalyJobsRequest. getSortBy()
The field to sort by.static ListDetectAnomalyJobsRequest.SortBy
ListDetectAnomalyJobsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDetectAnomalyJobsRequest.SortBy[]
ListDetectAnomalyJobsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type ListDetectAnomalyJobsRequest.SortBy Modifier and Type Method Description ListDetectAnomalyJobsRequest.Builder
ListDetectAnomalyJobsRequest.Builder. sortBy(ListDetectAnomalyJobsRequest.SortBy sortBy)
The field to sort by.
-