Uses of Class
net.troja.eve.esi.model.CorporationStarbaseFuel
-
Packages that use CorporationStarbaseFuel Package Description net.troja.eve.esi.model -
-
Uses of CorporationStarbaseFuel in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationStarbaseFuel Modifier and Type Method Description CorporationStarbaseFuelCorporationStarbaseFuel. quantity(Integer quantity)CorporationStarbaseFuelCorporationStarbaseFuel. typeId(Integer typeId)Methods in net.troja.eve.esi.model that return types with arguments of type CorporationStarbaseFuel Modifier and Type Method Description List<CorporationStarbaseFuel>CorporationStarbaseResponse. getFuels()Fuel blocks and other things that will be consumed when operating a starbase (POS)Methods in net.troja.eve.esi.model with parameters of type CorporationStarbaseFuel Modifier and Type Method Description CorporationStarbaseResponseCorporationStarbaseResponse. addFuelsItem(CorporationStarbaseFuel fuelsItem)Method parameters in net.troja.eve.esi.model with type arguments of type CorporationStarbaseFuel Modifier and Type Method Description CorporationStarbaseResponseCorporationStarbaseResponse. fuels(List<CorporationStarbaseFuel> fuels)voidCorporationStarbaseResponse. setFuels(List<CorporationStarbaseFuel> fuels)
-