public static enum SocialDataService.Counts extends java.lang.Enum<SocialDataService.Counts>
Enum Constant and Description |
---|
ALL
Request count of all the matching documents.
|
NONE
Do not request a count.
|
VISIBLE_ONLY
Request count of the matching documents which are visible.
|
Modifier and Type | Method and Description |
---|---|
static SocialDataService.Counts |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SocialDataService.Counts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialDataService.Counts VISIBLE_ONLY
public static final SocialDataService.Counts ALL
public static final SocialDataService.Counts NONE
public static SocialDataService.Counts[] values()
for (SocialDataService.Counts c : SocialDataService.Counts.values()) System.out.println(c);
public static SocialDataService.Counts 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved