public class EventResult extends Object
| Constructor and Description |
|---|
EventResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
getData()
Gets the list of events
|
Boolean |
getMoreAvailable()
Returns if more events are available for retrieval
|
String |
getNextStreamPosition()
Gets a string indicating the streamPosition of the next set of events
|
void |
setData(List<Event> data)
Sets the list of events
|
void |
setMoreAvailable(Boolean moreAvailable)
Sets the flag indicating if more events are available
|
void |
setNextStreamPosition(String nextStreamPosition)
Sets a string indicating the streamPosition for the next set of events
|
public void setData(List<Event> data)
data - the list of eventspublic Boolean getMoreAvailable()
public void setMoreAvailable(Boolean moreAvailable)
moreAvailable - the flagpublic String getNextStreamPosition()
public void setNextStreamPosition(String nextStreamPosition)
nextStreamPosition - the string for the next set of eventsCopyright © 2014–2019 Smartsheet. All rights reserved.