Uses of Class
net.troja.eve.esi.model.PublicContractsBidsResponse
-
Packages that use PublicContractsBidsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of PublicContractsBidsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type PublicContractsBidsResponse Modifier and Type Method 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 secondsApiResponse<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 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type PublicContractsBidsResponse Modifier and Type Method Description okhttp3.CallContractsApi. 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 -
Uses of PublicContractsBidsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PublicContractsBidsResponse Modifier and Type Method Description PublicContractsBidsResponsePublicContractsBidsResponse. amount(Float amount)PublicContractsBidsResponsePublicContractsBidsResponse. bidId(Integer bidId)PublicContractsBidsResponsePublicContractsBidsResponse. dateBid(java.time.OffsetDateTime dateBid)
-