Class AzkarraVersionApi


  • public class AzkarraVersionApi
    extends Object
    • Constructor Detail

      • AzkarraVersionApi

        public AzkarraVersionApi()
      • AzkarraVersionApi

        public AzkarraVersionApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getCurrentVersionCall

        public okhttp3.Call getCurrentVersionCall​(ApiCallback _callback)
                                           throws ApiException
        Build call for getCurrentVersion
        Parameters:
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCurrentVersion

        public Version getCurrentVersion()
                                  throws ApiException
        get the API current version
        Returns:
        Version
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCurrentVersionWithHttpInfo

        public ApiResponse<Version> getCurrentVersionWithHttpInfo()
                                                           throws ApiException
        get the API current version
        Returns:
        ApiResponse<Version>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCurrentVersionAsync

        public okhttp3.Call getCurrentVersionAsync​(ApiCallback<Version> _callback)
                                            throws ApiException
        (asynchronously) get the API current version
        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