| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<FleetWingsResponse> |
FleetsApi.getFleetsFleetIdWings(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
Get fleet wings Return information about wings in a fleet --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
ApiResponse<List<FleetWingsResponse>> |
FleetsApi.getFleetsFleetIdWingsWithHttpInfo(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token)
Get fleet wings Return information about wings in a fleet --- This route
is cached for up to 5 seconds SSO Scope: esi-fleets.read_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
FleetsApi.getFleetsFleetIdWingsAsync(Long fleetId,
String acceptLanguage,
String datasource,
String ifNoneMatch,
String language,
String token,
ApiCallback<List<FleetWingsResponse>> _callback)
Get fleet wings (asynchronously) Return information about wings in a
fleet --- This route is cached for up to 5 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
FleetWingsResponse |
FleetWingsResponse.addSquadsItem(Squad squadsItem) |
FleetWingsResponse |
FleetWingsResponse.id(Long id) |
FleetWingsResponse |
FleetWingsResponse.name(String name) |
FleetWingsResponse |
FleetWingsResponse.squads(List<Squad> squads) |
Copyright © 2020. All Rights Reserved.