Enum TestNotificationConfigurationRequest.EventTypesEnum
- java.lang.Object
-
- java.lang.Enum<TestNotificationConfigurationRequest.EventTypesEnum>
-
- com.adyen.model.marketpay.notification.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 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
@SerializedName("ACCOUNT_CLOSED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_CLOSED
-
ACCOUNT_CREATED
@SerializedName("ACCOUNT_CREATED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_CREATED
-
ACCOUNT_FUNDS_BELOW_THRESHOLD
@SerializedName("ACCOUNT_FUNDS_BELOW_THRESHOLD") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_FUNDS_BELOW_THRESHOLD
-
ACCOUNT_HOLDER_CREATED
@SerializedName("ACCOUNT_HOLDER_CREATED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_CREATED
-
ACCOUNT_HOLDER_LIMIT_REACHED
@SerializedName("ACCOUNT_HOLDER_LIMIT_REACHED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_LIMIT_REACHED
-
ACCOUNT_HOLDER_PAYOUT
@SerializedName("ACCOUNT_HOLDER_PAYOUT") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_PAYOUT
-
ACCOUNT_HOLDER_STATUS_CHANGE
@SerializedName("ACCOUNT_HOLDER_STATUS_CHANGE") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_STATUS_CHANGE
-
ACCOUNT_HOLDER_STORE_STATUS_CHANGE
@SerializedName("ACCOUNT_HOLDER_STORE_STATUS_CHANGE") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_STORE_STATUS_CHANGE
-
ACCOUNT_HOLDER_UPCOMING_DEADLINE
@SerializedName("ACCOUNT_HOLDER_UPCOMING_DEADLINE") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_UPCOMING_DEADLINE
-
ACCOUNT_HOLDER_UPDATED
@SerializedName("ACCOUNT_HOLDER_UPDATED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_UPDATED
-
ACCOUNT_HOLDER_VERIFICATION
@SerializedName("ACCOUNT_HOLDER_VERIFICATION") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_HOLDER_VERIFICATION
-
ACCOUNT_UPDATED
@SerializedName("ACCOUNT_UPDATED") public static final TestNotificationConfigurationRequest.EventTypesEnum ACCOUNT_UPDATED
-
BENEFICIARY_SETUP
@SerializedName("BENEFICIARY_SETUP") public static final TestNotificationConfigurationRequest.EventTypesEnum BENEFICIARY_SETUP
-
COMPENSATE_NEGATIVE_BALANCE
@SerializedName("COMPENSATE_NEGATIVE_BALANCE") public static final TestNotificationConfigurationRequest.EventTypesEnum COMPENSATE_NEGATIVE_BALANCE
-
DIRECT_DEBIT_INITIATED
@SerializedName("DIRECT_DEBIT_INITIATED") public static final TestNotificationConfigurationRequest.EventTypesEnum DIRECT_DEBIT_INITIATED
-
PAYMENT_FAILURE
@SerializedName("PAYMENT_FAILURE") public static final TestNotificationConfigurationRequest.EventTypesEnum PAYMENT_FAILURE
-
REFUND_FUNDS_TRANSFER
@SerializedName("REFUND_FUNDS_TRANSFER") public static final TestNotificationConfigurationRequest.EventTypesEnum REFUND_FUNDS_TRANSFER
-
REPORT_AVAILABLE
@SerializedName("REPORT_AVAILABLE") public static final TestNotificationConfigurationRequest.EventTypesEnum REPORT_AVAILABLE
-
SCHEDULED_REFUNDS
@SerializedName("SCHEDULED_REFUNDS") public static final TestNotificationConfigurationRequest.EventTypesEnum SCHEDULED_REFUNDS
-
TRANSFER_FUNDS
@SerializedName("TRANSFER_FUNDS") public static final TestNotificationConfigurationRequest.EventTypesEnum TRANSFER_FUNDS
-
TRANSFER_NOT_PAIDOUT_TRANSFERS
@SerializedName("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
-
toString
public String toString()
- Overrides:
toStringin classEnum<TestNotificationConfigurationRequest.EventTypesEnum>
-
-