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