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