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