Uses of Class
com.oracle.bmc.waas.requests.ListCustomProtectionRulesRequest.SortBy
-
Packages that use ListCustomProtectionRulesRequest.SortBy Package Description com.oracle.bmc.waas.requests -
-
Uses of ListCustomProtectionRulesRequest.SortBy in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListCustomProtectionRulesRequest.SortBy Modifier and Type Method Description static ListCustomProtectionRulesRequest.SortByListCustomProtectionRulesRequest.SortBy. create(String key)ListCustomProtectionRulesRequest.SortByListCustomProtectionRulesRequest. getSortBy()The value by which custom protection rules are sorted in a paginated ‘List’ call.static ListCustomProtectionRulesRequest.SortByListCustomProtectionRulesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListCustomProtectionRulesRequest.SortBy[]ListCustomProtectionRulesRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests with parameters of type ListCustomProtectionRulesRequest.SortBy Modifier and Type Method Description ListCustomProtectionRulesRequest.BuilderListCustomProtectionRulesRequest.Builder. sortBy(ListCustomProtectionRulesRequest.SortBy sortBy)The value by which custom protection rules are sorted in a paginated ‘List’ call.
-