Uses of Class
net.troja.eve.esi.model.PlanetPin
-
Packages that use PlanetPin Package Description net.troja.eve.esi.model -
-
Uses of PlanetPin in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetPin Modifier and Type Method Description PlanetPinPlanetPin. addContentsItem(PlanetContent contentsItem)PlanetPinPlanetPin. contents(List<PlanetContent> contents)PlanetPinPlanetPin. expiryTime(java.time.OffsetDateTime expiryTime)PlanetPinPlanetPin. extractorDetails(PlanetExtractorDetails extractorDetails)PlanetPinPlanetPin. factoryDetails(PlanetFactoryDetails factoryDetails)PlanetPinPlanetPin. installTime(java.time.OffsetDateTime installTime)PlanetPinPlanetPin. lastCycleStart(java.time.OffsetDateTime lastCycleStart)PlanetPinPlanetPin. latitude(Float latitude)PlanetPinPlanetPin. longitude(Float longitude)PlanetPinPlanetPin. pinId(Long pinId)PlanetPinPlanetPin. schematicId(Integer schematicId)PlanetPinPlanetPin. typeId(Integer typeId)Methods in net.troja.eve.esi.model that return types with arguments of type PlanetPin Modifier and Type Method Description List<PlanetPin>CharacterPlanetResponse. getPins()pins arrayMethods in net.troja.eve.esi.model with parameters of type PlanetPin Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. addPinsItem(PlanetPin pinsItem)Method parameters in net.troja.eve.esi.model with type arguments of type PlanetPin Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. pins(List<PlanetPin> pins)voidCharacterPlanetResponse. setPins(List<PlanetPin> pins)
-