public class EventsApi extends Object
| Constructor and Description |
|---|
EventsApi() |
EventsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EventResponse |
trigger(Event body)
trigger
Endpoint to trigger an event.
|
EventResponse |
triggerBatch(EventBatch body)
trigger
Endpoint to trigger multiple events.
|
public EventsApi()
public EventsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public EventResponse trigger(Event body) throws ApiException
body - (required)ApiException - if fails to make API callpublic EventResponse triggerBatch(EventBatch body) throws ApiException
body - (required)ApiException - if fails to make API callCopyright © 2017 LeanIX GmbH. All rights reserved.