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