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.SortByListLogSavedSearchesRequest.SortBy. create(String key)ListLogSavedSearchesRequest.SortByListLogSavedSearchesRequest. getSortBy()The field to sort by (one column only).static ListLogSavedSearchesRequest.SortByListLogSavedSearchesRequest.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.BuilderListLogSavedSearchesRequest.Builder. sortBy(ListLogSavedSearchesRequest.SortBy sortBy)The field to sort by (one column only).
-