Class TelemetryApi


  • public class TelemetryApi
    extends Object
    • 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