Uses of Class
com.adyen.model.acswebhooks.AuthenticationInfo.MessageCategoryEnum
-
Packages that use AuthenticationInfo.MessageCategoryEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationInfo.MessageCategoryEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationInfo.MessageCategoryEnum Modifier and Type Method Description static AuthenticationInfo.MessageCategoryEnumAuthenticationInfo.MessageCategoryEnum. fromValue(String value)AuthenticationInfo.MessageCategoryEnumAuthenticationInfo. getMessageCategory()Identifies the category of the message for a specific use case.static AuthenticationInfo.MessageCategoryEnumAuthenticationInfo.MessageCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationInfo.MessageCategoryEnum[]AuthenticationInfo.MessageCategoryEnum. 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.MessageCategoryEnum Modifier and Type Method Description AuthenticationInfoAuthenticationInfo. messageCategory(AuthenticationInfo.MessageCategoryEnum messageCategory)voidAuthenticationInfo. setMessageCategory(AuthenticationInfo.MessageCategoryEnum messageCategory)Identifies the category of the message for a specific use case.
-