Enum FleetMemberMovement.RoleEnum

  • All Implemented Interfaces:
    Serializable, Comparable<FleetMemberMovement.RoleEnum>
    Enclosing class:
    FleetMemberMovement

    public static enum FleetMemberMovement.RoleEnum
    extends Enum<FleetMemberMovement.RoleEnum>
    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.