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