public enum SFSortField extends java.lang.Enum<SFSortField>
| Enum Constant and Description |
|---|
CreationDate |
CreatorName |
FileSizeBytes |
Name |
None |
Path |
Type |
UsersPreferences |
| Modifier and Type | Method and Description |
|---|---|
static SFSortField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSortField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFSortField UsersPreferences
public static final SFSortField Name
public static final SFSortField FileSizeBytes
public static final SFSortField CreationDate
public static final SFSortField CreatorName
public static final SFSortField Path
public static final SFSortField Type
public static final SFSortField None
public static SFSortField[] values()
for (SFSortField c : SFSortField.values()) System.out.println(c);
public static SFSortField 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