Uses of Class
travel.wink.sdk.extranet.model.Social
Packages that use Social
-
Uses of Social in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return SocialMethods in travel.wink.sdk.extranet.model that return types with arguments of type SocialModifier and TypeMethodDescriptionSocialNetworksRequest.getList()List of social networks.SocialNetworksResponse.getList()List of social networks.AddOn.getSocials()Social network accounts for inventory (if applicable).Attraction.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).Hotel.getSocials()List of all social network account property has.HotelOnMap.getSocials()Property's social network accountsMeetingRoom.getSocials()Social network accounts for inventory (if applicable).Recreation.getSocials()Social network accounts for inventory (if applicable).RefPoint.getSocials()Social network accounts for inventory (if applicable).Restaurant.getSocials()Social network accounts for inventory (if applicable).Spa.getSocials()Social network accounts for inventory (if applicable).Methods in travel.wink.sdk.extranet.model with parameters of type SocialModifier and TypeMethodDescriptionSocialNetworksRequest.addListItem(Social _listItem) SocialNetworksResponse.addListItem(Social _listItem) AddOn.addSocialsItem(Social socialsItem) Attraction.addSocialsItem(Social socialsItem) Booking.addSocialsItem(Social socialsItem) Bundle.addSocialsItem(Social socialsItem) Hotel.addSocialsItem(Social socialsItem) HotelOnMap.addSocialsItem(Social socialsItem) MeetingRoom.addSocialsItem(Social socialsItem) Recreation.addSocialsItem(Social socialsItem) RefPoint.addSocialsItem(Social socialsItem) Restaurant.addSocialsItem(Social socialsItem) Spa.addSocialsItem(Social socialsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type SocialModifier and TypeMethodDescriptionvoidvoidvoidAddOn.setSocials(List<Social> socials) voidAttraction.setSocials(List<Social> socials) voidBooking.setSocials(List<Social> socials) voidBundle.setSocials(List<Social> socials) voidHotel.setSocials(List<Social> socials) voidHotelOnMap.setSocials(List<Social> socials) voidMeetingRoom.setSocials(List<Social> socials) voidRecreation.setSocials(List<Social> socials) voidRefPoint.setSocials(List<Social> socials) voidRestaurant.setSocials(List<Social> socials) voidSpa.setSocials(List<Social> socials)