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.SortBy
ListSourcesRequest.SortBy. create(String key)
ListSourcesRequest.SortBy
ListSourcesRequest. getSortBy()
The attribute used to sort the returned sourcesstatic ListSourcesRequest.SortBy
ListSourcesRequest.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.Builder
ListSourcesRequest.Builder. sortBy(ListSourcesRequest.SortBy sortBy)
The attribute used to sort the returned sources
-