Uses of Class
net.troja.eve.esi.model.CorporationMiningExtractionsResponse
-
Packages that use CorporationMiningExtractionsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationMiningExtractionsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationMiningExtractionsResponse Modifier and Type Method Description List<CorporationMiningExtractionsResponse>IndustryApi. getCorporationCorporationIdMiningExtractions(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Moon extraction timers Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-industry.read_corporation_mining.v1ApiResponse<List<CorporationMiningExtractionsResponse>>IndustryApi. getCorporationCorporationIdMiningExtractionsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Moon extraction timers Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-industry.read_corporation_mining.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationMiningExtractionsResponse Modifier and Type Method Description okhttp3.CallIndustryApi. getCorporationCorporationIdMiningExtractionsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationMiningExtractionsResponse>> _callback)Moon extraction timers (asynchronously) Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-industry.read_corporation_mining.v1 -
Uses of CorporationMiningExtractionsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationMiningExtractionsResponse Modifier and Type Method Description CorporationMiningExtractionsResponseCorporationMiningExtractionsResponse. chunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)CorporationMiningExtractionsResponseCorporationMiningExtractionsResponse. extractionStartTime(java.time.OffsetDateTime extractionStartTime)CorporationMiningExtractionsResponseCorporationMiningExtractionsResponse. moonId(Integer moonId)CorporationMiningExtractionsResponseCorporationMiningExtractionsResponse. naturalDecayTime(java.time.OffsetDateTime naturalDecayTime)CorporationMiningExtractionsResponseCorporationMiningExtractionsResponse. structureId(Long structureId)
-