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