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