Uses of Class
com.oracle.bmc.loganalytics.requests.ListSourcesRequest.SortBy
-
Packages that use ListSourcesRequest.SortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListSourcesRequest.SortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListSourcesRequest.SortBy Modifier and Type Method Description static ListSourcesRequest.SortByListSourcesRequest.SortBy. create(String key)ListSourcesRequest.SortByListSourcesRequest. getSortBy()The attribute used to sort the returned sourcesstatic ListSourcesRequest.SortByListSourcesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSourcesRequest.SortBy[]ListSourcesRequest.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 ListSourcesRequest.SortBy Modifier and Type Method Description ListSourcesRequest.BuilderListSourcesRequest.Builder. sortBy(ListSourcesRequest.SortBy sortBy)The attribute used to sort the returned sources
-