Uses of Enum Class
travel.wink.sdk.booking.model.PayoutFeeAgent.CandidateEnum
Packages that use PayoutFeeAgent.CandidateEnum
-
Uses of PayoutFeeAgent.CandidateEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayoutFeeAgent.CandidateEnumModifier and TypeMethodDescriptionstatic PayoutFeeAgent.CandidateEnum@NotNull PayoutFeeAgent.CandidateEnumPayoutFeeAgent.getCandidate()Who pays for this feestatic PayoutFeeAgent.CandidateEnumReturns the enum constant of this class with the specified name.static PayoutFeeAgent.CandidateEnum[]PayoutFeeAgent.CandidateEnum.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 PayoutFeeAgent.CandidateEnumModifier and TypeMethodDescriptionPayoutFeeAgent.candidate(PayoutFeeAgent.CandidateEnum candidate) voidPayoutFeeAgent.setCandidate(PayoutFeeAgent.CandidateEnum candidate)