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 TypeMethodDescriptionAddOn.getSocials()Social network accounts for inventory (if applicable).Attraction.getSocials()Social network accounts for inventory (if applicable).GuestRoom.getSocials()Social network accounts for inventory (if applicable).Recreation.getSocials()Social network accounts for inventory (if applicable).UpsertActivityRequest.getSocials()Social network accounts for inventory (if applicable).UpsertAddOnRequest.getSocials()Social network accounts for inventory (if applicable).UpsertAttractionRequest.getSocials()Social network accounts for inventory (if applicable).Methods in travel.wink.sdk.extranet.model with parameters of type SocialModifier and TypeMethodDescriptionAddOn.addSocialsItem(Social socialsItem) Attraction.addSocialsItem(Social socialsItem) GuestRoom.addSocialsItem(Social socialsItem) Recreation.addSocialsItem(Social socialsItem) UpsertActivityRequest.addSocialsItem(Social socialsItem) UpsertAddOnRequest.addSocialsItem(Social socialsItem) UpsertAttractionRequest.addSocialsItem(Social socialsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type SocialModifier and TypeMethodDescriptionvoidAddOn.setSocials(List<Social> socials) voidAttraction.setSocials(List<Social> socials) voidGuestRoom.setSocials(List<Social> socials) voidRecreation.setSocials(List<Social> socials) voidUpsertActivityRequest.setSocials(List<Social> socials) voidUpsertAddOnRequest.setSocials(List<Social> socials) voidUpsertAttractionRequest.setSocials(List<Social> socials)