Uses of Class
travel.wink.sdk.booking.model.PointAgent
Packages that use PointAgent
-
Uses of PointAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PointAgentMethods in travel.wink.sdk.booking.model that return types with arguments of type PointAgentModifier and TypeMethodDescription@Valid List<PointAgent>GeoJsonLineStringAgent.getCoordinates()Get coordinates@Valid List<PointAgent>GeoJsonPolygonAgent.getPoints()Get pointsMethods in travel.wink.sdk.booking.model with parameters of type PointAgentModifier and TypeMethodDescriptionGeoJsonLineStringAgent.addCoordinatesItem(PointAgent coordinatesItem) GeoJsonPolygonAgent.addPointsItem(PointAgent pointsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PointAgentModifier and TypeMethodDescriptionGeoJsonLineStringAgent.coordinates(List<PointAgent> coordinates) GeoJsonPolygonAgent.points(List<PointAgent> points) voidGeoJsonLineStringAgent.setCoordinates(List<PointAgent> coordinates) voidGeoJsonPolygonAgent.setPoints(List<PointAgent> points)