public enum EventObjectType extends Enum<EventObjectType>
| Enum Constant and Description |
|---|
ACCESS_TOKEN |
ACCOUNT |
ATTACHMENT |
DASHBOARD |
DISCUSSION |
FOLDER |
FORM |
GROUP |
REPORT |
SHEET |
UPDATE_REQUEST |
USER |
WORKSPACE |
| Modifier and Type | Method and Description |
|---|---|
static EventObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventObjectType ACCESS_TOKEN
public static final EventObjectType ACCOUNT
public static final EventObjectType ATTACHMENT
public static final EventObjectType DASHBOARD
public static final EventObjectType DISCUSSION
public static final EventObjectType FOLDER
public static final EventObjectType FORM
public static final EventObjectType GROUP
public static final EventObjectType SHEET
public static final EventObjectType REPORT
public static final EventObjectType UPDATE_REQUEST
public static final EventObjectType USER
public static final EventObjectType WORKSPACE
public static EventObjectType[] values()
for (EventObjectType c : EventObjectType.values()) System.out.println(c);
public static EventObjectType 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 nullCopyright © 2014–2019 Smartsheet. All rights reserved.