| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterFleetResponse |
FleetsApi.getCharactersCharacterIdFleet(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character fleet info Return the fleet ID the character is in, if any.
--- This route is cached for up to 60 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterFleetResponse> |
FleetsApi.getCharactersCharacterIdFleetWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get character fleet info Return the fleet ID the character is in, if any.
--- This route is cached for up to 60 seconds SSO Scope:
esi-fleets.read_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
FleetsApi.getCharactersCharacterIdFleetAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterFleetResponse> _callback)
Get character fleet info (asynchronously) Return the fleet ID the
character is in, if any. --- This route is cached for up to 60 seconds
SSO Scope: esi-fleets.read_fleet.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterFleetResponse |
CharacterFleetResponse.fleetBossId(Long fleetBossId) |
CharacterFleetResponse |
CharacterFleetResponse.fleetId(Long fleetId) |
CharacterFleetResponse |
CharacterFleetResponse.role(CharacterFleetResponse.RoleEnum roleEnum) |
CharacterFleetResponse |
CharacterFleetResponse.roleString(String role) |
CharacterFleetResponse |
CharacterFleetResponse.squadId(Long squadId) |
CharacterFleetResponse |
CharacterFleetResponse.wingId(Long wingId) |
Copyright © 2020. All Rights Reserved.