Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiRate.RateTypeEnum
Packages that use ApiRate.RateTypeEnum
-
Uses of ApiRate.RateTypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiRate.RateTypeEnumModifier and TypeMethodDescriptionstatic ApiRate.RateTypeEnumApiRate.getRateType()Determines if can booked directly (BOOKABLE) or if it needs to be checked with the ‘CheckRate’ operation (RECHECK).static ApiRate.RateTypeEnumReturns the enum constant of this class with the specified name.static ApiRate.RateTypeEnum[]ApiRate.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 ApiRate.RateTypeEnumModifier and TypeMethodDescriptionApiRate.rateType(ApiRate.RateTypeEnum rateType) voidApiRate.setRateType(ApiRate.RateTypeEnum rateType)