public static enum Notification.NotificationItem.ActionType extends Enum<Notification.NotificationItem.ActionType>
| Enum Constant and Description |
|---|
CopiedEvent |
CreatedEvent |
DeletedEvent |
FullSynch |
GetInfo
Getting system information
|
ModifiedEvent |
MovedEvent |
NewMailEvent |
NewSubscription |
StatusEvent |
SubscriptionStatus |
Unsubscribe |
| Modifier and Type | Method and Description |
|---|---|
static Notification.NotificationItem.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.NotificationItem.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.NotificationItem.ActionType FullSynch
public static final Notification.NotificationItem.ActionType CopiedEvent
public static final Notification.NotificationItem.ActionType CreatedEvent
public static final Notification.NotificationItem.ActionType DeletedEvent
public static final Notification.NotificationItem.ActionType ModifiedEvent
public static final Notification.NotificationItem.ActionType MovedEvent
public static final Notification.NotificationItem.ActionType NewMailEvent
public static final Notification.NotificationItem.ActionType StatusEvent
public static final Notification.NotificationItem.ActionType NewSubscription
public static final Notification.NotificationItem.ActionType Unsubscribe
public static final Notification.NotificationItem.ActionType SubscriptionStatus
public static final Notification.NotificationItem.ActionType GetInfo
public static Notification.NotificationItem.ActionType[] values()
for (Notification.NotificationItem.ActionType c : Notification.NotificationItem.ActionType.values()) System.out.println(c);
public static Notification.NotificationItem.ActionType 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 © 2018 Bedework. All rights reserved.