Uses of Enum Class
travel.wink.sdk.booking.model.RatePlanEarlyCheckInCharge.TypeEnum
Packages that use RatePlanEarlyCheckInCharge.TypeEnum
-
Uses of RatePlanEarlyCheckInCharge.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RatePlanEarlyCheckInCharge.TypeEnumModifier and TypeMethodDescription@NotNull RatePlanEarlyCheckInCharge.TypeEnumRatePlanEarlyCheckInCharge.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.static RatePlanEarlyCheckInCharge.TypeEnum[]RatePlanEarlyCheckInCharge.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type RatePlanEarlyCheckInCharge.TypeEnumModifier and TypeMethodDescriptionvoidRatePlanEarlyCheckInCharge.setType(RatePlanEarlyCheckInCharge.TypeEnum type) RatePlanEarlyCheckInCharge.type(RatePlanEarlyCheckInCharge.TypeEnum type)