| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static CharacterRolesResponse.RolesEnum |
CharacterRolesResponse.RolesEnum.fromValue(String text) |
static CharacterRolesResponse.RolesEnum |
CharacterRolesResponse.RolesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterRolesResponse.RolesEnum[] |
CharacterRolesResponse.RolesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CharacterRolesResponse.RolesEnum> |
CharacterRolesResponse.getRoles()
roles array
|
| Modifier and Type | Method and Description |
|---|---|
CharacterRolesResponse |
CharacterRolesResponse.addRolesItem(CharacterRolesResponse.RolesEnum rolesItem) |
| Modifier and Type | Method and Description |
|---|---|
CharacterRolesResponse |
CharacterRolesResponse.roles(List<CharacterRolesResponse.RolesEnum> roles) |
void |
CharacterRolesResponse.setRoles(List<CharacterRolesResponse.RolesEnum> roles) |
Copyright © 2019. All Rights Reserved.