Package ai.reveng.api
Class FunctionsRenamingHistoryApi
java.lang.Object
ai.reveng.api.FunctionsRenamingHistoryApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchRenameFunction(FunctionsListRename functionsListRename) Batch Rename Functions Renames a list of functions using the function IDs Will record name changes in historyokhttp3.CallbatchRenameFunctionAsync(FunctionsListRename functionsListRename, ApiCallback<BaseResponse> _callback) Batch Rename Functions (asynchronously) Renames a list of functions using the function IDs Will record name changes in historyokhttp3.CallbatchRenameFunctionCall(FunctionsListRename functionsListRename, ApiCallback _callback) Build call for batchRenameFunctionbatchRenameFunctionWithHttpInfo(FunctionsListRename functionsListRename) Batch Rename Functions Renames a list of functions using the function IDs Will record name changes in historygetFunctionNameHistory(Integer functionId) Get Function Name History Gets the name history of a function using the function IDokhttp3.CallgetFunctionNameHistoryAsync(Integer functionId, ApiCallback<BaseResponseListFunctionNameHistory> _callback) Get Function Name History (asynchronously) Gets the name history of a function using the function IDokhttp3.CallgetFunctionNameHistoryCall(Integer functionId, ApiCallback _callback) Build call for getFunctionNameHistorygetFunctionNameHistoryWithHttpInfo(Integer functionId) Get Function Name History Gets the name history of a function using the function IDintrenameFunctionId(Integer functionId, FunctionRename functionRename) Rename Function Renames a function using the function ID Will record name change historyokhttp3.CallrenameFunctionIdAsync(Integer functionId, FunctionRename functionRename, ApiCallback<BaseResponse> _callback) Rename Function (asynchronously) Renames a function using the function ID Will record name change historyokhttp3.CallrenameFunctionIdCall(Integer functionId, FunctionRename functionRename, ApiCallback _callback) Build call for renameFunctionIdrenameFunctionIdWithHttpInfo(Integer functionId, FunctionRename functionRename) Rename Function Renames a function using the function ID Will record name change historyrevertFunctionName(Integer functionId, Integer historyId) Revert the function name Reverts the function name to a previous name using the function ID and history IDokhttp3.CallrevertFunctionNameAsync(Integer functionId, Integer historyId, ApiCallback<BaseResponse> _callback) Revert the function name (asynchronously) Reverts the function name to a previous name using the function ID and history IDokhttp3.CallrevertFunctionNameCall(Integer functionId, Integer historyId, ApiCallback _callback) Build call for revertFunctionNamerevertFunctionNameWithHttpInfo(Integer functionId, Integer historyId) Revert the function name Reverts the function name to a previous name using the function ID and history IDvoidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
FunctionsRenamingHistoryApi
public FunctionsRenamingHistoryApi() -
FunctionsRenamingHistoryApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
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 -
-