Uses of Class
net.troja.eve.esi.model.PlanetRoute
-
Packages that use PlanetRoute Package Description net.troja.eve.esi.model -
-
Uses of PlanetRoute in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetRoute Modifier and Type Method Description PlanetRoutePlanetRoute. addWaypointsItem(Long waypointsItem)PlanetRoutePlanetRoute. contentTypeId(Integer contentTypeId)PlanetRoutePlanetRoute. destinationPinId(Long destinationPinId)PlanetRoutePlanetRoute. quantity(Float quantity)PlanetRoutePlanetRoute. routeId(Long routeId)PlanetRoutePlanetRoute. sourcePinId(Long sourcePinId)PlanetRoutePlanetRoute. waypoints(List<Long> waypoints)Methods in net.troja.eve.esi.model that return types with arguments of type PlanetRoute Modifier and Type Method Description List<PlanetRoute>CharacterPlanetResponse. getRoutes()routes arrayMethods in net.troja.eve.esi.model with parameters of type PlanetRoute Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. addRoutesItem(PlanetRoute routesItem)Method parameters in net.troja.eve.esi.model with type arguments of type PlanetRoute Modifier and Type Method Description CharacterPlanetResponseCharacterPlanetResponse. routes(List<PlanetRoute> routes)voidCharacterPlanetResponse. setRoutes(List<PlanetRoute> routes)
-