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