Uses of Class
io.apicurio.multitenant.api.datamodel.RegistryTenantList
-
Packages that use RegistryTenantList Package Description io.apicurio.multitenant.api -
-
Uses of RegistryTenantList in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api that return RegistryTenantList Modifier and Type Method Description RegistryTenantList
TenantsResource. getTenants(String status, @Min(0L) Integer offset, @Min(1L) @Max(500L) Integer limit, SortOrder order, SortBy orderby)
Gets a list of `RegistryTenant` entities according to the query parameters set.
-