Uses of Enum Class
travel.wink.sdk.travel.agent.model.RefundAgent.RequestStatusEnum
Packages that use RefundAgent.RequestStatusEnum
-
Uses of RefundAgent.RequestStatusEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type RefundAgent.RequestStatusEnum in travel.wink.sdk.travel.agent.modelModifier and TypeClassDescriptionstatic enumStatus of the refund requestMethods in travel.wink.sdk.travel.agent.model that return RefundAgent.RequestStatusEnumModifier and TypeMethodDescription@NotNull RefundAgent.RequestStatusEnumRefundAgent.getRequestStatus()Status of the refund requestReturns the enum constant of this class with the specified name.static RefundAgent.RequestStatusEnum[]RefundAgent.RequestStatusEnum.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.RequestStatusEnumModifier and TypeMethodDescriptionRefundAgent.requestStatus(RefundAgent.RequestStatusEnum requestStatus) voidRefundAgent.setRequestStatus(RefundAgent.RequestStatusEnum requestStatus)