Package org.openapitools.client.api
Class TelemetryApi
- java.lang.Object
-
- org.openapitools.client.api.TelemetryApi
-
public class TelemetryApi extends Object
-
-
Constructor Summary
Constructors Constructor Description TelemetryApi()TelemetryApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto)Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.okhttp3.CallconfigureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback<Void> _callback)Configure Telemetry (asynchronously) Configures whether Camunda receives data collection of the process engine setup and usage.okhttp3.CallconfigureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback _callback)Build call for configureTelemetryApiResponse<Void>configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto)Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.ApiClientgetApiClient()TelemetryConfigurationDtogetTelemetryConfiguration()Fetch Telemetry Configuration Fetches Telemetry Configuration.okhttp3.CallgetTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback)Fetch Telemetry Configuration (asynchronously) Fetches Telemetry Configuration.okhttp3.CallgetTelemetryConfigurationCall(ApiCallback _callback)Build call for getTelemetryConfigurationApiResponse<TelemetryConfigurationDto>getTelemetryConfigurationWithHttpInfo()Fetch Telemetry Configuration Fetches Telemetry Configuration.TelemetryDataDtogetTelemetryData()Fetch Telemetry Data Fetches Telemetry Data.okhttp3.CallgetTelemetryDataAsync(ApiCallback<TelemetryDataDto> _callback)Fetch Telemetry Data (asynchronously) Fetches Telemetry Data.okhttp3.CallgetTelemetryDataCall(ApiCallback _callback)Build call for getTelemetryDataApiResponse<TelemetryDataDto>getTelemetryDataWithHttpInfo()Fetch Telemetry Data Fetches Telemetry Data.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
TelemetryApi
public TelemetryApi()
-
TelemetryApi
public TelemetryApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
configureTelemetryCall
public okhttp3.Call configureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback _callback) throws ApiException
Build call for configureTelemetry- Parameters:
telemetryConfigurationDto- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
configureTelemetry
public void configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto) throws ApiException
Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.- Parameters:
telemetryConfigurationDto- (optional)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
configureTelemetryWithHttpInfo
public ApiResponse<Void> configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto) throws ApiException
Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.- Parameters:
telemetryConfigurationDto- (optional)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
configureTelemetryAsync
public okhttp3.Call configureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto, ApiCallback<Void> _callback) throws ApiException
Configure Telemetry (asynchronously) Configures whether Camunda receives data collection of the process engine setup and usage.- Parameters:
telemetryConfigurationDto- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getTelemetryConfigurationCall
public okhttp3.Call getTelemetryConfigurationCall(ApiCallback _callback) throws ApiException
Build call for getTelemetryConfiguration- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getTelemetryConfiguration
public TelemetryConfigurationDto getTelemetryConfiguration() throws ApiException
Fetch Telemetry Configuration Fetches Telemetry Configuration.- Returns:
- TelemetryConfigurationDto
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTelemetryConfigurationWithHttpInfo
public ApiResponse<TelemetryConfigurationDto> getTelemetryConfigurationWithHttpInfo() throws ApiException
Fetch Telemetry Configuration Fetches Telemetry Configuration.- Returns:
- ApiResponse<TelemetryConfigurationDto>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTelemetryConfigurationAsync
public okhttp3.Call getTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback) throws ApiException
Fetch Telemetry Configuration (asynchronously) Fetches Telemetry Configuration.- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getTelemetryDataCall
public okhttp3.Call getTelemetryDataCall(ApiCallback _callback) throws ApiException
Build call for getTelemetryData- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getTelemetryData
public TelemetryDataDto getTelemetryData() throws ApiException
Fetch Telemetry Data Fetches Telemetry Data.- Returns:
- TelemetryDataDto
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTelemetryDataWithHttpInfo
public ApiResponse<TelemetryDataDto> getTelemetryDataWithHttpInfo() throws ApiException
Fetch Telemetry Data Fetches Telemetry Data.- Returns:
- ApiResponse<TelemetryDataDto>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getTelemetryDataAsync
public okhttp3.Call getTelemetryDataAsync(ApiCallback<TelemetryDataDto> _callback) throws ApiException
Fetch Telemetry Data (asynchronously) Fetches Telemetry Data.- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-