public enum SearchScope extends Enum<SearchScope>
| Enum Constant and Description |
|---|
ATTACHMENTS |
CELL_DATA |
COMMENTS |
FOLDER_NAMES |
REPORT_NAMES |
SHEET_NAMES |
SIGHT_NAMES |
SUMMARY_FIELDS |
TEMPLATE_NAMES |
WORKSPACE_NAMES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SearchScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchScope ATTACHMENTS
public static final SearchScope CELL_DATA
public static final SearchScope COMMENTS
public static final SearchScope FOLDER_NAMES
public static final SearchScope REPORT_NAMES
public static final SearchScope SHEET_NAMES
public static final SearchScope SIGHT_NAMES
public static final SearchScope SUMMARY_FIELDS
public static final SearchScope TEMPLATE_NAMES
public static final SearchScope WORKSPACE_NAMES
public static SearchScope[] values()
for (SearchScope c : SearchScope.values()) System.out.println(c);
public static SearchScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SearchScope>Copyright © 2014–2019 Smartsheet. All rights reserved.