Uses of Class
travel.wink.sdk.booking.model.SocialBooker
Packages that use SocialBooker
-
Uses of SocialBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SocialBookerMethods in travel.wink.sdk.booking.model that return types with arguments of type SocialBookerModifier and TypeMethodDescription@Valid List<SocialBooker> BookingBooker.getSocials()List of all social network account property has for the traveler to get in touch.@Valid List<SocialBooker> GuestRoomBooker.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialBooker> HotelOnMapBooker.getSocials()Property's social network accountsMethods in travel.wink.sdk.booking.model with parameters of type SocialBookerModifier and TypeMethodDescriptionBookingBooker.addSocialsItem(SocialBooker socialsItem) GuestRoomBooker.addSocialsItem(SocialBooker socialsItem) HotelOnMapBooker.addSocialsItem(SocialBooker socialsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SocialBookerModifier and TypeMethodDescriptionvoidBookingBooker.setSocials(List<SocialBooker> socials) voidGuestRoomBooker.setSocials(List<SocialBooker> socials) voidHotelOnMapBooker.setSocials(List<SocialBooker> socials) BookingBooker.socials(List<SocialBooker> socials) GuestRoomBooker.socials(List<SocialBooker> socials) HotelOnMapBooker.socials(List<SocialBooker> socials)