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