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