| Package | Description |
|---|---|
| org.atlasapi.application.users |
| Modifier and Type | Method and Description |
|---|---|
Role |
User.getRole() |
static Role |
Role.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
User.is(Role role) |
User.Builder |
User.Builder.withRole(Role role) |
Copyright © 2014. All rights reserved.