| 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.deleteWatcher(String id)
deleteWatcher
Enpoint to delete a watcher.
|
WatcherResponse |
WatchersApi.updateWatcher(String id,
Watcher body)
updateWatcher
Endpoint to update a watcher
|
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
WatcherResponse.data(Watcher data) |
WatcherResponse |
WatcherResponse.errors(List<ApiError> errors) |
WatcherResponse |
WatcherResponse.message(String message) |
WatcherResponse |
WatcherResponse.status(String status) |
WatcherResponse |
WatcherResponse.total(Long total) |
WatcherResponse |
WatcherResponse.type(String type) |
Copyright © 2017 LeanIX GmbH. All rights reserved.