Package ai.reveng.api

Class BinariesApi

java.lang.Object
ai.reveng.api.BinariesApi

public class BinariesApi extends Object
  • Constructor Details

    • BinariesApi

      public BinariesApi()
    • BinariesApi

      public BinariesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • downloadZippedBinaryCall

      public okhttp3.Call downloadZippedBinaryCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for downloadZippedBinary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Download file -
      422 Invalid request parameters -
    • downloadZippedBinary

      public File downloadZippedBinary(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Downloads a zipped binary with password protection
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      File
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Download file -
      422 Invalid request parameters -
    • downloadZippedBinaryWithHttpInfo

      public ApiResponse<File> downloadZippedBinaryWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Downloads a zipped binary with password protection
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<File>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Download file -
      422 Invalid request parameters -
    • downloadZippedBinaryAsync

      public okhttp3.Call downloadZippedBinaryAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<File> _callback) throws ApiException
      Downloads a zipped binary with password protection (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Download file -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsCall

      public okhttp3.Call getBinaryAdditionalDetailsCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryAdditionalDetails
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetails

      public BaseResponseBinaryAdditionalResponse getBinaryAdditionalDetails(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the additional details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseBinaryAdditionalResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsWithHttpInfo

      public ApiResponse<BaseResponseBinaryAdditionalResponse> getBinaryAdditionalDetailsWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the additional details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseBinaryAdditionalResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsAsync

      public okhttp3.Call getBinaryAdditionalDetailsAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) throws ApiException
      Gets the additional details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsStatusCall

      public okhttp3.Call getBinaryAdditionalDetailsStatusCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryAdditionalDetailsStatus
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsStatus

      public BaseResponseAdditionalDetailsStatusResponse getBinaryAdditionalDetailsStatus(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the status of the additional details task for a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseAdditionalDetailsStatusResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsStatusWithHttpInfo

      public ApiResponse<BaseResponseAdditionalDetailsStatusResponse> getBinaryAdditionalDetailsStatusWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the status of the additional details task for a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseAdditionalDetailsStatusResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryAdditionalDetailsStatusAsync

      public okhttp3.Call getBinaryAdditionalDetailsStatusAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseAdditionalDetailsStatusResponse> _callback) throws ApiException
      Gets the status of the additional details task for a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDetailsCall

      public okhttp3.Call getBinaryDetailsCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryDetails
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDetails

      public BaseResponseBinaryDetailsResponse getBinaryDetails(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseBinaryDetailsResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDetailsWithHttpInfo

      public ApiResponse<BaseResponseBinaryDetailsResponse> getBinaryDetailsWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseBinaryDetailsResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDetailsAsync

      public okhttp3.Call getBinaryDetailsAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseBinaryDetailsResponse> _callback) throws ApiException
      Gets the details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDieInfoCall

      public okhttp3.Call getBinaryDieInfoCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryDieInfo
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDieInfo

      public BaseResponseListDieMatch getBinaryDieInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the die info of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseListDieMatch
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDieInfoWithHttpInfo

      public ApiResponse<BaseResponseListDieMatch> getBinaryDieInfoWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the die info of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseListDieMatch>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryDieInfoAsync

      public okhttp3.Call getBinaryDieInfoAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseListDieMatch> _callback) throws ApiException
      Gets the die info of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryExternalsCall

      public okhttp3.Call getBinaryExternalsCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryExternals
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryExternals

      public BaseResponseBinaryExternalsResponse getBinaryExternals(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the external details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseBinaryExternalsResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryExternalsWithHttpInfo

      public ApiResponse<BaseResponseBinaryExternalsResponse> getBinaryExternalsWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the external details of a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseBinaryExternalsResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryExternalsAsync

      public okhttp3.Call getBinaryExternalsAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseBinaryExternalsResponse> _callback) throws ApiException
      Gets the external details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryRelatedStatusCall

      public okhttp3.Call getBinaryRelatedStatusCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getBinaryRelatedStatus
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryRelatedStatus

      public BaseResponseBinariesRelatedStatusResponse getBinaryRelatedStatus(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the status of the unpack binary task for a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseBinariesRelatedStatusResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryRelatedStatusWithHttpInfo

      public ApiResponse<BaseResponseBinariesRelatedStatusResponse> getBinaryRelatedStatusWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the status of the unpack binary task for a binary
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseBinariesRelatedStatusResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getBinaryRelatedStatusAsync

      public okhttp3.Call getBinaryRelatedStatusAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseBinariesRelatedStatusResponse> _callback) throws ApiException
      Gets the status of the unpack binary task for a binary (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getRelatedBinariesCall

      public okhttp3.Call getRelatedBinariesCall(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback _callback) throws ApiException
      Build call for getRelatedBinaries
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      403 Forbidden -
    • getRelatedBinaries

      public BaseResponseChildBinariesResponse getRelatedBinaries(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the related binaries of a binary.
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      BaseResponseChildBinariesResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      403 Forbidden -
    • getRelatedBinariesWithHttpInfo

      public ApiResponse<BaseResponseChildBinariesResponse> getRelatedBinariesWithHttpInfo(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts) throws ApiException
      Gets the related binaries of a binary.
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      Returns:
      ApiResponse<BaseResponseChildBinariesResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      403 Forbidden -
    • getRelatedBinariesAsync

      public okhttp3.Call getRelatedBinariesAsync(@Nonnull Integer binaryId, @Nullable String endpointUrl, @Nullable String localCacheDir, @Nullable Integer localCacheMaxSizeMb, @Nullable String customerSamplesBucket, @Nullable String firmwareSamplesBucket, @Nullable Integer maxRetryAttempts, ApiCallback<BaseResponseChildBinariesResponse> _callback) throws ApiException
      Gets the related binaries of a binary. (asynchronously)
      Parameters:
      binaryId - (required)
      endpointUrl - (optional)
      localCacheDir - (optional)
      localCacheMaxSizeMb - (optional)
      customerSamplesBucket - (optional)
      firmwareSamplesBucket - (optional)
      maxRetryAttempts - (optional, default to 5)
      _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
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      403 Forbidden -