Uses of Class
travel.wink.sdk.extranet.model.BlackoutDate
Packages that use BlackoutDate
-
Uses of BlackoutDate in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BlackoutDateModifier and TypeMethodDescriptionBlackoutDate.effectiveDate(LocalDate effectiveDate) BlackoutDate.expireDate(LocalDate expireDate) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BlackoutDateModifier and TypeMethodDescription@Valid List<BlackoutDate>RateModifier.getBlackoutDates()Exclude this promotion from specific date ranges.@Valid List<BlackoutDate>UpsertRateModifierRequest.getBlackoutDates()Exclude this promotion from specific date ranges.Methods in travel.wink.sdk.extranet.model with parameters of type BlackoutDateModifier and TypeMethodDescriptionRateModifier.addBlackoutDatesItem(BlackoutDate blackoutDatesItem) UpsertRateModifierRequest.addBlackoutDatesItem(BlackoutDate blackoutDatesItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BlackoutDateModifier and TypeMethodDescriptionRateModifier.blackoutDates(List<BlackoutDate> blackoutDates) UpsertRateModifierRequest.blackoutDates(List<BlackoutDate> blackoutDates) voidRateModifier.setBlackoutDates(List<BlackoutDate> blackoutDates) voidUpsertRateModifierRequest.setBlackoutDates(List<BlackoutDate> blackoutDates)