public static enum AuthorOptions.SortOptions extends java.lang.Enum<AuthorOptions.SortOptions>
Enum Constant and Description |
---|
CONTENT_LOCALE |
HAS_PHOTOS |
HAS_VIDEOS |
ID |
LAST_MODERATED_TIME |
SUBMISSION_TIME |
TOTAL_ANSWER_COUNT |
TOTAL_QUESTION_COUNT |
TOTAL_REVIEW_COUNT |
USER_LOCATION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AuthorOptions.SortOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorOptions.SortOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorOptions.SortOptions ID
public static final AuthorOptions.SortOptions CONTENT_LOCALE
public static final AuthorOptions.SortOptions HAS_PHOTOS
public static final AuthorOptions.SortOptions HAS_VIDEOS
public static final AuthorOptions.SortOptions LAST_MODERATED_TIME
public static final AuthorOptions.SortOptions SUBMISSION_TIME
public static final AuthorOptions.SortOptions TOTAL_ANSWER_COUNT
public static final AuthorOptions.SortOptions TOTAL_QUESTION_COUNT
public static final AuthorOptions.SortOptions TOTAL_REVIEW_COUNT
public static final AuthorOptions.SortOptions USER_LOCATION
public static AuthorOptions.SortOptions[] values()
for (AuthorOptions.SortOptions c : AuthorOptions.SortOptions.values()) System.out.println(c);
public static AuthorOptions.SortOptions 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 getValue()