public class AssetsApi extends Object
| Constructor and Description |
|---|
AssetsApi() |
AssetsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAsset(String asset)
deleteAsset
Delete an asset
|
void |
downloadAsset(String asset)
downloadAsset
Download an asset
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
void |
upsertAsset(String asset)
upsertAsset
Upsert an asset
|
public AssetsApi()
public AssetsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void deleteAsset(String asset) throws ApiException
asset - (required)ApiException - if fails to make API callpublic void downloadAsset(String asset) throws ApiException
asset - (required)ApiException - if fails to make API callpublic void upsertAsset(String asset) throws ApiException
asset - (required)ApiException - if fails to make API callCopyright © 2019 LeanIX GmbH. All rights reserved.