| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<PublicContractsItemsResponse> |
ContractsApi.getContractsPublicItemsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract items Lists items of a public contract --- This route
is cached for up to 3600 seconds
|
ApiResponse<List<PublicContractsItemsResponse>> |
ContractsApi.getContractsPublicItemsContractIdWithHttpInfo(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract items Lists items of a public contract --- This route
is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ContractsApi.getContractsPublicItemsContractIdAsync(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<PublicContractsItemsResponse>> _callback)
Get public contract items (asynchronously) Lists items of a public
contract --- This route is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
PublicContractsItemsResponse |
PublicContractsItemsResponse.isBlueprintCopy(Boolean isBlueprintCopy) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.isIncluded(Boolean isIncluded) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.itemId(Long itemId) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.materialEfficiency(Integer materialEfficiency) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.quantity(Integer quantity) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.recordId(Long recordId) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.runs(Integer runs) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.timeEfficiency(Integer timeEfficiency) |
PublicContractsItemsResponse |
PublicContractsItemsResponse.typeId(Integer typeId) |
Copyright © 2021. All Rights Reserved.