Uses of Class
travel.wink.sdk.booking.model.SocialAgent
Packages that use SocialAgent
-
Uses of SocialAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SocialAgentMethods in travel.wink.sdk.booking.model that return types with arguments of type SocialAgentModifier and TypeMethodDescription@Valid List<SocialAgent>BookingAgent.getSocials()List of all social network account property has for the traveler to get in touch.@Valid List<SocialAgent>GuestRoomAgent.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialAgent>HotelOnMapAgent.getSocials()Property's social network accountsMethods in travel.wink.sdk.booking.model with parameters of type SocialAgentModifier and TypeMethodDescriptionBookingAgent.addSocialsItem(SocialAgent socialsItem) GuestRoomAgent.addSocialsItem(SocialAgent socialsItem) HotelOnMapAgent.addSocialsItem(SocialAgent socialsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SocialAgentModifier and TypeMethodDescriptionvoidBookingAgent.setSocials(List<SocialAgent> socials) voidGuestRoomAgent.setSocials(List<SocialAgent> socials) voidHotelOnMapAgent.setSocials(List<SocialAgent> socials) BookingAgent.socials(List<SocialAgent> socials) GuestRoomAgent.socials(List<SocialAgent> socials) HotelOnMapAgent.socials(List<SocialAgent> socials)