| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static CharacterRolesResponse.RolesEnum |
CharacterRolesResponse.RolesEnum.fromValue(String value) |
CharacterRolesResponse.RolesEnum |
CharacterRolesResponse.RolesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
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 |
|---|---|
void |
CharacterRolesResponse.RolesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CharacterRolesResponse.RolesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
CharacterRolesResponse |
CharacterRolesResponse.roles(List<CharacterRolesResponse.RolesEnum> rolesEnum) |
void |
CharacterRolesResponse.setRoles(List<CharacterRolesResponse.RolesEnum> rolesEnum) |
Copyright © 2023. All Rights Reserved.