Uses of Class
net.troja.eve.esi.model.KillmailItem
-
Packages that use KillmailItem Package Description net.troja.eve.esi.model -
-
Uses of KillmailItem in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return KillmailItem Modifier and Type Method Description KillmailItemKillmailItem. addItemsItem(KillmailSubItem itemsItem)KillmailItemKillmailItem. flag(Integer flag)KillmailItemKillmailItem. items(List<KillmailSubItem> items)KillmailItemKillmailItem. itemTypeId(Integer itemTypeId)KillmailItemKillmailItem. quantityDestroyed(Long quantityDestroyed)KillmailItemKillmailItem. quantityDropped(Long quantityDropped)KillmailItemKillmailItem. singleton(Integer singleton)Methods in net.troja.eve.esi.model that return types with arguments of type KillmailItem Modifier and Type Method Description List<KillmailItem>KillmailVictim. getItems()items arrayMethods in net.troja.eve.esi.model with parameters of type KillmailItem Modifier and Type Method Description KillmailVictimKillmailVictim. addItemsItem(KillmailItem itemsItem)Method parameters in net.troja.eve.esi.model with type arguments of type KillmailItem Modifier and Type Method Description KillmailVictimKillmailVictim. items(List<KillmailItem> items)voidKillmailVictim. setItems(List<KillmailItem> items)
-