public static enum TestNotificationConfigurationResponse.EventTypesEnum extends Enum<TestNotificationConfigurationResponse.EventTypesEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TestNotificationConfigurationResponse.EventTypesEnum |
valueOf(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.
|
@SerializedName(value="ACCOUNT_CLOSED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_CLOSED
@SerializedName(value="ACCOUNT_CREATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_CREATED
@SerializedName(value="ACCOUNT_FUNDS_BELOW_THRESHOLD") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_FUNDS_BELOW_THRESHOLD
@SerializedName(value="ACCOUNT_HOLDER_CREATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_CREATED
@SerializedName(value="ACCOUNT_HOLDER_LIMIT_REACHED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_LIMIT_REACHED
@SerializedName(value="ACCOUNT_HOLDER_PAYOUT") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_PAYOUT
@SerializedName(value="ACCOUNT_HOLDER_STATUS_CHANGE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_STATUS_CHANGE
@SerializedName(value="ACCOUNT_HOLDER_STORE_STATUS_CHANGE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_STORE_STATUS_CHANGE
@SerializedName(value="ACCOUNT_HOLDER_UPCOMING_DEADLINE") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_UPCOMING_DEADLINE
@SerializedName(value="ACCOUNT_HOLDER_UPDATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_UPDATED
@SerializedName(value="ACCOUNT_HOLDER_VERIFICATION") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_HOLDER_VERIFICATION
@SerializedName(value="ACCOUNT_UPDATED") public static final TestNotificationConfigurationResponse.EventTypesEnum ACCOUNT_UPDATED
@SerializedName(value="BENEFICIARY_SETUP") public static final TestNotificationConfigurationResponse.EventTypesEnum BENEFICIARY_SETUP
@SerializedName(value="COMPENSATE_NEGATIVE_BALANCE") public static final TestNotificationConfigurationResponse.EventTypesEnum COMPENSATE_NEGATIVE_BALANCE
@SerializedName(value="DIRECT_DEBIT_INITIATED") public static final TestNotificationConfigurationResponse.EventTypesEnum DIRECT_DEBIT_INITIATED
@SerializedName(value="PAYMENT_FAILURE") public static final TestNotificationConfigurationResponse.EventTypesEnum PAYMENT_FAILURE
@SerializedName(value="REFUND_FUNDS_TRANSFER") public static final TestNotificationConfigurationResponse.EventTypesEnum REFUND_FUNDS_TRANSFER
@SerializedName(value="REPORT_AVAILABLE") public static final TestNotificationConfigurationResponse.EventTypesEnum REPORT_AVAILABLE
@SerializedName(value="SCHEDULED_REFUNDS") public static final TestNotificationConfigurationResponse.EventTypesEnum SCHEDULED_REFUNDS
@SerializedName(value="TRANSFER_FUNDS") public static final TestNotificationConfigurationResponse.EventTypesEnum TRANSFER_FUNDS
@SerializedName(value="TRANSFER_NOT_PAIDOUT_TRANSFERS") public static final TestNotificationConfigurationResponse.EventTypesEnum TRANSFER_NOT_PAIDOUT_TRANSFERS
public static TestNotificationConfigurationResponse.EventTypesEnum[] values()
for (TestNotificationConfigurationResponse.EventTypesEnum c : TestNotificationConfigurationResponse.EventTypesEnum.values()) System.out.println(c);
public static TestNotificationConfigurationResponse.EventTypesEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TestNotificationConfigurationResponse.EventTypesEnum>Copyright © 2022. All rights reserved.