Enum UserRole
- All Implemented Interfaces:
Serializable
,Comparable<UserRole>
Defines Zulip user roles.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGuest role.Member role.Organization administrator role.Organization moderator role.Organization owner role.Unknown role. -
Method Summary
-
Enum Constant Details
-
ORGANIZATION_OWNER
Organization owner role. -
ORGANIZATION_ADMIN
Organization administrator role. -
ORGANIZATION_MODERATOR
Organization moderator role. -
MEMBER
Member role. -
GUEST
Guest role. -
UNKNOWN
Unknown role.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId() -
fromInt
-