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.SortByListRecalledDataRequest.SortBy. create(String key)ListRecalledDataRequest.SortByListRecalledDataRequest. getSortBy()This is the query parameter of which field to sort by.static ListRecalledDataRequest.SortByListRecalledDataRequest.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.BuilderListRecalledDataRequest.Builder. sortBy(ListRecalledDataRequest.SortBy sortBy)This is the query parameter of which field to sort by.
-