Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListDomainsRequest.SortBy
-
Packages that use ListDomainsRequest.SortBy Package Description com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListDomainsRequest.SortBy in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListDomainsRequest.SortBy Modifier and Type Method Description static ListDomainsRequest.SortBy
ListDomainsRequest.SortBy. create(String key)
ListDomainsRequest.SortBy
ListDomainsRequest. getSortBy()
The field to sort by.static ListDomainsRequest.SortBy
ListDomainsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDomainsRequest.SortBy[]
ListDomainsRequest.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 ListDomainsRequest.SortBy Modifier and Type Method Description ListDomainsRequest.Builder
ListDomainsRequest.Builder. sortBy(ListDomainsRequest.SortBy sortBy)
The field to sort by.
-