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