Package ai.reveng.api

Class FunctionsRenamingHistoryApi

java.lang.Object
ai.reveng.api.FunctionsRenamingHistoryApi

public class FunctionsRenamingHistoryApi extends Object
  • Constructor Details

    • FunctionsRenamingHistoryApi

      public FunctionsRenamingHistoryApi()
    • FunctionsRenamingHistoryApi

      public FunctionsRenamingHistoryApi(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)
    • batchRenameFunctionCall

      public okhttp3.Call batchRenameFunctionCall(@Nonnull FunctionsListRename functionsListRename, ApiCallback _callback) throws ApiException
      Build call for batchRenameFunction
      Parameters:
      functionsListRename - (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 -
    • batchRenameFunction

      public BaseResponse batchRenameFunction(@Nonnull FunctionsListRename functionsListRename) throws ApiException
      Batch Rename Functions Renames a list of functions using the function IDs Will record name changes in history
      Parameters:
      functionsListRename - (required)
      Returns:
      BaseResponse
      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 -
    • batchRenameFunctionWithHttpInfo

      public ApiResponse<BaseResponse> batchRenameFunctionWithHttpInfo(@Nonnull FunctionsListRename functionsListRename) throws ApiException
      Batch Rename Functions Renames a list of functions using the function IDs Will record name changes in history
      Parameters:
      functionsListRename - (required)
      Returns:
      ApiResponse<BaseResponse>
      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 -
    • batchRenameFunctionAsync

      public okhttp3.Call batchRenameFunctionAsync(@Nonnull FunctionsListRename functionsListRename, ApiCallback<BaseResponse> _callback) throws ApiException
      Batch Rename Functions (asynchronously) Renames a list of functions using the function IDs Will record name changes in history
      Parameters:
      functionsListRename - (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 -
    • getFunctionNameHistoryCall

      public okhttp3.Call getFunctionNameHistoryCall(@Nonnull Integer functionId, ApiCallback _callback) throws ApiException
      Build call for getFunctionNameHistory
      Parameters:
      functionId - (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 -
    • getFunctionNameHistory

      public BaseResponseListFunctionNameHistory getFunctionNameHistory(@Nonnull Integer functionId) throws ApiException
      Get Function Name History Gets the name history of a function using the function ID
      Parameters:
      functionId - (required)
      Returns:
      BaseResponseListFunctionNameHistory
      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 -
    • getFunctionNameHistoryWithHttpInfo

      public ApiResponse<BaseResponseListFunctionNameHistory> getFunctionNameHistoryWithHttpInfo(@Nonnull Integer functionId) throws ApiException
      Get Function Name History Gets the name history of a function using the function ID
      Parameters:
      functionId - (required)
      Returns:
      ApiResponse<BaseResponseListFunctionNameHistory>
      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 -
    • getFunctionNameHistoryAsync

      public okhttp3.Call getFunctionNameHistoryAsync(@Nonnull Integer functionId, ApiCallback<BaseResponseListFunctionNameHistory> _callback) throws ApiException
      Get Function Name History (asynchronously) Gets the name history of a function using the function ID
      Parameters:
      functionId - (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 -
    • renameFunctionIdCall

      public okhttp3.Call renameFunctionIdCall(@Nonnull Integer functionId, @Nonnull FunctionRename functionRename, ApiCallback _callback) throws ApiException
      Build call for renameFunctionId
      Parameters:
      functionId - (required)
      functionRename - (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 -
    • renameFunctionId

      public BaseResponse renameFunctionId(@Nonnull Integer functionId, @Nonnull FunctionRename functionRename) throws ApiException
      Rename Function Renames a function using the function ID Will record name change history
      Parameters:
      functionId - (required)
      functionRename - (required)
      Returns:
      BaseResponse
      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 -
    • renameFunctionIdWithHttpInfo

      public ApiResponse<BaseResponse> renameFunctionIdWithHttpInfo(@Nonnull Integer functionId, @Nonnull FunctionRename functionRename) throws ApiException
      Rename Function Renames a function using the function ID Will record name change history
      Parameters:
      functionId - (required)
      functionRename - (required)
      Returns:
      ApiResponse<BaseResponse>
      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 -
    • renameFunctionIdAsync

      public okhttp3.Call renameFunctionIdAsync(@Nonnull Integer functionId, @Nonnull FunctionRename functionRename, ApiCallback<BaseResponse> _callback) throws ApiException
      Rename Function (asynchronously) Renames a function using the function ID Will record name change history
      Parameters:
      functionId - (required)
      functionRename - (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 -
    • revertFunctionNameCall

      public okhttp3.Call revertFunctionNameCall(@Nonnull Integer functionId, @Nonnull Integer historyId, ApiCallback _callback) throws ApiException
      Build call for revertFunctionName
      Parameters:
      functionId - (required)
      historyId - (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 -
    • revertFunctionName

      public BaseResponse revertFunctionName(@Nonnull Integer functionId, @Nonnull Integer historyId) throws ApiException
      Revert the function name Reverts the function name to a previous name using the function ID and history ID
      Parameters:
      functionId - (required)
      historyId - (required)
      Returns:
      BaseResponse
      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 -
    • revertFunctionNameWithHttpInfo

      public ApiResponse<BaseResponse> revertFunctionNameWithHttpInfo(@Nonnull Integer functionId, @Nonnull Integer historyId) throws ApiException
      Revert the function name Reverts the function name to a previous name using the function ID and history ID
      Parameters:
      functionId - (required)
      historyId - (required)
      Returns:
      ApiResponse<BaseResponse>
      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 -
    • revertFunctionNameAsync

      public okhttp3.Call revertFunctionNameAsync(@Nonnull Integer functionId, @Nonnull Integer historyId, ApiCallback<BaseResponse> _callback) throws ApiException
      Revert the function name (asynchronously) Reverts the function name to a previous name using the function ID and history ID
      Parameters:
      functionId - (required)
      historyId - (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 -