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<@Valid SocialBooker> BookingBooker.getSocials()List of all social network account property has for the traveler to get in touch.@Valid List<@Valid SocialBooker> GuestRoomLightweightBooker.getSocials()Get socials@Valid List<@Valid SocialBooker> PropertyAggregateLightweightBooker.getSocials()Property's social network accountsMethods in travel.wink.sdk.booking.model with parameters of type SocialBookerModifier and TypeMethodDescriptionBookingBooker.addSocialsItem(SocialBooker socialsItem) GuestRoomLightweightBooker.addSocialsItem(SocialBooker socialsItem) PropertyAggregateLightweightBooker.addSocialsItem(SocialBooker socialsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SocialBookerModifier and TypeMethodDescriptionvoidBookingBooker.setSocials(List<@Valid SocialBooker> socials) voidGuestRoomLightweightBooker.setSocials(List<@Valid SocialBooker> socials) voidPropertyAggregateLightweightBooker.setSocials(List<@Valid SocialBooker> socials) BookingBooker.socials(List<@Valid SocialBooker> socials) GuestRoomLightweightBooker.socials(List<@Valid SocialBooker> socials) PropertyAggregateLightweightBooker.socials(List<@Valid SocialBooker> socials)