| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
WatchersApi.createWatcher(Watcher body)
createWatcher
Endpoint to create a watcher.
|
WatcherResponse |
WatchersApi.updateWatcher(String id,
Watcher body)
updateWatcher
Endpoint to update a watcher
|
| Modifier and Type | Method and Description |
|---|---|
Watcher |
Watcher.config(String config) |
Watcher |
WatcherResponse.getData() |
Watcher |
Watcher.id(String id) |
Watcher |
Watcher.lastRun(Date lastRun) |
Watcher |
Watcher.lastUpdate(Date lastUpdate) |
Watcher |
Watcher.name(String name) |
Watcher |
Watcher.payload(String payload) |
Watcher |
Watcher.targetMethod(String targetMethod) |
Watcher |
Watcher.targetUrl(String targetUrl) |
Watcher |
Watcher.type(String type) |
Watcher |
Watcher.workspaceId(String workspaceId) |
| Modifier and Type | Method and Description |
|---|---|
List<Watcher> |
WatcherListResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
WatcherResponse.data(Watcher data) |
void |
WatcherResponse.setData(Watcher data) |
| Modifier and Type | Method and Description |
|---|---|
WatcherListResponse |
WatcherListResponse.data(List<Watcher> data) |
void |
WatcherListResponse.setData(List<Watcher> data) |
Copyright © 2017 LeanIX GmbH. All rights reserved.