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