public enum SFFolderOption extends java.lang.Enum<SFFolderOption>
| Enum Constant and Description |
|---|
EnableDisplayInline |
EnableDocViewerPrinting |
EnableWatermarkedDownloads |
ForcedSort |
ForcedThumbnails |
IsVersioned |
MaxVersions |
ViewOnlyWatermarkText |
| Modifier and Type | Method and Description |
|---|---|
static SFFolderOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFFolderOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFFolderOption ForcedSort
public static final SFFolderOption ForcedThumbnails
public static final SFFolderOption EnableDisplayInline
public static final SFFolderOption EnableDocViewerPrinting
public static final SFFolderOption ViewOnlyWatermarkText
public static final SFFolderOption IsVersioned
public static final SFFolderOption EnableWatermarkedDownloads
public static final SFFolderOption MaxVersions
public static SFFolderOption[] values()
for (SFFolderOption c : SFFolderOption.values()) System.out.println(c);
public static SFFolderOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null