Uses of Class
net.troja.eve.esi.model.WarAlly
-
Packages that use WarAlly Package Description net.troja.eve.esi.model -
-
Uses of WarAlly in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return WarAlly Modifier and Type Method Description WarAllyWarAlly. allianceId(Integer allianceId)WarAllyWarAlly. corporationId(Integer corporationId)Methods in net.troja.eve.esi.model that return types with arguments of type WarAlly Modifier and Type Method Description List<WarAlly>WarResponse. getAllies()allied corporations or alliances, each object contains either corporation_id or alliance_idMethods in net.troja.eve.esi.model with parameters of type WarAlly Modifier and Type Method Description WarResponseWarResponse. addAlliesItem(WarAlly alliesItem)Method parameters in net.troja.eve.esi.model with type arguments of type WarAlly Modifier and Type Method Description WarResponseWarResponse. allies(List<WarAlly> allies)voidWarResponse. setAllies(List<WarAlly> allies)
-