Uses of Class
travel.wink.sdk.booking.model.PointBooker
Packages that use PointBooker
-
Uses of PointBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PointBookerMethods in travel.wink.sdk.booking.model that return types with arguments of type PointBookerModifier and TypeMethodDescription@Valid List<PointBooker> GeoJsonLineStringBooker.getCoordinates()Get coordinates@Valid List<PointBooker> GeoJsonPolygonBooker.getPoints()Get pointsMethods in travel.wink.sdk.booking.model with parameters of type PointBookerModifier and TypeMethodDescriptionGeoJsonLineStringBooker.addCoordinatesItem(PointBooker coordinatesItem) GeoJsonPolygonBooker.addPointsItem(PointBooker pointsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PointBookerModifier and TypeMethodDescriptionGeoJsonLineStringBooker.coordinates(List<PointBooker> coordinates) GeoJsonPolygonBooker.points(List<PointBooker> points) voidGeoJsonLineStringBooker.setCoordinates(List<PointBooker> coordinates) voidGeoJsonPolygonBooker.setPoints(List<PointBooker> points)