Uses of Enum Class
travel.wink.sdk.extranet.booking.model.RefundSupplier.RequestTypeEnum
Packages that use RefundSupplier.RequestTypeEnum
-
Uses of RefundSupplier.RequestTypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type RefundSupplier.RequestTypeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumThe entity making the refund requestMethods in travel.wink.sdk.extranet.booking.model that return RefundSupplier.RequestTypeEnumModifier and TypeMethodDescription@NotNull RefundSupplier.RequestTypeEnumRefundSupplier.getRequestType()The entity making the refund requestReturns the enum constant of this class with the specified name.static RefundSupplier.RequestTypeEnum[]RefundSupplier.RequestTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type RefundSupplier.RequestTypeEnumModifier and TypeMethodDescriptionRefundSupplier.requestType(RefundSupplier.RequestTypeEnum requestType) voidRefundSupplier.setRequestType(RefundSupplier.RequestTypeEnum requestType)