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