Enum TestNotificationConfigurationResponse.EventTypesEnum
- java.lang.Object
-
- java.lang.Enum<TestNotificationConfigurationResponse.EventTypesEnum>
-
- com.adyen.model.marketpay.notification.TestNotificationConfigurationResponse.EventTypesEnum
-
- All Implemented Interfaces:
Serializable,Comparable<TestNotificationConfigurationResponse.EventTypesEnum>
- Enclosing class:
- TestNotificationConfigurationResponse
public static enum TestNotificationConfigurationResponse.EventTypesEnum extends Enum<TestNotificationConfigurationResponse.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 TestNotificationConfigurationResponse.EventTypesEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static TestNotificationConfigurationResponse.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 TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_CLOSED
-
ACCOUNT_CREATED
@SerializedName("ACCOUNT_CREATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_CREATED
-
ACCOUNT_FUNDS_BELOW_THRESHOLD
@SerializedName("ACCOUNT_FUNDS_BELOW_THRESHOLD") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_FUNDS_BELOW_THRESHOLD
-
ACCOUNT_HOLDER_CREATED
@SerializedName("ACCOUNT_HOLDER_CREATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_CREATED
-
ACCOUNT_HOLDER_LIMIT_REACHED
@SerializedName("ACCOUNT_HOLDER_LIMIT_REACHED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_LIMIT_REACHED
-
ACCOUNT_HOLDER_PAYOUT
@SerializedName("ACCOUNT_HOLDER_PAYOUT") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_PAYOUT
-
ACCOUNT_HOLDER_STATUS_CHANGE
@SerializedName("ACCOUNT_HOLDER_STATUS_CHANGE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_STATUS_CHANGE
-
ACCOUNT_HOLDER_STORE_STATUS_CHANGE
@SerializedName("ACCOUNT_HOLDER_STORE_STATUS_CHANGE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_STORE_STATUS_CHANGE
-
ACCOUNT_HOLDER_UPCOMING_DEADLINE
@SerializedName("ACCOUNT_HOLDER_UPCOMING_DEADLINE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_UPCOMING_DEADLINE
-
ACCOUNT_HOLDER_UPDATED
@SerializedName("ACCOUNT_HOLDER_UPDATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_UPDATED
-
ACCOUNT_HOLDER_VERIFICATION
@SerializedName("ACCOUNT_HOLDER_VERIFICATION") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_VERIFICATION
-
ACCOUNT_UPDATED
@SerializedName("ACCOUNT_UPDATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_UPDATED
-
BENEFICIARY_SETUP
@SerializedName("BENEFICIARY_SETUP") public static final TestNotificationConfigurationResponse.EventTypesEnum BENEFICIARY_SETUP
-
COMPENSATE_NEGATIVE_BALANCE
@SerializedName("COMPENSATE_NEGATIVE_BALANCE") public static final TestNotificationConfigurationResponse.EventTypesEnum COMPENSATE_NEGATIVE_BALANCE
-
DIRECT_DEBIT_INITIATED
@SerializedName("DIRECT_DEBIT_INITIATED") public static final TestNotificationConfigurationResponse.EventTypesEnum DIRECT_DEBIT_INITIATED
-
PAYMENT_FAILURE
@SerializedName("PAYMENT_FAILURE") public static final TestNotificationConfigurationResponse.EventTypesEnum PAYMENT_FAILURE
-
REFUND_FUNDS_TRANSFER
@SerializedName("REFUND_FUNDS_TRANSFER") public static final TestNotificationConfigurationResponse.EventTypesEnum REFUND_FUNDS_TRANSFER
-
REPORT_AVAILABLE
@SerializedName("REPORT_AVAILABLE") public static final TestNotificationConfigurationResponse.EventTypesEnum REPORT_AVAILABLE
-
SCHEDULED_REFUNDS
@SerializedName("SCHEDULED_REFUNDS") public static final TestNotificationConfigurationResponse.EventTypesEnum SCHEDULED_REFUNDS
-
TRANSFER_FUNDS
@SerializedName("TRANSFER_FUNDS") public static final TestNotificationConfigurationResponse.EventTypesEnum TRANSFER_FUNDS
-
TRANSFER_NOT_PAIDOUT_TRANSFERS
@SerializedName("TRANSFER_NOT_PAIDOUT_TRANSFERS") public static final TestNotificationConfigurationResponse.EventTypesEnum TRANSFER_NOT_PAIDOUT_TRANSFERS
-
-
Method Detail
-
values
public static TestNotificationConfigurationResponse.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 (TestNotificationConfigurationResponse.EventTypesEnum c : TestNotificationConfigurationResponse.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 TestNotificationConfigurationResponse.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<TestNotificationConfigurationResponse.EventTypesEnum>
-
-