Uses of Class
com.adyen.model.marketpay.notification.AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum
-
Packages that use AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Modifier and Type Method Description static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. fromValue(String text)AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent. getNewStatus()The new status of the account holder.AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnumAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum[]AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay.notification with parameters of type AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum Modifier and Type Method Description AccountHolderStoreStatusChangeNotificationContentAccountHolderStoreStatusChangeNotificationContent. newStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)voidAccountHolderStoreStatusChangeNotificationContent. setNewStatus(AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum newStatus)voidAccountHolderStoreStatusChangeNotificationContent.NewStatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum enumeration)
-