| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
SuitesApi.deleteSuite(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
okhttp3.Call |
SuitesApi.deleteSuiteAsync(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback<IdResponse> _callback)
Delete test suite.
|
okhttp3.Call |
SuitesApi.deleteSuiteCall(String code,
Integer id,
SuiteDelete suiteDelete,
ApiCallback _callback)
Build call for deleteSuite
|
ApiResponse<IdResponse> |
SuitesApi.deleteSuiteWithHttpInfo(String code,
Integer id,
SuiteDelete suiteDelete)
Delete test suite.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteDelete |
SuiteDelete.destinationId(Long destinationId) |
static SuiteDelete |
SuiteDelete.fromJson(String jsonString)
Create an instance of SuiteDelete given an JSON string
|
Copyright © 2023. All rights reserved.