| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.setAccessTokenName(String accessTokenName)
Sets the access token name associated with the event
|
Event |
Event.setAction(EventAction action)
Sets the action associated with the event (EventAction enumeration)
|
Event |
Event.setAdditionalDetails(HashMap<String,Object> additionalDetails)
Set the hashmap of additional details associated with the event
|
Event |
Event.setEventId(String eventId)
Sets a unique event ID
|
Event |
Event.setEventTimestamp(Object eventTimestamp)
Sets an event timestamp
|
Event |
Event.setObjectId(Object objectId)
Sets an object ID for the object associated with the event
|
Event |
Event.setObjectType(EventObjectType objectType)
Sets the object type of the object associated with the event
|
Event |
Event.setRequestUserId(Long requestUserId)
Sets the user ID of the user whose credential initiated the request
|
Event |
Event.setSource(EventSource source)
Sets the source of the event request
|
Event |
Event.setUserId(Long userId)
Sets the assumed user ID for the event request
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventResult.getData()
Gets the list of events
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventResult.setData(List<Event> data)
Sets the list of events
|
Copyright © 2014–2019 Smartsheet. All rights reserved.