| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventsApi.trigger(Event body)
trigger
Endpoint to trigger an event.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.createdAt(Date createdAt)
The date at which the event was originally created.
|
Event |
EventResponse.getData() |
Event |
Event.messageId(String messageId) |
Event |
Event.payload(String payload) |
Event |
Event.sourceId(String sourceId) |
Event |
Event.sourceName(String sourceName)
The name of the source system, e.g.
|
Event |
Event.sourceUrl(String sourceUrl)
The url of the source system, e.g.
|
Event |
Event.tags(List<String> tags)
a list of tags describing the nature of this event, used to find subscriptions for this event
|
Event |
Event.workspaceId(String workspaceId)
An optional UUID string if the event is related to a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventBatch.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventResponse.data(Event data) |
void |
EventResponse.setData(Event data) |
| Modifier and Type | Method and Description |
|---|---|
EventBatch |
EventBatch.events(List<Event> events) |
void |
EventBatch.setEvents(List<Event> events) |
Copyright © 2017 LeanIX GmbH. All rights reserved.