Uses of Class
net.troja.eve.esi.model.CorporationContractsBidsResponse
-
Packages that use CorporationContractsBidsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationContractsBidsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationContractsBidsResponse Modifier and Type Method Description List<CorporationContractsBidsResponse>ContractsApi. getCorporationsCorporationIdContractsContractIdBids(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation contract bids Lists bids on a particular auction contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1ApiResponse<List<CorporationContractsBidsResponse>>ContractsApi. getCorporationsCorporationIdContractsContractIdBidsWithHttpInfo(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation contract bids Lists bids on a particular auction contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationContractsBidsResponse Modifier and Type Method Description okhttp3.CallContractsApi. getCorporationsCorporationIdContractsContractIdBidsAsync(Integer contractId, Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationContractsBidsResponse>> _callback)Get corporation contract bids (asynchronously) Lists bids on a particular auction contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1 -
Uses of CorporationContractsBidsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationContractsBidsResponse Modifier and Type Method Description CorporationContractsBidsResponseCorporationContractsBidsResponse. amount(Float amount)CorporationContractsBidsResponseCorporationContractsBidsResponse. bidderId(Integer bidderId)CorporationContractsBidsResponseCorporationContractsBidsResponse. bidId(Integer bidId)CorporationContractsBidsResponseCorporationContractsBidsResponse. dateBid(java.time.OffsetDateTime dateBid)
-