Uses of Class
com.oracle.bmc.loganalytics.requests.ListRecalledDataRequest.SortBy
-
Packages that use ListRecalledDataRequest.SortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListRecalledDataRequest.SortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListRecalledDataRequest.SortBy Modifier and Type Method Description static ListRecalledDataRequest.SortBy
ListRecalledDataRequest.SortBy. create(String key)
ListRecalledDataRequest.SortBy
ListRecalledDataRequest. getSortBy()
This is the query parameter of which field to sort by.static ListRecalledDataRequest.SortBy
ListRecalledDataRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListRecalledDataRequest.SortBy[]
ListRecalledDataRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListRecalledDataRequest.SortBy Modifier and Type Method Description ListRecalledDataRequest.Builder
ListRecalledDataRequest.Builder. sortBy(ListRecalledDataRequest.SortBy sortBy)
This is the query parameter of which field to sort by.
-