Uses of Class
net.troja.eve.esi.model.PlanetLink
-
Packages that use PlanetLink Package Description net.troja.eve.esi.model -
-
Uses of PlanetLink in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetLink Modifier and Type Method Description PlanetLinkPlanetLink. destinationPinId(Long destinationPinId)PlanetLinkPlanetLink. linkLevel(Integer linkLevel)PlanetLinkPlanetLink. sourcePinId(Long sourcePinId)Methods in net.troja.eve.esi.model that return types with arguments of type PlanetLink Modifier and Type Method Description List<PlanetLink>CharacterPlanetResponse. getLinks()links arrayMethods in net.troja.eve.esi.model with parameters of type PlanetLink Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. addLinksItem(PlanetLink linksItem)Method parameters in net.troja.eve.esi.model with type arguments of type PlanetLink Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. links(List<PlanetLink> links)voidCharacterPlanetResponse. setLinks(List<PlanetLink> links)
-