Uses of Class
net.troja.eve.esi.model.UniverseIdsInventoryType
-
Packages that use UniverseIdsInventoryType Package Description net.troja.eve.esi.model -
-
Uses of UniverseIdsInventoryType in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UniverseIdsInventoryType Modifier and Type Method Description UniverseIdsInventoryTypeUniverseIdsInventoryType. id(Integer id)UniverseIdsInventoryTypeUniverseIdsInventoryType. name(String name)Methods in net.troja.eve.esi.model that return types with arguments of type UniverseIdsInventoryType Modifier and Type Method Description List<UniverseIdsInventoryType>UniverseIdsResponse. getInventoryTypes()inventory_types arrayMethods in net.troja.eve.esi.model with parameters of type UniverseIdsInventoryType Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. addInventoryTypesItem(UniverseIdsInventoryType inventoryTypesItem)Method parameters in net.troja.eve.esi.model with type arguments of type UniverseIdsInventoryType Modifier and Type Method Description UniverseIdsResponseUniverseIdsResponse. inventoryTypes(List<UniverseIdsInventoryType> inventoryTypes)voidUniverseIdsResponse. setInventoryTypes(List<UniverseIdsInventoryType> inventoryTypes)
-