Uses of Class
io.apicurio.registry.types.RoleType
-
Packages that use RoleType Package Description io.apicurio.registry.rest.v2.beans io.apicurio.registry.types -
-
Uses of RoleType in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return RoleType Modifier and Type Method Description RoleType
RoleMapping. getRole()
(Required)RoleType
UpdateRole. getRole()
(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type RoleType Modifier and Type Method Description void
RoleMapping. setRole(RoleType role)
(Required)void
UpdateRole. setRole(RoleType role)
(Required) -
Uses of RoleType in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return RoleType Modifier and Type Method Description static RoleType
RoleType. fromValue(String value)
static RoleType
RoleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoleType[]
RoleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-