Uses of Enum Class
travel.wink.sdk.booking.model.RefundBooker.ReasonTypeEnum
Packages that use RefundBooker.ReasonTypeEnum
-
Uses of RefundBooker.ReasonTypeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type RefundBooker.ReasonTypeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumA description of the refund that can be displayed to bookerMethods in travel.wink.sdk.booking.model that return RefundBooker.ReasonTypeEnumModifier and TypeMethodDescriptionstatic RefundBooker.ReasonTypeEnum@NotNull RefundBooker.ReasonTypeEnumRefundBooker.getReasonType()A description of the refund that can be displayed to bookerstatic RefundBooker.ReasonTypeEnumReturns the enum constant of this class with the specified name.static RefundBooker.ReasonTypeEnum[]RefundBooker.ReasonTypeEnum.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.ReasonTypeEnumModifier and TypeMethodDescriptionRefundBooker.reasonType(RefundBooker.ReasonTypeEnum reasonType) voidRefundBooker.setReasonType(RefundBooker.ReasonTypeEnum reasonType)