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<Object> _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) Gets the additional details of a binaryokhttp3.CallgetBinaryAdditionalDetailsAsync(Integer binaryId, ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) Gets the additional details of a binary (asynchronously)okhttp3.CallgetBinaryAdditionalDetailsCall(Integer binaryId, ApiCallback _callback) Build call for getBinaryAdditionalDetailsGets the additional details of a binarygetBinaryDetails(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 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 Successful Response - 422 Invalid request parameters -
-
downloadZippedBinary
Downloads a zipped binary with password protection- Parameters:
binaryId- (required)- Returns:
- Object
- 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 -
-
downloadZippedBinaryWithHttpInfo
public ApiResponse<Object> downloadZippedBinaryWithHttpInfo(@Nonnull Integer binaryId) throws ApiException Downloads a zipped binary with password protection- Parameters:
binaryId- (required)- Returns:
- ApiResponse<Object>
- 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 -
-
downloadZippedBinaryAsync
public okhttp3.Call downloadZippedBinaryAsync(@Nonnull Integer binaryId, ApiCallback<Object> _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 Successful Response - 422 Invalid request parameters -
-
getBinaryAdditionalDetailsCall
public okhttp3.Call getBinaryAdditionalDetailsCall(@Nonnull Integer binaryId, ApiCallback _callback) throws ApiException 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
public BaseResponseBinaryAdditionalResponse getBinaryAdditionalDetails(@Nonnull Integer binaryId) throws ApiException 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
public ApiResponse<BaseResponseBinaryAdditionalResponse> getBinaryAdditionalDetailsWithHttpInfo(@Nonnull Integer binaryId) throws ApiException 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
public okhttp3.Call getBinaryAdditionalDetailsAsync(@Nonnull Integer binaryId, ApiCallback<BaseResponseBinaryAdditionalResponse> _callback) throws ApiException 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 -
-
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 -
-
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 -
-