Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiHotelPointOfInterest
Packages that use ApiHotelPointOfInterest
-
Uses of ApiHotelPointOfInterest in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiHotelPointOfInterestModifier and TypeMethodDescriptionApiHotelPointOfInterest.facilityCode(Integer facilityCode) ApiHotelPointOfInterest.facilityGroupCode(Integer facilityGroupCode) Methods in travel.wink.hotelbeds.content.sdk.model that return types with arguments of type ApiHotelPointOfInterestModifier and TypeMethodDescription@Valid List<ApiHotelPointOfInterest>ApiHotel.getInterestPoints()List of points of interest close to the hotel.Methods in travel.wink.hotelbeds.content.sdk.model with parameters of type ApiHotelPointOfInterestModifier and TypeMethodDescriptionApiHotel.addInterestPointsItem(ApiHotelPointOfInterest interestPointsItem) Method parameters in travel.wink.hotelbeds.content.sdk.model with type arguments of type ApiHotelPointOfInterestModifier and TypeMethodDescriptionApiHotel.interestPoints(List<ApiHotelPointOfInterest> interestPoints) voidApiHotel.setInterestPoints(List<ApiHotelPointOfInterest> interestPoints)