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