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