Uses of Class
travel.wink.sdk.inventory.model.GeoJsonPointConsumer
Packages that use GeoJsonPointConsumer
-
Uses of GeoJsonPointConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return GeoJsonPointConsumerModifier and TypeMethodDescriptionGeoJsonPointConsumer.addCoordinatesItem(BigDecimal coordinatesItem) GeoJsonPointConsumer.coordinates(List<BigDecimal> coordinates) @NotNull @Valid GeoJsonPointConsumerAddOnConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerAttractionConsumer.getLocation()Get location@Valid GeoJsonPointConsumerGeoNameConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerGuestRoomConsumer.getLocation()Get location@Valid GeoJsonPointConsumerHotelOnMapConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerLookupConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerMeetingRoomConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerRecreationConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerRefPointConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerRestaurantConsumer.getLocation()Get location@NotNull @Valid GeoJsonPointConsumerSpaConsumer.getLocation()Get location@Valid GeoJsonPointConsumerUserSessionConsumer.getLocation()Get locationGeoJsonPointConsumer.x(BigDecimal x) GeoJsonPointConsumer.y(BigDecimal y) Methods in travel.wink.sdk.inventory.model with parameters of type GeoJsonPointConsumerModifier and TypeMethodDescriptionAddOnConsumer.location(GeoJsonPointConsumer location) AttractionConsumer.location(GeoJsonPointConsumer location) GeoNameConsumer.location(GeoJsonPointConsumer location) GuestRoomConsumer.location(GeoJsonPointConsumer location) HotelOnMapConsumer.location(GeoJsonPointConsumer location) LookupConsumer.location(GeoJsonPointConsumer location) MeetingRoomConsumer.location(GeoJsonPointConsumer location) RecreationConsumer.location(GeoJsonPointConsumer location) RefPointConsumer.location(GeoJsonPointConsumer location) RestaurantConsumer.location(GeoJsonPointConsumer location) SpaConsumer.location(GeoJsonPointConsumer location) UserSessionConsumer.location(GeoJsonPointConsumer location) voidAddOnConsumer.setLocation(GeoJsonPointConsumer location) voidAttractionConsumer.setLocation(GeoJsonPointConsumer location) voidGeoNameConsumer.setLocation(GeoJsonPointConsumer location) voidGuestRoomConsumer.setLocation(GeoJsonPointConsumer location) voidHotelOnMapConsumer.setLocation(GeoJsonPointConsumer location) voidLookupConsumer.setLocation(GeoJsonPointConsumer location) voidMeetingRoomConsumer.setLocation(GeoJsonPointConsumer location) voidRecreationConsumer.setLocation(GeoJsonPointConsumer location) voidRefPointConsumer.setLocation(GeoJsonPointConsumer location) voidRestaurantConsumer.setLocation(GeoJsonPointConsumer location) voidSpaConsumer.setLocation(GeoJsonPointConsumer location) voidUserSessionConsumer.setLocation(GeoJsonPointConsumer location)