| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
EventObjectType |
Event.getObjectType()
Gets the object type of the object associated with the event (EventObjectType enumeration)
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.setObjectType(EventObjectType objectType)
Sets the object type of the object associated with the event
|
| Modifier and Type | Method and Description |
|---|---|
static EventObjectType |
EventObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventObjectType[] |
EventObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.