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