Uses of Class
travel.wink.sdk.booking.model.SimpleDescriptionBooker
Packages that use SimpleDescriptionBooker
-
Uses of SimpleDescriptionBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return SimpleDescriptionBookerMethods in travel.wink.sdk.booking.model that return types with arguments of type SimpleDescriptionBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1) List<@Valid SimpleDescriptionBooker> GuestRoomLightweightBooker.getDescriptions()Get descriptions@NotNull @Valid @Size(min=1) List<@Valid SimpleDescriptionBooker> PerkLightweightBooker.getDescriptions()Localized description for this perk@Valid List<@Valid SimpleDescriptionBooker> PropertyAggregateLightweightBooker.getDescriptions()Short and long welcome text@Valid List<@Valid SimpleDescriptionBooker> SimpleMultimediaBooker.getDescriptions()Localized media captions to give user some context about where this media was taken.Methods in travel.wink.sdk.booking.model with parameters of type SimpleDescriptionBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.addDescriptionsItem(SimpleDescriptionBooker descriptionsItem) PerkLightweightBooker.addDescriptionsItem(SimpleDescriptionBooker descriptionsItem) PropertyAggregateLightweightBooker.addDescriptionsItem(SimpleDescriptionBooker descriptionsItem) SimpleMultimediaBooker.addDescriptionsItem(SimpleDescriptionBooker descriptionsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type SimpleDescriptionBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.descriptions(List<@Valid SimpleDescriptionBooker> descriptions) PerkLightweightBooker.descriptions(List<@Valid SimpleDescriptionBooker> descriptions) PropertyAggregateLightweightBooker.descriptions(List<@Valid SimpleDescriptionBooker> descriptions) SimpleMultimediaBooker.descriptions(List<@Valid SimpleDescriptionBooker> descriptions) voidGuestRoomLightweightBooker.setDescriptions(List<@Valid SimpleDescriptionBooker> descriptions) voidPerkLightweightBooker.setDescriptions(List<@Valid SimpleDescriptionBooker> descriptions) voidPropertyAggregateLightweightBooker.setDescriptions(List<@Valid SimpleDescriptionBooker> descriptions) voidSimpleMultimediaBooker.setDescriptions(List<@Valid SimpleDescriptionBooker> descriptions)