Uses of Class
travel.wink.sdk.inventory.model.SocialConsumer
Packages that use SocialConsumer
-
Uses of SocialConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return SocialConsumerMethods in travel.wink.sdk.inventory.model that return types with arguments of type SocialConsumerModifier and TypeMethodDescription@Valid List<SocialConsumer>AddOnConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>AttractionConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>GuestRoomConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>HotelOnMapConsumer.getSocials()Property's social network accounts@Valid List<SocialConsumer>MeetingRoomConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>RecreationConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>RefPointConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>RestaurantConsumer.getSocials()Social network accounts for inventory (if applicable).@Valid List<SocialConsumer>SpaConsumer.getSocials()Social network accounts for inventory (if applicable).Methods in travel.wink.sdk.inventory.model with parameters of type SocialConsumerModifier and TypeMethodDescriptionAddOnConsumer.addSocialsItem(SocialConsumer socialsItem) AttractionConsumer.addSocialsItem(SocialConsumer socialsItem) GuestRoomConsumer.addSocialsItem(SocialConsumer socialsItem) HotelOnMapConsumer.addSocialsItem(SocialConsumer socialsItem) MeetingRoomConsumer.addSocialsItem(SocialConsumer socialsItem) RecreationConsumer.addSocialsItem(SocialConsumer socialsItem) RefPointConsumer.addSocialsItem(SocialConsumer socialsItem) RestaurantConsumer.addSocialsItem(SocialConsumer socialsItem) SpaConsumer.addSocialsItem(SocialConsumer socialsItem) Method parameters in travel.wink.sdk.inventory.model with type arguments of type SocialConsumerModifier and TypeMethodDescriptionvoidAddOnConsumer.setSocials(List<SocialConsumer> socials) voidAttractionConsumer.setSocials(List<SocialConsumer> socials) voidGuestRoomConsumer.setSocials(List<SocialConsumer> socials) voidHotelOnMapConsumer.setSocials(List<SocialConsumer> socials) voidMeetingRoomConsumer.setSocials(List<SocialConsumer> socials) voidRecreationConsumer.setSocials(List<SocialConsumer> socials) voidRefPointConsumer.setSocials(List<SocialConsumer> socials) voidRestaurantConsumer.setSocials(List<SocialConsumer> socials) voidSpaConsumer.setSocials(List<SocialConsumer> socials) AddOnConsumer.socials(List<SocialConsumer> socials) AttractionConsumer.socials(List<SocialConsumer> socials) GuestRoomConsumer.socials(List<SocialConsumer> socials) HotelOnMapConsumer.socials(List<SocialConsumer> socials) MeetingRoomConsumer.socials(List<SocialConsumer> socials) RecreationConsumer.socials(List<SocialConsumer> socials) RefPointConsumer.socials(List<SocialConsumer> socials) RestaurantConsumer.socials(List<SocialConsumer> socials) SpaConsumer.socials(List<SocialConsumer> socials)