Uses of Enum Class
travel.wink.sdk.extranet.model.DailyRateUpdate.RateSourceEnum
Packages that use DailyRateUpdate.RateSourceEnum
-
Uses of DailyRateUpdate.RateSourceEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return DailyRateUpdate.RateSourceEnumModifier and TypeMethodDescription@NotNull DailyRateUpdate.RateSourceEnumDailyRateUpdate.getRateSource()Indicate where this rate originated from.Returns the enum constant of this class with the specified name.static DailyRateUpdate.RateSourceEnum[]DailyRateUpdate.RateSourceEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type DailyRateUpdate.RateSourceEnumModifier and TypeMethodDescriptionDailyRateUpdate.rateSource(DailyRateUpdate.RateSourceEnum rateSource) voidDailyRateUpdate.setRateSource(DailyRateUpdate.RateSourceEnum rateSource)