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