Uses of Class
io.apicurio.multitenant.api.datamodel.TenantStatusValue
-
Packages that use TenantStatusValue Package Description io.apicurio.multitenant.api.datamodel -
-
Uses of TenantStatusValue in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel that return TenantStatusValue Modifier and Type Method Description static TenantStatusValue
TenantStatusValue. fromValue(String value)
TenantStatusValue
RegistryTenant. getStatus()
"READY": Tenant status when ready for use.TenantStatusValue
UpdateRegistryTenantRequest. getStatus()
"READY": Tenant status when ready for use.static TenantStatusValue
TenantStatusValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static TenantStatusValue[]
TenantStatusValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.multitenant.api.datamodel with parameters of type TenantStatusValue Modifier and Type Method Description void
RegistryTenant. setStatus(TenantStatusValue status)
"READY": Tenant status when ready for use.void
UpdateRegistryTenantRequest. setStatus(TenantStatusValue status)
"READY": Tenant status when ready for use.
-