Uses of Class
io.apicurio.multitenant.api.datamodel.RegistryTenant
-
Packages that use RegistryTenant Package Description io.apicurio.multitenant.api io.apicurio.multitenant.api.datamodel -
-
Uses of RegistryTenant in io.apicurio.multitenant.api
Methods in io.apicurio.multitenant.api that return RegistryTenant Modifier and Type Method Description RegistryTenant
TenantsResource. getTenant(String tenantId)
Gets the details of a single instance of a `Tenant`. -
Uses of RegistryTenant in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel that return types with arguments of type RegistryTenant Modifier and Type Method Description List<RegistryTenant>
RegistryTenantList. getItems()
The RegistryTenants returned in the result set.Method parameters in io.apicurio.multitenant.api.datamodel with type arguments of type RegistryTenant Modifier and Type Method Description void
RegistryTenantList. setItems(List<RegistryTenant> items)
The RegistryTenants returned in the result set.
-