Uses of Class
io.apicurio.multitenant.storage.dto.RegistryTenantResourceLimitDto
-
Packages that use RegistryTenantResourceLimitDto Package Description io.apicurio.multitenant.api.dto io.apicurio.multitenant.storage.dto -
-
Uses of RegistryTenantResourceLimitDto in io.apicurio.multitenant.api.dto
Methods in io.apicurio.multitenant.api.dto that return RegistryTenantResourceLimitDto Modifier and Type Method Description static RegistryTenantResourceLimitDto
DtoMappers. toStorageDto(TenantResource t)
-
Uses of RegistryTenantResourceLimitDto in io.apicurio.multitenant.storage.dto
Methods in io.apicurio.multitenant.storage.dto that return types with arguments of type RegistryTenantResourceLimitDto Modifier and Type Method Description List<RegistryTenantResourceLimitDto>
RegistryTenantDto. getResources()
Methods in io.apicurio.multitenant.storage.dto with parameters of type RegistryTenantResourceLimitDto Modifier and Type Method Description void
RegistryTenantDto. addResource(RegistryTenantResourceLimitDto resource)
void
RegistryTenantDto. removeResource(RegistryTenantResourceLimitDto resource)
Method parameters in io.apicurio.multitenant.storage.dto with type arguments of type RegistryTenantResourceLimitDto Modifier and Type Method Description void
RegistryTenantDto. setResources(List<RegistryTenantResourceLimitDto> resources)
-