public class SettingsApi extends Object
| Constructor and Description |
|---|
SettingsApi() |
SettingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
FactSheetSettingsResponse |
getModelCustomization(String factSheetType)
getFactSheetSettings
|
SettingsResponse |
getSettings()
getSettings
|
void |
setApiClient(ApiClient apiClient) |
void |
updateModelsWithCustomization(String factSheetType,
FactSheetSettings body)
putFactSheetSettings
|
Response |
updateSettings(WorkspaceSettings body)
updateSettings
|
public SettingsApi()
public SettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public FactSheetSettingsResponse getModelCustomization(String factSheetType) throws ApiException
factSheetType - (required)ApiException - if fails to make API callpublic SettingsResponse getSettings() throws ApiException
ApiException - if fails to make API callpublic void updateModelsWithCustomization(String factSheetType, FactSheetSettings body) throws ApiException
factSheetType - (required)body - customization (required)ApiException - if fails to make API callpublic Response updateSettings(WorkspaceSettings body) throws ApiException
body - the settings for the workspace (required)ApiException - if fails to make API callCopyright © 2019 LeanIX GmbH. All rights reserved.