public class TelemetryApi extends Object
Constructor and Description |
---|
TelemetryApi() |
TelemetryApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
configureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback<Void> _callback)
Configure Telemetry (asynchronously)
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
configureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback _callback)
Build call for configureTelemetry
|
ApiResponse<Void> |
configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
ApiClient |
getApiClient() |
TelemetryConfigurationDto |
getTelemetryConfiguration()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
okhttp3.Call |
getTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback)
Fetch Telemetry Configuration (asynchronously)
Fetches Telemetry Configuration.
|
okhttp3.Call |
getTelemetryConfigurationCall(ApiCallback _callback)
Build call for getTelemetryConfiguration
|
ApiResponse<TelemetryConfigurationDto> |
getTelemetryConfigurationWithHttpInfo()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
void |
setApiClient(ApiClient apiClient) |
public TelemetryApi()
public TelemetryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call configureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback _callback) throws ApiException
telemetryConfigurationDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto) throws ApiException
telemetryConfigurationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto) throws ApiException
telemetryConfigurationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call configureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback<Void> _callback) throws ApiException
telemetryConfigurationDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getTelemetryConfigurationCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic TelemetryConfigurationDto getTelemetryConfiguration() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TelemetryConfigurationDto> getTelemetryConfigurationWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.