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