Uses of Class
travel.wink.sdk.affiliate.browse.model.GeoJsonPointAffiliate
Packages that use GeoJsonPointAffiliate
-
Uses of GeoJsonPointAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return GeoJsonPointAffiliateModifier and TypeMethodDescriptionGeoJsonPointAffiliate.addCoordinatesItem(BigDecimal coordinatesItem) GeoJsonPointAffiliate.coordinates(List<BigDecimal> coordinates) @NotNull @Valid GeoJsonPointAffiliateInventoryAggregateLightweightAffiliate.getLocation()Location@Valid GeoJsonPointAffiliatePropertyAggregateLightweightAffiliate.getLocation()Geo-location@NotNull @Valid GeoJsonPointAffiliateStaticListItemInventoryAffiliate.getLocation()Location@Valid GeoJsonPointAffiliateDynamicListAffiliate.getNearPoint()Find hotels close to certain location@Valid GeoJsonPointAffiliateUpsertDynamicListRequestAffiliate.getNearPoint()Find hotels close to certain location@Valid GeoJsonPointAffiliateUpsertDynamicSellerListRequestAffiliate.getNearPoint()Find hotels close to certain locationGeoJsonPointAffiliate.x(BigDecimal x) GeoJsonPointAffiliate.y(BigDecimal y) Methods in travel.wink.sdk.affiliate.browse.model with parameters of type GeoJsonPointAffiliateModifier and TypeMethodDescriptionInventoryAggregateLightweightAffiliate.location(GeoJsonPointAffiliate location) PropertyAggregateLightweightAffiliate.location(GeoJsonPointAffiliate location) StaticListItemInventoryAffiliate.location(GeoJsonPointAffiliate location) DynamicListAffiliate.nearPoint(GeoJsonPointAffiliate nearPoint) UpsertDynamicListRequestAffiliate.nearPoint(GeoJsonPointAffiliate nearPoint) UpsertDynamicSellerListRequestAffiliate.nearPoint(GeoJsonPointAffiliate nearPoint) voidInventoryAggregateLightweightAffiliate.setLocation(GeoJsonPointAffiliate location) voidPropertyAggregateLightweightAffiliate.setLocation(GeoJsonPointAffiliate location) voidStaticListItemInventoryAffiliate.setLocation(GeoJsonPointAffiliate location) voidDynamicListAffiliate.setNearPoint(GeoJsonPointAffiliate nearPoint) voidUpsertDynamicListRequestAffiliate.setNearPoint(GeoJsonPointAffiliate nearPoint) voidUpsertDynamicSellerListRequestAffiliate.setNearPoint(GeoJsonPointAffiliate nearPoint)