Uses of Class
com.treescrub.spedran.data.UserRole
-
Packages that use UserRole Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of UserRole in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return UserRole Modifier and Type Method Description UserRoleUser. getRole()Gets the role of this user across the entire site.static UserRoleUserRole. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRole[]UserRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-