public static enum CommentOptions.Sort extends java.lang.Enum<CommentOptions.Sort>
Enum Constant and Description |
---|
AUTHOR_ID |
CAMPAIGN_ID |
CONTENT_LOCALE |
ID |
IS_FEATURED |
LAST_MODERATED_TIME |
LAST_MODIFICATION_TIME |
PRODUCT_ID |
REVIEW_ID |
SUBMISSION_ID |
SUBMISSION_TIME |
TOTAL_FEEDBACK_COUNT |
TOTAL_NEGATIVE_FEEDBACK_COUNT |
TOTAL_POSITIVE_FEEDBACK_COUNT |
USER_LOCATION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static CommentOptions.Sort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommentOptions.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentOptions.Sort ID
public static final CommentOptions.Sort AUTHOR_ID
public static final CommentOptions.Sort CAMPAIGN_ID
public static final CommentOptions.Sort CONTENT_LOCALE
public static final CommentOptions.Sort IS_FEATURED
public static final CommentOptions.Sort LAST_MODERATED_TIME
public static final CommentOptions.Sort LAST_MODIFICATION_TIME
public static final CommentOptions.Sort PRODUCT_ID
public static final CommentOptions.Sort REVIEW_ID
public static final CommentOptions.Sort SUBMISSION_ID
public static final CommentOptions.Sort SUBMISSION_TIME
public static final CommentOptions.Sort TOTAL_FEEDBACK_COUNT
public static final CommentOptions.Sort TOTAL_NEGATIVE_FEEDBACK_COUNT
public static final CommentOptions.Sort TOTAL_POSITIVE_FEEDBACK_COUNT
public static final CommentOptions.Sort USER_LOCATION
public static CommentOptions.Sort[] values()
for (CommentOptions.Sort c : CommentOptions.Sort.values()) System.out.println(c);
public static CommentOptions.Sort 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 getKey()