Uses of Class
net.troja.eve.esi.model.Squad
-
Packages that use Squad Package Description net.troja.eve.esi.model -
-
Uses of Squad in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return Squad Modifier and Type Method Description SquadSquad. id(Long id)SquadSquad. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type Squad Modifier and Type Method Description List<Squad>FleetWingsResponse. getSquads()squads arrayMethods in net.troja.eve.esi.model with parameters of type Squad Modifier and Type Method Description FleetWingsResponseFleetWingsResponse. addSquadsItem(Squad squadsItem)Method parameters in net.troja.eve.esi.model with type arguments of type Squad Modifier and Type Method Description voidFleetWingsResponse. setSquads(List<Squad> squads)FleetWingsResponseFleetWingsResponse. squads(List<Squad> squads)
-