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 RoleTypeRoleMapping. getRole()(Required)RoleTypeUpdateRole. getRole()(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type RoleType Modifier and Type Method Description voidRoleMapping. setRole(RoleType role)(Required)voidUpdateRole. 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 RoleTypeRoleType. fromValue(String value)static RoleTypeRoleType. 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.
-