Package ai.reveng.api
Class BinariesApi
java.lang.Object
ai.reveng.api.BinariesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadZippedBinary(Integer binaryId) Downloads a zipped binary with password protectionokhttp3.CalldownloadZippedBinaryAsync(Integer binaryId, ApiCallback<File> _callback) Downloads a zipped binary with password protection (asynchronously)okhttp3.CalldownloadZippedBinaryCall(Integer binaryId, ApiCallback _callback) Build call for downloadZippedBinarydownloadZippedBinaryWithHttpInfo(Integer binaryId) Downloads a zipped binary with password protectiongetBinaryAdditionalDetails(Integer binaryId) Deprecated.getBinaryAdditionalDetails_0(Long binaryId) Get additional details for a binary.okhttp3.CallgetBinaryAdditionalDetails_0Async(Long binaryId, ApiCallback<GetAdditionalDetailsOutputBody> _callback) Get additional details for a binary.okhttp3.CallgetBinaryAdditionalDetails_0Call(Long binaryId, ApiCallback _callback) Build call for getBinaryAdditionalDetails_0getBinaryAdditionalDetails_0WithHttpInfo(Long binaryId) Get additional details for a binary.okhttp3.CallgetBinaryAdditionalDetailsAsync(Integer binaryId, ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) Deprecated.okhttp3.CallgetBinaryAdditionalDetailsCall(Integer binaryId, ApiCallback _callback) Deprecated.getBinaryAdditionalDetailsStatus(Integer binaryId) Deprecated.getBinaryAdditionalDetailsStatus_0(Long binaryId) Get the additional-details extraction status for a binary.okhttp3.CallgetBinaryAdditionalDetailsStatus_0Async(Long binaryId, ApiCallback<GetAdditionalDetailsStatusOutputBody> _callback) Get the additional-details extraction status for a binary.okhttp3.CallgetBinaryAdditionalDetailsStatus_0Call(Long binaryId, ApiCallback _callback) Build call for getBinaryAdditionalDetailsStatus_0Get the additional-details extraction status for a binary.okhttp3.CallgetBinaryAdditionalDetailsStatusAsync(Integer binaryId, ApiCallback<BaseResponseAdditionalDetailsStatusResponse> _callback) Deprecated.okhttp3.CallgetBinaryAdditionalDetailsStatusCall(Integer binaryId, ApiCallback _callback) Deprecated.Deprecated.Deprecated.getBinaryDetails(Integer binaryId) Gets the details of a binaryokhttp3.CallgetBinaryDetailsAsync(Integer binaryId, ApiCallback<BaseResponseBinaryDetailsResponse> _callback) Gets the details of a binary (asynchronously)okhttp3.CallgetBinaryDetailsCall(Integer binaryId, ApiCallback _callback) Build call for getBinaryDetailsgetBinaryDetailsWithHttpInfo(Integer binaryId) Gets the details of a binarygetBinaryDieInfo(Integer binaryId) Gets the die info of a binaryokhttp3.CallgetBinaryDieInfoAsync(Integer binaryId, ApiCallback<BaseResponseListDieMatch> _callback) Gets the die info of a binary (asynchronously)okhttp3.CallgetBinaryDieInfoCall(Integer binaryId, ApiCallback _callback) Build call for getBinaryDieInfogetBinaryDieInfoWithHttpInfo(Integer binaryId) Gets the die info of a binarygetBinaryExternals(Integer binaryId) Gets the external details of a binaryokhttp3.CallgetBinaryExternalsAsync(Integer binaryId, ApiCallback<BaseResponseBinaryExternalsResponse> _callback) Gets the external details of a binary (asynchronously)okhttp3.CallgetBinaryExternalsCall(Integer binaryId, ApiCallback _callback) Build call for getBinaryExternalsgetBinaryExternalsWithHttpInfo(Integer binaryId) Gets the external details of a binarygetBinaryRelatedStatus(Integer binaryId) Gets the status of the unpack binary task for a binaryokhttp3.CallgetBinaryRelatedStatusAsync(Integer binaryId, ApiCallback<BaseResponseBinariesRelatedStatusResponse> _callback) Gets the status of the unpack binary task for a binary (asynchronously)okhttp3.CallgetBinaryRelatedStatusCall(Integer binaryId, ApiCallback _callback) Build call for getBinaryRelatedStatusgetBinaryRelatedStatusWithHttpInfo(Integer binaryId) Gets the status of the unpack binary task for a binaryintgetRelatedBinaries(Integer binaryId) Gets the related binaries of a binary.okhttp3.CallgetRelatedBinariesAsync(Integer binaryId, ApiCallback<BaseResponseChildBinariesResponse> _callback) Gets the related binaries of a binary.okhttp3.CallgetRelatedBinariesCall(Integer binaryId, ApiCallback _callback) Build call for getRelatedBinariesgetRelatedBinariesWithHttpInfo(Integer binaryId) Gets the related binaries of a binary.voidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
BinariesApi
public BinariesApi() -
BinariesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
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
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
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 -
-