Uses of Class
net.troja.eve.esi.model.IndustryFacilitiesResponse
-
Packages that use IndustryFacilitiesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of IndustryFacilitiesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type IndustryFacilitiesResponse Modifier and Type Method 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 secondsApiResponse<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 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type IndustryFacilitiesResponse Modifier and Type Method Description okhttp3.CallIndustryApi. 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 -
Uses of IndustryFacilitiesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return IndustryFacilitiesResponse Modifier and Type Method Description IndustryFacilitiesResponseIndustryFacilitiesResponse. facilityId(Long facilityId)IndustryFacilitiesResponseIndustryFacilitiesResponse. ownerId(Integer ownerId)IndustryFacilitiesResponseIndustryFacilitiesResponse. regionId(Integer regionId)IndustryFacilitiesResponseIndustryFacilitiesResponse. solarSystemId(Integer solarSystemId)IndustryFacilitiesResponseIndustryFacilitiesResponse. tax(Float tax)IndustryFacilitiesResponseIndustryFacilitiesResponse. typeId(Integer typeId)
-