| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<IndustryFacilitiesResponse> |
IndustryApi.getIndustryFacilities(String datasource,
String ifNoneMatch)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
ApiResponse<List<IndustryFacilitiesResponse>> |
IndustryApi.getIndustryFacilitiesWithHttpInfo(String datasource,
String ifNoneMatch)
List industry facilities Return a list of industry facilities --- This
route is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
IndustryApi.getIndustryFacilitiesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<IndustryFacilitiesResponse>> callback)
List industry facilities (asynchronously) Return a list of industry
facilities --- This route is cached for up to 3600 seconds
|
| Modifier and Type | Method and Description |
|---|---|
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.facilityId(Long facilityId) |
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.ownerId(Integer ownerId) |
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.regionId(Integer regionId) |
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.solarSystemId(Integer solarSystemId) |
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.tax(Float tax) |
IndustryFacilitiesResponse |
IndustryFacilitiesResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.