public static enum Notification.NotificationAction extends Enum<Notification.NotificationAction>
| Enum Constant and Description |
|---|
Accept |
Active |
AwaitingPayment |
AwaitingRefund |
Cancelled |
Completed |
Created |
Error |
Expired |
Failed |
NeedsAmendments |
Paid |
Pending |
Provisioned |
Refunded |
Reject |
Trial |
Unknown |
Unpaid |
Updated |
Voided |
| Modifier and Type | Method and Description |
|---|---|
static Notification.NotificationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.NotificationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.NotificationAction Accept
public static final Notification.NotificationAction Active
public static final Notification.NotificationAction AwaitingPayment
public static final Notification.NotificationAction AwaitingRefund
public static final Notification.NotificationAction Cancelled
public static final Notification.NotificationAction Completed
public static final Notification.NotificationAction Created
public static final Notification.NotificationAction Error
public static final Notification.NotificationAction Expired
public static final Notification.NotificationAction Failed
public static final Notification.NotificationAction NeedsAmendments
public static final Notification.NotificationAction Paid
public static final Notification.NotificationAction Pending
public static final Notification.NotificationAction Provisioned
public static final Notification.NotificationAction Refunded
public static final Notification.NotificationAction Reject
public static final Notification.NotificationAction Trial
public static final Notification.NotificationAction Unknown
public static final Notification.NotificationAction Unpaid
public static final Notification.NotificationAction Updated
public static final Notification.NotificationAction Voided
public static Notification.NotificationAction[] values()
for (Notification.NotificationAction c : Notification.NotificationAction.values()) System.out.println(c);
public static Notification.NotificationAction 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 nullCopyright © 2014 BillForward. All rights reserved.