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