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, ApiCallback _callback) throws ApiException
      Build call for downloadZippedBinary
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Downloads a zipped binary with password protection
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Downloads a zipped binary with password protection
      Parameters:
      binaryId - (required)
      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, ApiCallback<File> _callback) throws ApiException
      Downloads a zipped binary with password protection (asynchronously)
      Parameters:
      binaryId - (required)
      _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

      @Deprecated public okhttp3.Call getBinaryAdditionalDetailsCall(@Nonnull Integer binaryId, ApiCallback _callback) throws ApiException
      Deprecated.
      Build call for getBinaryAdditionalDetails
      Parameters:
      binaryId - (required)
      _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

      @Deprecated public BaseResponseBinaryAdditionalResponse getBinaryAdditionalDetails(@Nonnull Integer binaryId) throws ApiException
      Deprecated.
      Gets the additional details of a binary
      Parameters:
      binaryId - (required)
      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

      @Deprecated public ApiResponse<BaseResponseBinaryAdditionalResponse> getBinaryAdditionalDetailsWithHttpInfo(@Nonnull Integer binaryId) throws ApiException
      Deprecated.
      Gets the additional details of a binary
      Parameters:
      binaryId - (required)
      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

      @Deprecated public okhttp3.Call getBinaryAdditionalDetailsAsync(@Nonnull Integer binaryId, ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) throws ApiException
      Deprecated.
      Gets the additional details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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

      @Deprecated public okhttp3.Call getBinaryAdditionalDetailsStatusCall(@Nonnull Integer binaryId, ApiCallback _callback) throws ApiException
      Deprecated.
      Build call for getBinaryAdditionalDetailsStatus
      Parameters:
      binaryId - (required)
      _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

      @Deprecated public BaseResponseAdditionalDetailsStatusResponse getBinaryAdditionalDetailsStatus(@Nonnull Integer binaryId) throws ApiException
      Deprecated.
      Gets the status of the additional details task for a binary
      Parameters:
      binaryId - (required)
      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

      @Deprecated public ApiResponse<BaseResponseAdditionalDetailsStatusResponse> getBinaryAdditionalDetailsStatusWithHttpInfo(@Nonnull Integer binaryId) throws ApiException
      Deprecated.
      Gets the status of the additional details task for a binary
      Parameters:
      binaryId - (required)
      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

      @Deprecated public okhttp3.Call getBinaryAdditionalDetailsStatusAsync(@Nonnull Integer binaryId, ApiCallback<BaseResponseAdditionalDetailsStatusResponse> _callback) throws ApiException
      Deprecated.
      Gets the status of the additional details task for a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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 -
    • getBinaryAdditionalDetailsStatus_0Call

      public okhttp3.Call getBinaryAdditionalDetailsStatus_0Call(@Nonnull Long binaryId, ApiCallback _callback) throws ApiException
      Build call for getBinaryAdditionalDetailsStatus_0
      Parameters:
      binaryId - Binary ID (required)
      _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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetailsStatus_0

      public GetAdditionalDetailsStatusOutputBody getBinaryAdditionalDetailsStatus_0(@Nonnull Long binaryId) throws ApiException
      Get the additional-details extraction status for a binary. Returns the status of the additional-details extraction task. One of `UNINITIALISED`, `PENDING`, `RUNNING`, `COMPLETED`, `FAILED`. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      Returns:
      GetAdditionalDetailsStatusOutputBody
      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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetailsStatus_0WithHttpInfo

      public ApiResponse<GetAdditionalDetailsStatusOutputBody> getBinaryAdditionalDetailsStatus_0WithHttpInfo(@Nonnull Long binaryId) throws ApiException
      Get the additional-details extraction status for a binary. Returns the status of the additional-details extraction task. One of `UNINITIALISED`, `PENDING`, `RUNNING`, `COMPLETED`, `FAILED`. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      Returns:
      ApiResponse<GetAdditionalDetailsStatusOutputBody>
      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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetailsStatus_0Async

      public okhttp3.Call getBinaryAdditionalDetailsStatus_0Async(@Nonnull Long binaryId, ApiCallback<GetAdditionalDetailsStatusOutputBody> _callback) throws ApiException
      Get the additional-details extraction status for a binary. (asynchronously) Returns the status of the additional-details extraction task. One of `UNINITIALISED`, `PENDING`, `RUNNING`, `COMPLETED`, `FAILED`. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      _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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetails_0Call

      public okhttp3.Call getBinaryAdditionalDetails_0Call(@Nonnull Long binaryId, ApiCallback _callback) throws ApiException
      Build call for getBinaryAdditionalDetails_0
      Parameters:
      binaryId - Binary ID (required)
      _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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetails_0

      public GetAdditionalDetailsOutputBody getBinaryAdditionalDetails_0(@Nonnull Long binaryId) throws ApiException
      Get additional details for a binary. Returns structured metadata extracted by the additional-details pipeline for the given binary. Returns `null` for `details` when the pipeline has not yet run. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      Returns:
      GetAdditionalDetailsOutputBody
      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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetails_0WithHttpInfo

      public ApiResponse<GetAdditionalDetailsOutputBody> getBinaryAdditionalDetails_0WithHttpInfo(@Nonnull Long binaryId) throws ApiException
      Get additional details for a binary. Returns structured metadata extracted by the additional-details pipeline for the given binary. Returns `null` for `details` when the pipeline has not yet run. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      Returns:
      ApiResponse<GetAdditionalDetailsOutputBody>
      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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryAdditionalDetails_0Async

      public okhttp3.Call getBinaryAdditionalDetails_0Async(@Nonnull Long binaryId, ApiCallback<GetAdditionalDetailsOutputBody> _callback) throws ApiException
      Get additional details for a binary. (asynchronously) Returns structured metadata extracted by the additional-details pipeline for the given binary. Returns `null` for `details` when the pipeline has not yet run. **Error codes:** - `404` [`NOT_FOUND`](/errors/NOT_FOUND) — Not Found - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied
      Parameters:
      binaryId - Binary ID (required)
      _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 OK -
      403 Forbidden -
      404 Not Found -
      422 Unprocessable Entity -
      500 Internal Server Error -
    • getBinaryDetailsCall

      public okhttp3.Call getBinaryDetailsCall(@Nonnull Integer binaryId, ApiCallback _callback) throws ApiException
      Build call for getBinaryDetails
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Gets the details of a binary
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Gets the details of a binary
      Parameters:
      binaryId - (required)
      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, ApiCallback<BaseResponseBinaryDetailsResponse> _callback) throws ApiException
      Gets the details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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, ApiCallback _callback) throws ApiException
      Build call for getBinaryDieInfo
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Gets the die info of a binary
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Gets the die info of a binary
      Parameters:
      binaryId - (required)
      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, ApiCallback<BaseResponseListDieMatch> _callback) throws ApiException
      Gets the die info of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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, ApiCallback _callback) throws ApiException
      Build call for getBinaryExternals
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Gets the external details of a binary
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Gets the external details of a binary
      Parameters:
      binaryId - (required)
      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, ApiCallback<BaseResponseBinaryExternalsResponse> _callback) throws ApiException
      Gets the external details of a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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, ApiCallback _callback) throws ApiException
      Build call for getBinaryRelatedStatus
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Gets the status of the unpack binary task for a binary
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Gets the status of the unpack binary task for a binary
      Parameters:
      binaryId - (required)
      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, ApiCallback<BaseResponseBinariesRelatedStatusResponse> _callback) throws ApiException
      Gets the status of the unpack binary task for a binary (asynchronously)
      Parameters:
      binaryId - (required)
      _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, ApiCallback _callback) throws ApiException
      Build call for getRelatedBinaries
      Parameters:
      binaryId - (required)
      _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) throws ApiException
      Gets the related binaries of a binary.
      Parameters:
      binaryId - (required)
      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) throws ApiException
      Gets the related binaries of a binary.
      Parameters:
      binaryId - (required)
      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, ApiCallback<BaseResponseChildBinariesResponse> _callback) throws ApiException
      Gets the related binaries of a binary. (asynchronously)
      Parameters:
      binaryId - (required)
      _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 -