public class EventsApiImpl extends AbstractBaseApi implements EventsApi
EventsApi interface.| Constructor and Description |
|---|
EventsApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
fetch(java.lang.String eventToken)
Returns the details of an event.
|
protected java.lang.String |
getApiName() |
EventListResponse |
list(int page)
Returns a paginated list of all events.
|
executeList, executeSearch, getApiBase, getApiUrl, getDeletionResult, httpTransportForDelete, httpTransportForGet, httpTransportForPost, httpTransportForPutpublic final EventListResponse list(int page) throws java.io.IOException
EventsApipublic final EventResponse fetch(java.lang.String eventToken) throws java.io.IOException
EventsApiprotected final java.lang.String getApiName()
getApiName in class AbstractBaseApi