Uses of Class
net.bis5.mattermost.model.Role
-
Packages that use Role Package Description net.bis5.mattermost.model -
-
Uses of Role in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return Role Modifier and Type Method Description static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.
-