| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
SuiteResponse |
SuitesApi.getSuite(String code,
Integer id)
Get a specific test suite.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SuiteResponse> |
SuitesApi.getSuiteWithHttpInfo(String code,
Integer id)
Get a specific test suite.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SuitesApi.getSuiteAsync(String code,
Integer id,
ApiCallback<SuiteResponse> _callback)
Get a specific test suite.
|
| Modifier and Type | Method and Description |
|---|---|
static SuiteResponse |
SuiteResponse.fromJson(String jsonString)
Create an instance of SuiteResponse given an JSON string
|
SuiteResponse |
SuiteResponse.result(Suite result) |
SuiteResponse |
SuiteResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.