public static enum EvernoteSearchHelper.Scope extends java.lang.Enum<EvernoteSearchHelper.Scope>
| Enum Constant and Description |
|---|
BUSINESS |
LINKED_NOTEBOOKS |
PERSONAL_NOTES |
| Modifier and Type | Method and Description |
|---|---|
static EvernoteSearchHelper.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvernoteSearchHelper.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvernoteSearchHelper.Scope PERSONAL_NOTES
public static final EvernoteSearchHelper.Scope LINKED_NOTEBOOKS
public static final EvernoteSearchHelper.Scope BUSINESS
public static EvernoteSearchHelper.Scope[] values()
for (EvernoteSearchHelper.Scope c : EvernoteSearchHelper.Scope.values()) System.out.println(c);
public static EvernoteSearchHelper.Scope 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 null