Uses of Class
net.troja.eve.esi.model.IndustrySystemsResponse
-
Packages that use IndustrySystemsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of IndustrySystemsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type IndustrySystemsResponse Modifier and Type Method Description List<IndustrySystemsResponse>IndustryApi. getIndustrySystems(String datasource, String ifNoneMatch)List solar system cost indices Return cost indices for solar systems --- This route is cached for up to 3600 secondsApiResponse<List<IndustrySystemsResponse>>IndustryApi. getIndustrySystemsWithHttpInfo(String datasource, String ifNoneMatch)List solar system cost indices Return cost indices for solar systems --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type IndustrySystemsResponse Modifier and Type Method Description okhttp3.CallIndustryApi. getIndustrySystemsAsync(String datasource, String ifNoneMatch, ApiCallback<List<IndustrySystemsResponse>> _callback)List solar system cost indices (asynchronously) Return cost indices for solar systems --- This route is cached for up to 3600 seconds -
Uses of IndustrySystemsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return IndustrySystemsResponse Modifier and Type Method Description IndustrySystemsResponseIndustrySystemsResponse. addCostIndicesItem(SystemCostIndice costIndicesItem)IndustrySystemsResponseIndustrySystemsResponse. costIndices(List<SystemCostIndice> costIndices)IndustrySystemsResponseIndustrySystemsResponse. solarSystemId(Integer solarSystemId)
-