public class WatchersApi extends Object
| Constructor and Description |
|---|
WatchersApi(net.leanix.dropkit.api.Client client) |
| Modifier and Type | Method and Description |
|---|---|
WatcherResponse |
createWatcher(Watcher body)
createWatcher.
|
WatcherResponse |
deleteWatcher(String id)
deleteWatcher.
|
net.leanix.dropkit.api.Client |
getClient() |
WatcherListResponse |
getWatchers()
getWatchers.
|
SubscriptionListResponse |
getWatcherSubscription(String id)
getWatcherSubscription.
|
WatcherResponse |
updateWatcher(String id,
Watcher body)
updateWatcher.
|
public net.leanix.dropkit.api.Client getClient()
public WatcherListResponse getWatchers() throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic WatcherResponse createWatcher(Watcher body) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic WatcherResponse updateWatcher(String id, Watcher body) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic WatcherResponse deleteWatcher(String id) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SubscriptionListResponse getWatcherSubscription(String id) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionCopyright © 2016 LeanIX GmbH. All rights reserved.