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