public class SuitesApi extends Object
| Constructor and Description |
|---|
SuitesApi() |
SuitesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
createSuite(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
okhttp3.Call |
createSuiteAsync(String code,
SuiteCreate suiteCreate,
ApiCallback<IdResponse> _callback)
Create a new test suite.
|
okhttp3.Call |
createSuiteCall(String code,
SuiteCreate suiteCreate,
ApiCallback _callback)
Build call for createSuite
|
ApiResponse<IdResponse> |
createSuiteWithHttpInfo(String code,
SuiteCreate suiteCreate)
Create a new test suite.
|
IdResponse |
deleteSuite(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
okhttp3.Call |
deleteSuiteAsync(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback<IdResponse> _callback)
Delete test suite.
|
okhttp3.Call |
deleteSuiteCall(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback _callback)
Build call for deleteSuite
|
ApiResponse<IdResponse> |
deleteSuiteWithHttpInfo(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
SuiteResponse |
getSuite(String code,
Integer id)
Get a specific test suite.
|
okhttp3.Call |
getSuiteAsync(String code,
Integer id,
ApiCallback<SuiteResponse> _callback)
Get a specific test suite.
|
okhttp3.Call |
getSuiteCall(String code,
Integer id,
ApiCallback _callback)
Build call for getSuite
|
SuiteListResponse |
getSuites(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
okhttp3.Call |
getSuitesAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<SuiteListResponse> _callback)
Get all test suites.
|
okhttp3.Call |
getSuitesCall(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for getSuites
|
ApiResponse<SuiteListResponse> |
getSuitesWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
ApiResponse<SuiteResponse> |
getSuiteWithHttpInfo(String code,
Integer id)
Get a specific test suite.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
IdResponse |
updateSuite(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
okhttp3.Call |
updateSuiteAsync(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback<IdResponse> _callback)
Update test suite.
|
okhttp3.Call |
updateSuiteCall(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback _callback)
Build call for updateSuite
|
ApiResponse<IdResponse> |
updateSuiteWithHttpInfo(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
public SuitesApi()
public SuitesApi(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 createSuiteCall(String code, SuiteCreate suiteCreate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)suiteCreate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic IdResponse createSuite(String code, SuiteCreate suiteCreate) throws QaseException
code - Code of project, where to search entities. (required)suiteCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdResponse> createSuiteWithHttpInfo(String code, SuiteCreate suiteCreate) throws QaseException
code - Code of project, where to search entities. (required)suiteCreate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createSuiteAsync(String code, SuiteCreate suiteCreate, ApiCallback<IdResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)suiteCreate - (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 deleteSuiteCall(String code, Integer id, SuiteDelete suiteDelete, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteDelete - (optional)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic IdResponse deleteSuite(String code, Integer id, SuiteDelete suiteDelete) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteDelete - (optional)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdResponse> deleteSuiteWithHttpInfo(String code, Integer id, SuiteDelete suiteDelete) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteDelete - (optional)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteSuiteAsync(String code, Integer id, SuiteDelete suiteDelete, ApiCallback<IdResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteDelete - (optional)_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 getSuiteCall(String code, Integer id, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic SuiteResponse getSuite(String code, Integer id) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SuiteResponse> getSuiteWithHttpInfo(String code, Integer id) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSuiteAsync(String code, Integer id, ApiCallback<SuiteResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (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 getSuitesCall(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 SuiteListResponse getSuites(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<SuiteListResponse> getSuitesWithHttpInfo(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 getSuitesAsync(String code, GetMilestonesFiltersParameter filters, Integer limit, Integer offset, ApiCallback<SuiteListResponse> _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 updateSuiteCall(String code, Integer id, SuiteUpdate suiteUpdate, ApiCallback _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteUpdate - (required)_callback - Callback for upload/download progressQaseException - If fail to serialize the request body objectpublic IdResponse updateSuite(String code, Integer id, SuiteUpdate suiteUpdate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdResponse> updateSuiteWithHttpInfo(String code, Integer id, SuiteUpdate suiteUpdate) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteUpdate - (required)QaseException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSuiteAsync(String code, Integer id, SuiteUpdate suiteUpdate, ApiCallback<IdResponse> _callback) throws QaseException
code - Code of project, where to search entities. (required)id - Identifier. (required)suiteUpdate - (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.