| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationBlueprintsResponse> |
CorporationApi.getCorporationsCorporationIdBlueprints(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation blueprints Returns a list of blueprints the corporation
owns --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Director --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{
corporation_id}/blueprints/) SSO Scope:
esi-corporations.read_blueprints.v1
|
ApiResponse<List<CorporationBlueprintsResponse>> |
CorporationApi.getCorporationsCorporationIdBlueprintsWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token)
Get corporation blueprints Returns a list of blueprints the corporation
owns --- This route is cached for up to 3600 seconds --- Requires one of
the following EVE corporation role(s): Director --- [Diff of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations/{
corporation_id}/blueprints/) SSO Scope:
esi-corporations.read_blueprints.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporationApi.getCorporationsCorporationIdBlueprintsAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
Integer page,
String token,
ApiCallback<List<CorporationBlueprintsResponse>> _callback)
Get corporation blueprints (asynchronously) Returns a list of blueprints
the corporation owns --- This route is cached for up to 3600 seconds ---
Requires one of the following EVE corporation role(s): Director --- [Diff
of the upcoming
changes](https://esi.evetech.net/diff/latest/dev/#GET-/corporations
/{corporation_id}/blueprints/) SSO Scope:
esi-corporations.read_blueprints.v1
|
| Modifier and Type | Method and Description |
|---|---|
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.itemId(Long itemId) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.locationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlagEnum) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.locationFlagString(String locationFlag) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.locationId(Long locationId) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.materialEfficiency(Integer materialEfficiency) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.quantity(Integer quantity) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.runs(Integer runs) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.timeEfficiency(Integer timeEfficiency) |
CorporationBlueprintsResponse |
CorporationBlueprintsResponse.typeId(Integer typeId) |
Copyright © 2021. All Rights Reserved.