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