Uses of Class
travel.wink.sdk.booking.model.CustomizationLightweightBooker
Packages that use CustomizationLightweightBooker
-
Uses of CustomizationLightweightBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CustomizationLightweightBookerModifier and TypeMethodDescriptionCustomizationLightweightBooker.addLogosItem(SimpleMultimediaBooker logosItem) CustomizationLightweightBooker.addPromotionalCodesItem(String promotionalCodesItem) CustomizationLightweightBooker.addRoomConfigurationsItem(RoomConfigurationBooker roomConfigurationsItem) CustomizationLightweightBooker.cardDesign(CustomizationLightweightBooker.CardDesignEnum cardDesign) CustomizationLightweightBooker.cardLayout(CustomizationLightweightBooker.CardLayoutEnum cardLayout) CustomizationLightweightBooker.city(GeoNameLightweightBooker city) CustomizationLightweightBooker.defaultCurrency(String defaultCurrency) CustomizationLightweightBooker.defaultLanguage(String defaultLanguage) CustomizationLightweightBooker.defaultLifestyle(CustomizationLightweightBooker.DefaultLifestyleEnum defaultLifestyle) @NotNull @Valid CustomizationLightweightBookerBookingBooker.getCustomization()Which customization configuration record did the entity application used to facilitate in making this booking happen.CustomizationLightweightBooker.hostedBookingEngineUrl(String hostedBookingEngineUrl) CustomizationLightweightBooker.identifier(UUID identifier) CustomizationLightweightBooker.layout(CustomizationLightweightBooker.LayoutEnum layout) CustomizationLightweightBooker.logos(List<@Valid SimpleMultimediaBooker> logos) CustomizationLightweightBooker.numberOfAdvanceDays(Integer numberOfAdvanceDays) CustomizationLightweightBooker.numberOfStayDays(Integer numberOfStayDays) CustomizationLightweightBooker.ownerIdentifier(UUID ownerIdentifier) CustomizationLightweightBooker.promotionalCodes(List<String> promotionalCodes) CustomizationLightweightBooker.roomConfigurations(List<@Valid RoomConfigurationBooker> roomConfigurations) CustomizationLightweightBooker.selfHosted(Boolean selfHosted) CustomizationLightweightBooker.sendBookingNotificationEmailsToBooker(Boolean sendBookingNotificationEmailsToBooker) CustomizationLightweightBooker.sendBookingNotificationEmailsToChannelManager(Boolean sendBookingNotificationEmailsToChannelManager) CustomizationLightweightBooker.sendBookingNotificationEmailsToProperty(Boolean sendBookingNotificationEmailsToProperty) CustomizationLightweightBooker.showRankings(Boolean showRankings) CustomizationLightweightBooker.showSearch(Boolean showSearch) CustomizationLightweightBooker.showUnavailableCard(Boolean showUnavailableCard) CustomizationLightweightBooker.subType(CustomizationLightweightBooker.SubTypeEnum subType) CustomizationLightweightBooker.themeColors(CustomizationThemeColorsBooker themeColors) CustomizationLightweightBooker.userIdentifier(UUID userIdentifier) CustomizationLightweightBooker.wcBookClickAction(CustomizationLightweightBooker.WcBookClickActionEnum wcBookClickAction) Methods in travel.wink.sdk.booking.model with parameters of type CustomizationLightweightBookerModifier and TypeMethodDescriptionBookingBooker.customization(CustomizationLightweightBooker customization) voidBookingBooker.setCustomization(CustomizationLightweightBooker customization)