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 CanceledAccountNotification
public static final Notification.Type NewAccountNotification
public static final Notification.Type FailedPaymentNotification
public static final Notification.Type SuccessfulPaymentNotification
public static final Notification.Type SuccessfulRefundNotification
public static final Notification.Type VoidedPaymentNotification
public static final Notification.Type CanceledSubscriptionNotification
public static final Notification.Type ExpiredSubscriptionNotification
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 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-2014. All Rights Reserved.