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.SortOrder
ListNotebookSessionsRequest.SortOrder. create(String key)
ListNotebookSessionsRequest.SortOrder
ListNotebookSessionsRequest. getSortOrder()
Specifies sort order to use, either ASC (ascending) or DESC (descending).static ListNotebookSessionsRequest.SortOrder
ListNotebookSessionsRequest.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.Builder
ListNotebookSessionsRequest.Builder. sortOrder(ListNotebookSessionsRequest.SortOrder sortOrder)
Specifies sort order to use, either ASC (ascending) or DESC (descending).
-