Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiRateUpsellingCheckRate.RateTypeEnum
Packages that use ApiRateUpsellingCheckRate.RateTypeEnum
-
Uses of ApiRateUpsellingCheckRate.RateTypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiRateUpsellingCheckRate.RateTypeEnumModifier and TypeMethodDescriptionApiRateUpsellingCheckRate.getRateType()Determines if can booked directly (BOOKABLE) or if it needs to be checked with the ‘CheckRate’ operation (RECHECK).Returns the enum constant of this class with the specified name.ApiRateUpsellingCheckRate.RateTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiRateUpsellingCheckRate.RateTypeEnumModifier and TypeMethodDescriptionApiRateUpsellingCheckRate.rateType(ApiRateUpsellingCheckRate.RateTypeEnum rateType) voidApiRateUpsellingCheckRate.setRateType(ApiRateUpsellingCheckRate.RateTypeEnum rateType)