Uses of Class
travel.wink.sdk.booking.model.SocialAuthenticatedEntity
Packages that use SocialAuthenticatedEntity
-
Uses of SocialAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SocialAuthenticatedEntityModifier and TypeMethodDescriptionSocialAuthenticatedEntity.type(SocialAuthenticatedEntity.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type SocialAuthenticatedEntityModifier and TypeMethodDescription@Valid List<SocialAuthenticatedEntity> GuestRoomLightweightAuthenticatedEntity.getSocials()Social network accounts for blocking (if applicable).@Valid List<SocialAuthenticatedEntity> HotelOnMapAuthenticatedEntity.getSocials()Property's social network accountsMethods in travel.wink.sdk.booking.model with parameters of type SocialAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomLightweightAuthenticatedEntity.addSocialsItem(SocialAuthenticatedEntity socialsItem) HotelOnMapAuthenticatedEntity.addSocialsItem(SocialAuthenticatedEntity socialsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SocialAuthenticatedEntityModifier and TypeMethodDescriptionvoidGuestRoomLightweightAuthenticatedEntity.setSocials(List<SocialAuthenticatedEntity> socials) voidHotelOnMapAuthenticatedEntity.setSocials(List<SocialAuthenticatedEntity> socials) GuestRoomLightweightAuthenticatedEntity.socials(List<SocialAuthenticatedEntity> socials) HotelOnMapAuthenticatedEntity.socials(List<SocialAuthenticatedEntity> socials)