Uses of Class
travel.wink.sdk.extranet.monetize.model.BlackoutDateSupplier
Packages that use BlackoutDateSupplier
-
Uses of BlackoutDateSupplier in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return BlackoutDateSupplierModifier and TypeMethodDescriptionBlackoutDateSupplier.effectiveDate(LocalDate effectiveDate) BlackoutDateSupplier.expireDate(LocalDate expireDate) Methods in travel.wink.sdk.extranet.monetize.model that return types with arguments of type BlackoutDateSupplierModifier and TypeMethodDescription@Valid List<BlackoutDateSupplier> RateModifierSupplier.getBlackoutDates()Exclude this promotion from specific date ranges.@Valid List<BlackoutDateSupplier> UpsertRateModifierRequestSupplier.getBlackoutDates()Exclude this promotion from specific date ranges.Methods in travel.wink.sdk.extranet.monetize.model with parameters of type BlackoutDateSupplierModifier and TypeMethodDescriptionRateModifierSupplier.addBlackoutDatesItem(BlackoutDateSupplier blackoutDatesItem) UpsertRateModifierRequestSupplier.addBlackoutDatesItem(BlackoutDateSupplier blackoutDatesItem) Method parameters in travel.wink.sdk.extranet.monetize.model with type arguments of type BlackoutDateSupplierModifier and TypeMethodDescriptionRateModifierSupplier.blackoutDates(List<BlackoutDateSupplier> blackoutDates) UpsertRateModifierRequestSupplier.blackoutDates(List<BlackoutDateSupplier> blackoutDates) voidRateModifierSupplier.setBlackoutDates(List<BlackoutDateSupplier> blackoutDates) voidUpsertRateModifierRequestSupplier.setBlackoutDates(List<BlackoutDateSupplier> blackoutDates)