| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
SuitesApi.updateSuite(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
okhttp3.Call |
SuitesApi.updateSuiteAsync(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback<IdResponse> _callback)
Update test suite.
|
okhttp3.Call |
SuitesApi.updateSuiteCall(String code,
Integer id,
SuiteUpdate suiteUpdate,
ApiCallback _callback)
Build call for updateSuite
|
ApiResponse<IdResponse> |
SuitesApi.updateSuiteWithHttpInfo(String code,
Integer id,
SuiteUpdate suiteUpdate)
Update test suite.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteUpdate |
SuiteUpdate.description(String description) |
static SuiteUpdate |
SuiteUpdate.fromJson(String jsonString)
Create an instance of SuiteUpdate given an JSON string
|
SuiteUpdate |
SuiteUpdate.parentId(Long parentId) |
SuiteUpdate |
SuiteUpdate.preconditions(String preconditions) |
SuiteUpdate |
SuiteUpdate.title(String title) |
Copyright © 2023. All rights reserved.