Uses of Class
net.troja.eve.esi.model.CorporationResponse
-
Packages that use CorporationResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CorporationResponse Modifier and Type Method Description CorporationResponseCorporationApi. getCorporationsCorporationId(Integer corporationId, String datasource, String ifNoneMatch)Get corporation information Public information about a corporation --- This route is cached for up to 3600 secondsMethods in net.troja.eve.esi.api that return types with arguments of type CorporationResponse Modifier and Type Method Description ApiResponse<CorporationResponse>CorporationApi. getCorporationsCorporationIdWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch)Get corporation information Public information about a corporation --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type CorporationResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdAsync(Integer corporationId, String datasource, String ifNoneMatch, ApiCallback<CorporationResponse> _callback)Get corporation information (asynchronously) Public information about a corporation --- This route is cached for up to 3600 seconds -
Uses of CorporationResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationResponse Modifier and Type Method Description CorporationResponseCorporationResponse. allianceId(Integer allianceId)CorporationResponseCorporationResponse. ceoId(Integer ceoId)CorporationResponseCorporationResponse. creatorId(Integer creatorId)CorporationResponseCorporationResponse. dateFounded(java.time.OffsetDateTime dateFounded)CorporationResponseCorporationResponse. description(String description)CorporationResponseCorporationResponse. factionId(Integer factionId)CorporationResponseCorporationResponse. homeStationId(Integer homeStationId)CorporationResponseCorporationResponse. memberCount(Integer memberCount)CorporationResponseCorporationResponse. name(String name)CorporationResponseCorporationResponse. shares(Long shares)CorporationResponseCorporationResponse. taxRate(Float taxRate)CorporationResponseCorporationResponse. ticker(String ticker)CorporationResponseCorporationResponse. url(String url)CorporationResponseCorporationResponse. warEligible(Boolean warEligible)
-