Uses of Class
net.troja.eve.esi.model.CorporationMiningObserversResponse
-
Packages that use CorporationMiningObserversResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationMiningObserversResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationMiningObserversResponse Modifier and Type Method Description List<CorporationMiningObserversResponse>IndustryApi. getCorporationCorporationIdMiningObservers(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Corporation mining observers Paginated list of all entities capable of observing and recording mining for a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1ApiResponse<List<CorporationMiningObserversResponse>>IndustryApi. getCorporationCorporationIdMiningObserversWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Corporation mining observers Paginated list of all entities capable of observing and recording mining for a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationMiningObserversResponse Modifier and Type Method Description okhttp3.CallIndustryApi. getCorporationCorporationIdMiningObserversAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationMiningObserversResponse>> _callback)Corporation mining observers (asynchronously) Paginated list of all entities capable of observing and recording mining for a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant SSO Scope: esi-industry.read_corporation_mining.v1 -
Uses of CorporationMiningObserversResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationMiningObserversResponse Modifier and Type Method Description CorporationMiningObserversResponseCorporationMiningObserversResponse. lastUpdated(java.time.LocalDate lastUpdated)CorporationMiningObserversResponseCorporationMiningObserversResponse. observerId(Long observerId)CorporationMiningObserversResponseCorporationMiningObserversResponse. observerType(CorporationMiningObserversResponse.ObserverTypeEnum observerTypeEnum)CorporationMiningObserversResponseCorporationMiningObserversResponse. observerTypeString(String observerType)
-