Uses of Enum Class
travel.wink.sdk.travel.agent.model.RefundAgent.RequestTypeEnum
Packages that use RefundAgent.RequestTypeEnum
-
Uses of RefundAgent.RequestTypeEnum in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return RefundAgent.RequestTypeEnumModifier and TypeMethodDescriptionstatic RefundAgent.RequestTypeEnum@NotNull RefundAgent.RequestTypeEnumRefundAgent.getRequestType()The entity making the refund requeststatic RefundAgent.RequestTypeEnumReturns the enum constant of this class with the specified name.static RefundAgent.RequestTypeEnum[]RefundAgent.RequestTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type RefundAgent.RequestTypeEnumModifier and TypeMethodDescriptionRefundAgent.requestType(RefundAgent.RequestTypeEnum requestType) voidRefundAgent.setRequestType(RefundAgent.RequestTypeEnum requestType)