| Package | Description |
|---|---|
| net.leanix.webhooks.api | |
| net.leanix.webhooks.api.models |
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
WatchersApi.createWatcher(Watcher body)
createWatcher.
|
WatcherResponse |
WatchersApi.updateWatcher(String id,
Watcher body)
updateWatcher.
|
| Modifier and Type | Method and Description |
|---|---|
Watcher |
WatcherResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
List<Watcher> |
WatcherListResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
WatcherResponse.setData(Watcher data) |
| Modifier and Type | Method and Description |
|---|---|
void |
WatcherListResponse.setData(List<Watcher> data) |
Copyright © 2016 LeanIX GmbH. All rights reserved.