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