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