Uses of Class
net.troja.eve.esi.model.CharacterMiningResponse
-
Packages that use CharacterMiningResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterMiningResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterMiningResponse Modifier and Type Method Description List<CharacterMiningResponse>IndustryApi. getCharactersCharacterIdMining(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Character mining ledger Paginated record of all mining done by a character for the past 30 days --- This route is cached for up to 600 seconds SSO Scope: esi-industry.read_character_mining.v1ApiResponse<List<CharacterMiningResponse>>IndustryApi. getCharactersCharacterIdMiningWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Character mining ledger Paginated record of all mining done by a character for the past 30 days --- This route is cached for up to 600 seconds SSO Scope: esi-industry.read_character_mining.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterMiningResponse Modifier and Type Method Description okhttp3.CallIndustryApi. getCharactersCharacterIdMiningAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CharacterMiningResponse>> _callback)Character mining ledger (asynchronously) Paginated record of all mining done by a character for the past 30 days --- This route is cached for up to 600 seconds SSO Scope: esi-industry.read_character_mining.v1 -
Uses of CharacterMiningResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterMiningResponse Modifier and Type Method Description CharacterMiningResponseCharacterMiningResponse. date(java.time.LocalDate date)CharacterMiningResponseCharacterMiningResponse. quantity(Long quantity)CharacterMiningResponseCharacterMiningResponse. solarSystemId(Integer solarSystemId)CharacterMiningResponseCharacterMiningResponse. typeId(Integer typeId)
-