| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterFittingsResponse> |
FittingsApi.getCharactersCharacterIdFittings(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds --- Warning: This route has an upgrade available ---
[Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET
-/characters/{character_id}/fittings/) SSO Scope:
esi-fittings.read_fittings.v1
|
ApiResponse<List<CharacterFittingsResponse>> |
FittingsApi.getCharactersCharacterIdFittingsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
String token)
Get fittings Return fittings of a character --- This route is cached for
up to 300 seconds --- Warning: This route has an upgrade available ---
[Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET
-/characters/{character_id}/fittings/) SSO Scope:
esi-fittings.read_fittings.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
FittingsApi.getCharactersCharacterIdFittingsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterFittingsResponse>> callback)
Get fittings (asynchronously) Return fittings of a character --- This
route is cached for up to 300 seconds --- Warning: This route has an
upgrade available --- [Diff of the upcoming
changes](https://esi.evetech.net
/diff/latest/dev/#GET-/characters/{character_id}/fittings/) SSO Scope:
esi-fittings.read_fittings.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterFittingsResponse |
CharacterFittingsResponse.addItemsItem(FittingItem itemsItem) |
CharacterFittingsResponse |
CharacterFittingsResponse.description(String description) |
CharacterFittingsResponse |
CharacterFittingsResponse.fittingId(Integer fittingId) |
CharacterFittingsResponse |
CharacterFittingsResponse.items(List<FittingItem> items) |
CharacterFittingsResponse |
CharacterFittingsResponse.name(String name) |
CharacterFittingsResponse |
CharacterFittingsResponse.shipTypeId(Integer shipTypeId) |
Copyright © 2019. All Rights Reserved.