public static enum IdeationEvent.IdeationActions extends java.lang.Enum<IdeationEvent.IdeationActions> implements SocialEvent.SocialActions
Enum Constant and Description |
---|
CHANGESTATE |
CREATED |
DELETED |
EDITED |
REPLY_CHANGESTATE |
REPLY_CREATED |
REPLY_DELETED |
REPLY_EDITED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVerb()
Get the
Verbs |
static IdeationEvent.IdeationActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdeationEvent.IdeationActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdeationEvent.IdeationActions CREATED
public static final IdeationEvent.IdeationActions EDITED
public static final IdeationEvent.IdeationActions DELETED
public static final IdeationEvent.IdeationActions REPLY_CREATED
public static final IdeationEvent.IdeationActions REPLY_EDITED
public static final IdeationEvent.IdeationActions REPLY_DELETED
public static final IdeationEvent.IdeationActions CHANGESTATE
public static final IdeationEvent.IdeationActions REPLY_CHANGESTATE
public static IdeationEvent.IdeationActions[] values()
for (IdeationEvent.IdeationActions c : IdeationEvent.IdeationActions.values()) System.out.println(c);
public static IdeationEvent.IdeationActions 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 Systems Incorporated. All Rights Reserved"