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.SortByListDetectorsRequest.SortBy. create(String key)ListDetectorsRequest.SortByListDetectorsRequest. getSortBy()The field to sort by.static ListDetectorsRequest.SortByListDetectorsRequest.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.BuilderListDetectorsRequest.Builder. sortBy(ListDetectorsRequest.SortBy sortBy)The field to sort by.
-