Uses of Class
com.adyen.model.acswebhooks.ChallengeInfo.FlowEnum
-
Packages that use ChallengeInfo.FlowEnum Package Description com.adyen.model.acswebhooks -
-
Uses of ChallengeInfo.FlowEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return ChallengeInfo.FlowEnum Modifier and Type Method Description static ChallengeInfo.FlowEnumChallengeInfo.FlowEnum. fromValue(String value)ChallengeInfo.FlowEnumChallengeInfo. getFlow()The flow used in the challenge.static ChallengeInfo.FlowEnumChallengeInfo.FlowEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeInfo.FlowEnum[]ChallengeInfo.FlowEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.acswebhooks with parameters of type ChallengeInfo.FlowEnum Modifier and Type Method Description ChallengeInfoChallengeInfo. flow(ChallengeInfo.FlowEnum flow)voidChallengeInfo. setFlow(ChallengeInfo.FlowEnum flow)The flow used in the challenge.
-