Uses of Class
net.troja.eve.esi.model.StructureService
-
Packages that use StructureService Package Description net.troja.eve.esi.model -
-
Uses of StructureService in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return StructureService Modifier and Type Method Description StructureServiceStructureService. name(String name)StructureServiceStructureService. state(StructureService.StateEnum stateEnum)StructureServiceStructureService. stateString(String state)Methods in net.troja.eve.esi.model that return types with arguments of type StructureService Modifier and Type Method Description List<StructureService>CorporationStructuresResponse. getServices()Contains a list of service upgrades, and their stateMethods in net.troja.eve.esi.model with parameters of type StructureService Modifier and Type Method Description CorporationStructuresResponseCorporationStructuresResponse. addServicesItem(StructureService servicesItem)Method parameters in net.troja.eve.esi.model with type arguments of type StructureService Modifier and Type Method Description CorporationStructuresResponseCorporationStructuresResponse. services(List<StructureService> services)voidCorporationStructuresResponse. setServices(List<StructureService> services)
-