Uses of Class
com.oracle.bmc.cloudguard.requests.ListResponderExecutionsRequest.SortBy
-
Packages that use ListResponderExecutionsRequest.SortBy Package Description com.oracle.bmc.cloudguard.requests -
-
Uses of ListResponderExecutionsRequest.SortBy in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResponderExecutionsRequest.SortBy Modifier and Type Method Description static ListResponderExecutionsRequest.SortBy
ListResponderExecutionsRequest.SortBy. create(String key)
ListResponderExecutionsRequest.SortBy
ListResponderExecutionsRequest. getSortBy()
The field to sort by.static ListResponderExecutionsRequest.SortBy
ListResponderExecutionsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListResponderExecutionsRequest.SortBy[]
ListResponderExecutionsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ListResponderExecutionsRequest.SortBy Modifier and Type Method Description ListResponderExecutionsRequest.Builder
ListResponderExecutionsRequest.Builder. sortBy(ListResponderExecutionsRequest.SortBy sortBy)
The field to sort by.
-