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