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