public enum SheetCopyInclusion extends Enum<SheetCopyInclusion>
| Enum Constant and Description |
|---|
ALL |
ATTACHMENTS |
CELLLINKS |
DATA |
DISCUSSIONS |
FILTERS |
FORMS |
RULERECIPIENTS |
RULES |
SHARES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SheetCopyInclusion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetCopyInclusion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SheetCopyInclusion ATTACHMENTS
public static final SheetCopyInclusion CELLLINKS
public static final SheetCopyInclusion DATA
public static final SheetCopyInclusion DISCUSSIONS
public static final SheetCopyInclusion FILTERS
public static final SheetCopyInclusion FORMS
public static final SheetCopyInclusion RULERECIPIENTS
public static final SheetCopyInclusion RULES
public static final SheetCopyInclusion SHARES
public static final SheetCopyInclusion ALL
public static SheetCopyInclusion[] values()
for (SheetCopyInclusion c : SheetCopyInclusion.values()) System.out.println(c);
public static SheetCopyInclusion 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<SheetCopyInclusion>Copyright © 2014–2019 Smartsheet. All rights reserved.