public static enum CalendarActionsEvent.CalendarActions extends java.lang.Enum<CalendarActionsEvent.CalendarActions> implements SocialEvent.SocialActions
Enum Constant and Description |
---|
CalendarEventAdded
The event fired upon a calendar event (topic) being added.
|
CalendarEventDeleted
The event fired upon a calendar event (topic) being deleted.
|
CalendarEventEdited
The event fired upon a calendar event (topic) being edited.
|
CalendarEventReplyAdded
The event fired upon a calendar event reply (post) being added.
|
CalendarEventReplyDeleted
The event fired upon a calendar event reply (post) being deleted.
|
CalendarEventReplyEdited
The event fired upon a calendar event reply (post) being edited.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVerb()
Get the
Verbs |
static CalendarActionsEvent.CalendarActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarActionsEvent.CalendarActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarActionsEvent.CalendarActions CalendarEventAdded
public static final CalendarActionsEvent.CalendarActions CalendarEventReplyAdded
public static final CalendarActionsEvent.CalendarActions CalendarEventEdited
public static final CalendarActionsEvent.CalendarActions CalendarEventReplyEdited
public static final CalendarActionsEvent.CalendarActions CalendarEventDeleted
public static final CalendarActionsEvent.CalendarActions CalendarEventReplyDeleted
public static CalendarActionsEvent.CalendarActions[] values()
for (CalendarActionsEvent.CalendarActions c : CalendarActionsEvent.CalendarActions.values()) System.out.println(c);
public static CalendarActionsEvent.CalendarActions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getVerb()
SocialEvent.SocialActions
Verbs
getVerb
in interface SocialEvent.SocialActions
Copyright © 2010 - 2020 Adobe. All Rights Reserved