Uses of Enum Class
travel.wink.sdk.booking.model.RefundBooker.RequestTypeEnum
Packages that use RefundBooker.RequestTypeEnum
-
Uses of RefundBooker.RequestTypeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type RefundBooker.RequestTypeEnum in travel.wink.sdk.booking.modelModifier and TypeClassDescriptionstatic enumThe entity making the refund requestMethods in travel.wink.sdk.booking.model that return RefundBooker.RequestTypeEnumModifier and TypeMethodDescriptionstatic RefundBooker.RequestTypeEnum@NotNull RefundBooker.RequestTypeEnumRefundBooker.getRequestType()The entity making the refund requeststatic RefundBooker.RequestTypeEnumReturns the enum constant of this class with the specified name.static RefundBooker.RequestTypeEnum[]RefundBooker.RequestTypeEnum.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.RequestTypeEnumModifier and TypeMethodDescriptionRefundBooker.requestType(RefundBooker.RequestTypeEnum requestType) voidRefundBooker.setRequestType(RefundBooker.RequestTypeEnum requestType)