public class SynchronizationsApi extends Object
| Constructor and Description |
|---|
SynchronizationsApi(net.leanix.dropkit.api.Client client) |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationResponse |
addSyncItemBatch(String id,
SyncItemBatch body)
addSyncItemBatch.
|
SynchronizationResponse |
createSynchronization(Synchronization body)
createSynchronization.
|
net.leanix.dropkit.api.Client |
getClient() |
SynchronizationResponse |
getSynchronization(String id)
getSynchronization.
|
SynchronizationListResponse |
getSynchronizations(String workspaceId,
String userId,
String topic,
Integer page,
Integer size,
String sort)
getSynchronizations.
|
SyncItemListResponse |
getSyncItems(String id,
Integer page,
Integer size,
String sort)
getSyncItems.
|
SynchronizationResponse |
updateSynchronization(String id,
Synchronization body)
updateSynchronization.
|
public SynchronizationsApi(net.leanix.dropkit.api.Client client)
public net.leanix.dropkit.api.Client getClient()
public SynchronizationResponse getSynchronization(String id) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SynchronizationResponse updateSynchronization(String id, Synchronization body) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SyncItemListResponse getSyncItems(String id, Integer page, Integer size, String sort) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SynchronizationResponse addSyncItemBatch(String id, SyncItemBatch body) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SynchronizationResponse createSynchronization(Synchronization body) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionpublic SynchronizationListResponse getSynchronizations(String workspaceId, String userId, String topic, Integer page, Integer size, String sort) throws net.leanix.dropkit.api.ApiException
net.leanix.dropkit.api.ApiExceptionCopyright © 2016 LeanIX GmbH. All rights reserved.