Uses of Class
travel.wink.sdk.affiliate.model.Social
Packages that use Social
-
Uses of Social in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SocialMethods in travel.wink.sdk.affiliate.model that return types with arguments of type SocialModifier and TypeMethodDescriptionAddOn.getSocials()Social network accounts for inventory (if applicable).Booking.getSocials()List of all social network account property has for the traveler to get in touch.Bundle.getSocials()Social network accounts for inventory (if applicable).GuestRoom.getSocials()Social network accounts for inventory (if applicable).HotelOnMap.getSocials()Property's social network accountsHotelOnMapView.getSocials()Get socialsMethods in travel.wink.sdk.affiliate.model with parameters of type SocialModifier and TypeMethodDescriptionAddOn.addSocialsItem(Social socialsItem) Booking.addSocialsItem(Social socialsItem) Bundle.addSocialsItem(Social socialsItem) GuestRoom.addSocialsItem(Social socialsItem) HotelOnMap.addSocialsItem(Social socialsItem) HotelOnMapView.addSocialsItem(Social socialsItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type SocialModifier and TypeMethodDescriptionvoidAddOn.setSocials(List<Social> socials) voidBooking.setSocials(List<Social> socials) voidBundle.setSocials(List<Social> socials) voidGuestRoom.setSocials(List<Social> socials) voidHotelOnMap.setSocials(List<Social> socials) voidHotelOnMapView.setSocials(List<Social> socials)