Enum TestNotificationConfigurationRequest.EventTypesEnum
- java.lang.Object
-
- java.lang.Enum<TestNotificationConfigurationRequest.EventTypesEnum>
-
- com.adyen.model.marketpayconfiguration.TestNotificationConfigurationRequest.EventTypesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<TestNotificationConfigurationRequest.EventTypesEnum>
- Enclosing class:
- TestNotificationConfigurationRequest
public static enum TestNotificationConfigurationRequest.EventTypesEnum extends Enum<TestNotificationConfigurationRequest.EventTypesEnum>
Gets or Sets eventTypes
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestNotificationConfigurationRequest.EventTypesEnumfromValue(String value)StringgetValue()StringtoString()static TestNotificationConfigurationRequest.EventTypesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static TestNotificationConfigurationRequest.EventTypesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACCOUNT_CLOSED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_CLOSED
-
ACCOUNT_CREATED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_CREATED
-
ACCOUNT_FUNDS_BELOW_THRESHOLD
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_FUNDS_BELOW_THRESHOLD
-
ACCOUNT_HOLDER_CREATED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_CREATED
-
ACCOUNT_HOLDER_LIMIT_REACHED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_LIMIT_REACHED
-
ACCOUNT_HOLDER_MIGRATED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_MIGRATED
-
ACCOUNT_HOLDER_PAYOUT
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_PAYOUT
-
ACCOUNT_HOLDER_STATUS_CHANGE
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_STATUS_CHANGE
-
ACCOUNT_HOLDER_STORE_STATUS_CHANGE
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_STORE_STATUS_CHANGE
-
ACCOUNT_HOLDER_UPCOMING_DEADLINE
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_UPCOMING_DEADLINE
-
ACCOUNT_HOLDER_UPDATED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_UPDATED
-
ACCOUNT_HOLDER_VERIFICATION
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_VERIFICATION
-
ACCOUNT_UPDATED
public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_UPDATED
-
BENEFICIARY_SETUP
public static final TestNotificationConfigurationRequest.EventTypesEnum BENEFICIARY_SETUP
-
COMPENSATE_NEGATIVE_BALANCE
public static final TestNotificationConfigurationRequest.EventTypesEnum COMPENSATE_NEGATIVE_BALANCE
-
DIRECT_DEBIT_INITIATED
public static final TestNotificationConfigurationRequest.EventTypesEnum DIRECT_DEBIT_INITIATED
-
FUNDS_MIGRATED
public static final TestNotificationConfigurationRequest.EventTypesEnum FUNDS_MIGRATED
-
PAYMENT_FAILURE
public static final TestNotificationConfigurationRequest.EventTypesEnum PAYMENT_FAILURE
-
PENDING_CREDIT
public static final TestNotificationConfigurationRequest.EventTypesEnum PENDING_CREDIT
-
REFUND_FUNDS_TRANSFER
public static final TestNotificationConfigurationRequest.EventTypesEnum REFUND_FUNDS_TRANSFER
-
REPORT_AVAILABLE
public static final TestNotificationConfigurationRequest.EventTypesEnum REPORT_AVAILABLE
-
SCHEDULED_REFUNDS
public static final TestNotificationConfigurationRequest.EventTypesEnum SCHEDULED_REFUNDS
-
SCORE_SIGNAL_TRIGGERED
public static final TestNotificationConfigurationRequest.EventTypesEnum SCORE_SIGNAL_TRIGGERED
-
TRANSFER_FUNDS
public static final TestNotificationConfigurationRequest.EventTypesEnum TRANSFER_FUNDS
-
TRANSFER_NOT_PAIDOUT_TRANSFERS
public static final TestNotificationConfigurationRequest.EventTypesEnum TRANSFER_NOT_PAIDOUT_TRANSFERS
-
-
Method Detail
-
values
public static TestNotificationConfigurationRequest.EventTypesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TestNotificationConfigurationRequest.EventTypesEnum c : TestNotificationConfigurationRequest.EventTypesEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TestNotificationConfigurationRequest.EventTypesEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<TestNotificationConfigurationRequest.EventTypesEnum>
-
fromValue
public static TestNotificationConfigurationRequest.EventTypesEnum fromValue(String value)
-
-