Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiRateCheckRate.RateTypeEnum
Packages that use ApiRateCheckRate.RateTypeEnum
-
Uses of ApiRateCheckRate.RateTypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiRateCheckRate.RateTypeEnumModifier and TypeMethodDescriptionApiRateCheckRate.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.static ApiRateCheckRate.RateTypeEnum[]ApiRateCheckRate.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 ApiRateCheckRate.RateTypeEnumModifier and TypeMethodDescriptionApiRateCheckRate.rateType(ApiRateCheckRate.RateTypeEnum rateType) voidApiRateCheckRate.setRateType(ApiRateCheckRate.RateTypeEnum rateType)