Uses of Class
com.oracle.bmc.datascience.requests.ListJobsRequest.SortBy
-
Packages that use ListJobsRequest.SortBy Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListJobsRequest.SortBy in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListJobsRequest.SortBy Modifier and Type Method Description static ListJobsRequest.SortByListJobsRequest.SortBy. create(String key)ListJobsRequest.SortByListJobsRequest. getSortBy()Specifies the field to sort by.static ListJobsRequest.SortByListJobsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListJobsRequest.SortBy[]ListJobsRequest.SortBy. 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 ListJobsRequest.SortBy Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. sortBy(ListJobsRequest.SortBy sortBy)Specifies the field to sort by.
-