Uses of Class
io.apicurio.multitenant.api.datamodel.TenantResource
-
Packages that use TenantResource Package Description io.apicurio.multitenant.api.datamodel -
-
Uses of TenantResource in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel that return types with arguments of type TenantResource Modifier and Type Method Description List<TenantResource>
NewRegistryTenantRequest. getResources()
The list of resources that this tenant will have at max.List<TenantResource>
RegistryTenant. getResources()
The list of resources that this tenant has availableList<TenantResource>
UpdateRegistryTenantRequest. getResources()
The list of resources that this tenant will have at max.Method parameters in io.apicurio.multitenant.api.datamodel with type arguments of type TenantResource Modifier and Type Method Description void
NewRegistryTenantRequest. setResources(List<TenantResource> resources)
The list of resources that this tenant will have at max.void
RegistryTenant. setResources(List<TenantResource> resources)
The list of resources that this tenant has availablevoid
UpdateRegistryTenantRequest. setResources(List<TenantResource> resources)
The list of resources that this tenant will have at max.
-