public static enum Notification.Type extends Enum<Notification.Type>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Notification> |
getJavaType() |
void |
setJavaType(Class<? extends Notification> javaType) |
static Notification.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type BillingInfoUpdatedNotification
public static final Notification.Type BillingInfoUpdateFailedNotification
public static final Notification.Type NewShippingAddressNotification
public static final Notification.Type UpdatedShippingAddressNotification
public static final Notification.Type DeletedShippingAddressNotification
public static final Notification.Type CanceledAccountNotification
public static final Notification.Type NewAccountNotification
public static final Notification.Type FailedPaymentNotification
public static final Notification.Type ScheduledPaymentNotification
public static final Notification.Type ProcessingPaymentNotification
public static final Notification.Type SuccessfulPaymentNotification
public static final Notification.Type SuccessfulRefundNotification
public static final Notification.Type VoidPaymentNotification
public static final Notification.Type FraudInfoUpdatedNotification
public static final Notification.Type TransactionStatusUpdatedNotification
public static final Notification.Type TransactionAuthorizedNotification
public static final Notification.Type NewCreditPaymentNotification
public static final Notification.Type VoidedCreditPaymentNotification
public static final Notification.Type CanceledSubscriptionNotification
public static final Notification.Type ExpiredSubscriptionNotification
public static final Notification.Type SubscriptionPausedNotification
public static final Notification.Type SubscriptionResumedNotification
public static final Notification.Type ScheduledSubscriptionPauseNotification
public static final Notification.Type SubscriptionPausedModifiedNotification
public static final Notification.Type PausedSubscriptionRenewalNotification
public static final Notification.Type SubscriptionPausedCanceledNotification
public static final Notification.Type NewSubscriptionNotification
public static final Notification.Type ReactivatedAccountNotification
public static final Notification.Type RenewedSubscriptionNotification
public static final Notification.Type UpdatedSubscriptionNotification
public static final Notification.Type ClosedInvoiceNotification
public static final Notification.Type NewInvoiceNotification
public static final Notification.Type PastDueInvoiceNotification
public static final Notification.Type ProcessingInvoiceNotification
public static final Notification.Type UpdatedAccountNotification
public static final Notification.Type NewDunningEventNotification
public static final Notification.Type NewChargeInvoiceNotification
public static final Notification.Type ProcessingChargeInvoiceNotification
public static final Notification.Type PastDueChargeInvoiceNotification
public static final Notification.Type PaidChargeInvoiceNotification
public static final Notification.Type FailedChargeInvoiceNotification
public static final Notification.Type ReopenedChargeInvoiceNotification
public static final Notification.Type UpdatedChargeInvoiceNotification
public static final Notification.Type NewCreditInvoiceNotification
public static final Notification.Type ProcessingCreditInvoiceNotification
public static final Notification.Type ClosedCreditInvoiceNotification
public static final Notification.Type VoidedCreditInvoiceNotification
public static final Notification.Type ReopenedCreditInvoiceNotification
public static final Notification.Type OpenCreditInvoiceNotification
public static final Notification.Type UpdatedCreditInvoiceNotification
public static final Notification.Type UpdatedInvoiceNotification
public static final Notification.Type NewUsageNotification
public static final Notification.Type PurchasedGiftCardNotification
public static final Notification.Type CanceledGiftCardNotification
public static final Notification.Type UpdatedGiftCardNotification
public static final Notification.Type RegeneratedGiftCardNotification
public static final Notification.Type RedeemedGiftCardNotification
public static final Notification.Type UpdatedBalanceGiftCardNotification
public static final Notification.Type LowBalanceGiftCardNotification
public static final Notification.Type NewItemNotification
public static final Notification.Type UpdatedItemNotification
public static final Notification.Type DeactivatedItemNotification
public static final Notification.Type ReactivatedItemNotification
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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 Class<? extends Notification> getJavaType()
public void setJavaType(Class<? extends Notification> javaType)
Copyright © 2012-2020. All Rights Reserved.