Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.TypeEnum
-
Packages that use AuthenticationInfo.TypeEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.TypeEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.TypeEnum Modifier and Type Method Description static AuthenticationInfo.TypeEnumAuthenticationInfo.TypeEnum. fromValue(String value)AuthenticationInfo.TypeEnumAuthenticationInfo. getType()The type of authentication performed.static AuthenticationInfo.TypeEnumAuthenticationInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.TypeEnum[]AuthenticationInfo.TypeEnum. 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 AuthenticationInfo.TypeEnum Modifier and Type Method Description voidAuthenticationInfo. setType(AuthenticationInfo.TypeEnum type)The type of authentication performed.AuthenticationInfoAuthenticationInfo. type(AuthenticationInfo.TypeEnum type)The type of authentication performed.
-