Uses of Class
net.troja.eve.esi.model.InsurancePriceLevel
-
Packages that use InsurancePriceLevel Package Description net.troja.eve.esi.model -
-
Uses of InsurancePriceLevel in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return InsurancePriceLevel Modifier and Type Method Description InsurancePriceLevelInsurancePriceLevel. cost(Float cost)InsurancePriceLevelInsurancePriceLevel. name(String name)InsurancePriceLevelInsurancePriceLevel. payout(Float payout)Methods in net.troja.eve.esi.model that return types with arguments of type InsurancePriceLevel Modifier and Type Method Description List<InsurancePriceLevel>InsurancePricesResponse. getLevels()A list of a available insurance levels for this ship typeMethods in net.troja.eve.esi.model with parameters of type InsurancePriceLevel Modifier and Type Method Description InsurancePricesResponseInsurancePricesResponse. addLevelsItem(InsurancePriceLevel levelsItem)Method parameters in net.troja.eve.esi.model with type arguments of type InsurancePriceLevel Modifier and Type Method Description InsurancePricesResponseInsurancePricesResponse. levels(List<InsurancePriceLevel> levels)voidInsurancePricesResponse. setLevels(List<InsurancePriceLevel> levels)
-