| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetInvitation.RoleEnum |
FleetInvitation.RoleEnum.fromValue(String text) |
FleetInvitation.RoleEnum |
FleetInvitation.getRole()
- If a character is invited with the `fleet_commander` role, neither
`wing_id` or `squad_id` should be specified - If a character is invited
with the `wing_commander` role, only `wing_id` should be specified - If a
character is invited with the `squad_commander` role, both `wing_id` and
`squad_id` should be specified - If a character is invited with the
`squad_member` role, `wing_id` and `squad_id` should either both be
specified or not specified at all.
|
static FleetInvitation.RoleEnum |
FleetInvitation.RoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetInvitation.RoleEnum[] |
FleetInvitation.RoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FleetInvitation |
FleetInvitation.role(FleetInvitation.RoleEnum role) |
void |
FleetInvitation.setRole(FleetInvitation.RoleEnum role) |
Copyright © 2017. All Rights Reserved.