Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
TelemetryConfigurationDto |
TelemetryApi.getTelemetryConfiguration()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<TelemetryConfigurationDto> |
TelemetryApi.getTelemetryConfigurationWithHttpInfo()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
TelemetryApi.configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
TelemetryApi.configureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback<Void> _callback)
Configure Telemetry (asynchronously)
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
TelemetryApi.configureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback _callback)
Build call for configureTelemetry
|
ApiResponse<Void> |
TelemetryApi.configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TelemetryApi.getTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback)
Fetch Telemetry Configuration (asynchronously)
Fetches Telemetry Configuration.
|
Modifier and Type | Method and Description |
---|---|
TelemetryConfigurationDto |
TelemetryConfigurationDto.enableTelemetry(Boolean enableTelemetry) |
Copyright © 2022. All rights reserved.