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