Uses of Enum
model.User.RoleEnum
Packages that use User.RoleEnum
-
Uses of User.RoleEnum in model
Methods in model that return User.RoleEnumModifier and TypeMethodDescriptionstatic User.RoleEnumUser.getRole()Details the level of access the [`User`](#tag/Users) has available.User.RoleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static User.RoleEnumReturns the enum constant of this type with the specified name.static User.RoleEnum[]User.RoleEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type User.RoleEnumModifier and TypeMethodDescriptionUser.role(User.RoleEnum role) voidUser.setRole(User.RoleEnum role) voidUser.RoleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, User.RoleEnum enumeration)