Uses of Class
com.oracle.bmc.datascience.requests.ListMlApplicationImplementationVersionsRequest.SortOrder
-
Packages that use ListMlApplicationImplementationVersionsRequest.SortOrder Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListMlApplicationImplementationVersionsRequest.SortOrder in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListMlApplicationImplementationVersionsRequest.SortOrder Modifier and Type Method Description static ListMlApplicationImplementationVersionsRequest.SortOrderListMlApplicationImplementationVersionsRequest.SortOrder. create(String key)ListMlApplicationImplementationVersionsRequest.SortOrderListMlApplicationImplementationVersionsRequest. getSortOrder()Specifies sort order to use, either ASC (ascending) or DESC (descending).static ListMlApplicationImplementationVersionsRequest.SortOrderListMlApplicationImplementationVersionsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListMlApplicationImplementationVersionsRequest.SortOrder[]ListMlApplicationImplementationVersionsRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListMlApplicationImplementationVersionsRequest.BuilderListMlApplicationImplementationVersionsRequest.Builder. sortOrder(ListMlApplicationImplementationVersionsRequest.SortOrder sortOrder)Specifies sort order to use, either ASC (ascending) or DESC (descending).
-