public class SharedStepsApi extends Object
| Constructor and Description |
|---|
SharedStepsApi() |
SharedStepsApi(ApiClient apiClient) |
public SharedStepsApi()
public SharedStepsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call createSharedStepCall(String code, SharedStepCreate sharedStepCreate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)sharedStepCreate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic HashResponse createSharedStep(String code, SharedStepCreate sharedStepCreate) throws QaseException
code - Code of project, where to search entities. (required)sharedStepCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HashResponse> createSharedStepWithHttpInfo(String code, SharedStepCreate sharedStepCreate) throws QaseException
code - Code of project, where to search entities. (required)sharedStepCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createSharedStepAsync(String code, SharedStepCreate sharedStepCreate, ApiCallback<HashResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)sharedStepCreate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteSharedStepCall(String code, String hash, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic HashResponse deleteSharedStep(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HashResponse> deleteSharedStepWithHttpInfo(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteSharedStepAsync(String code, String hash, ApiCallback<HashResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getSharedStepCall(String code, String hash, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic SharedStepResponse getSharedStep(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SharedStepResponse> getSharedStepWithHttpInfo(String code, String hash) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSharedStepAsync(String code, String hash, ApiCallback<SharedStepResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getSharedStepsCall(String code, GetMilestonesFiltersParameter filters, Integer limit, Integer offset, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic SharedStepListResponse getSharedSteps(String code, GetMilestonesFiltersParameter filters, Integer limit, Integer offset) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SharedStepListResponse> getSharedStepsWithHttpInfo(String code, GetMilestonesFiltersParameter filters, Integer limit, Integer offset) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSharedStepsAsync(String code, GetMilestonesFiltersParameter filters, Integer limit, Integer offset, ApiCallback<SharedStepListResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)filters - (optional)limit - A number of entities in result set. (optional, default to 10)offset - How many entities should be skipped. (optional, default to 0)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateSharedStepCall(String code, String hash, SharedStepUpdate sharedStepUpdate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)sharedStepUpdate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic HashResponse updateSharedStep(String code, String hash, SharedStepUpdate sharedStepUpdate) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)sharedStepUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HashResponse> updateSharedStepWithHttpInfo(String code, String hash, SharedStepUpdate sharedStepUpdate) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)sharedStepUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSharedStepAsync(String code, String hash, SharedStepUpdate sharedStepUpdate, ApiCallback<HashResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)hash - Hash. (required)sharedStepUpdate - (required)_callback - The callback to be executed when the API call finishesQaseException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.