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