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