Uses of Class
io.apicurio.multitenant.api.datamodel.ResourceType
-
Packages that use ResourceType Package Description io.apicurio.multitenant.api.datamodel -
-
Uses of ResourceType in io.apicurio.multitenant.api.datamodel
Methods in io.apicurio.multitenant.api.datamodel that return ResourceType Modifier and Type Method Description static ResourceType
ResourceType. fromValue(String value)
ResourceType
TenantResource. getType()
The list of possible types of a resource that can be limited (Required)static ResourceType
ResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceType[]
ResourceType. 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 ResourceType Modifier and Type Method Description void
TenantResource. setType(ResourceType type)
The list of possible types of a resource that can be limited (Required)
-