Uses of Enum Class
travel.wink.sdk.booking.model.RefundBooker.CancelOnRefundEnum
Packages that use RefundBooker.CancelOnRefundEnum
-
Uses of RefundBooker.CancelOnRefundEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RefundBooker.CancelOnRefundEnumModifier and TypeMethodDescription@NotNull RefundBooker.CancelOnRefundEnumRefundBooker.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.Returns the enum constant of this class with the specified name.static RefundBooker.CancelOnRefundEnum[]RefundBooker.CancelOnRefundEnum.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 RefundBooker.CancelOnRefundEnumModifier and TypeMethodDescriptionRefundBooker.cancelOnRefund(RefundBooker.CancelOnRefundEnum cancelOnRefund) voidRefundBooker.setCancelOnRefund(RefundBooker.CancelOnRefundEnum cancelOnRefund)