| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<PublicContractsBidsResponse> |
ContractsApi.getContractsPublicBidsContractId(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract bids Lists bids on a public auction contract --- This
route is cached for up to 300 seconds
|
ApiResponse<List<PublicContractsBidsResponse>> |
ContractsApi.getContractsPublicBidsContractIdWithHttpInfo(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page)
Get public contract bids Lists bids on a public auction contract --- This
route is cached for up to 300 seconds
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContractsApi.getContractsPublicBidsContractIdAsync(Integer contractId,
String datasource,
String ifNoneMatch,
Integer page,
ApiCallback<List<PublicContractsBidsResponse>> callback)
Get public contract bids (asynchronously) Lists bids on a public auction
contract --- This route is cached for up to 300 seconds
|
| Modifier and Type | Method and Description |
|---|---|
PublicContractsBidsResponse |
PublicContractsBidsResponse.amount(Float amount) |
PublicContractsBidsResponse |
PublicContractsBidsResponse.bidId(Integer bidId) |
PublicContractsBidsResponse |
PublicContractsBidsResponse.dateBid(java.time.OffsetDateTime dateBid) |
Copyright © 2019. All Rights Reserved.