Uses of Class
com.oracle.bmc.logging.requests.ListLogsRequest.SortOrder
-
Packages that use ListLogsRequest.SortOrder Package Description com.oracle.bmc.logging.requests -
-
Uses of ListLogsRequest.SortOrder in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return ListLogsRequest.SortOrder Modifier and Type Method Description static ListLogsRequest.SortOrder
ListLogsRequest.SortOrder. create(String key)
ListLogsRequest.SortOrder
ListLogsRequest. getSortOrder()
The sort order to use, whether ‘asc’ or ‘desc’.static ListLogsRequest.SortOrder
ListLogsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLogsRequest.SortOrder[]
ListLogsRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.requests with parameters of type ListLogsRequest.SortOrder Modifier and Type Method Description ListLogsRequest.Builder
ListLogsRequest.Builder. sortOrder(ListLogsRequest.SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
-