| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterBlueprintsResponse> |
CharacterApi.getCharactersCharacterIdBlueprints(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get blueprints Return a list of blueprints the character owns --- This
route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
ApiResponse<List<CharacterBlueprintsResponse>> |
CharacterApi.getCharactersCharacterIdBlueprintsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get blueprints Return a list of blueprints the character owns --- This
route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CharacterApi.getCharactersCharacterIdBlueprintsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CharacterBlueprintsResponse>> _callback)
Get blueprints (asynchronously) Return a list of blueprints the character
owns --- This route is cached for up to 3600 seconds SSO Scope:
esi-characters.read_blueprints.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.itemId(Long itemId) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.locationFlagString(String locationFlag) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.locationId(Long locationId) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.materialEfficiency(Integer materialEfficiency) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.quantity(Integer quantity) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.runs(Integer runs) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.timeEfficiency(Integer timeEfficiency) |
CharacterBlueprintsResponse |
CharacterBlueprintsResponse.typeId(Integer typeId) |
Copyright © 2021. All Rights Reserved.