public static enum ReviewEvent.Type extends java.lang.Enum<ReviewEvent.Type> implements SocialEvent.SocialActions
| Enum Constant and Description |
|---|
ReviewAdded
The event fired upon a review being added.
|
ReviewApproved
Deprecated.
has never (and will never) be thrown.
|
ReviewDeleted |
ReviewEdited |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVerb()
Get the
Verbs |
static ReviewEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReviewEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReviewEvent.Type ReviewAdded
@Deprecated public static final ReviewEvent.Type ReviewApproved
public static final ReviewEvent.Type ReviewEdited
public static final ReviewEvent.Type ReviewDeleted
public static ReviewEvent.Type[] values()
for (ReviewEvent.Type c : ReviewEvent.Type.values()) System.out.println(c);
public static ReviewEvent.Type 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.SocialActionsVerbsgetVerb in interface SocialEvent.SocialActions"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"