| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
SuiteListResponse |
SuitesApi.getSuites(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SuiteListResponse> |
SuitesApi.getSuitesWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test suites.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SuitesApi.getSuitesAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<SuiteListResponse> _callback)
Get all test suites.
|
| Modifier and Type | Method and Description |
|---|---|
static SuiteListResponse |
SuiteListResponse.fromJson(String jsonString)
Create an instance of SuiteListResponse given an JSON string
|
SuiteListResponse |
SuiteListResponse.result(SuiteListResponseAllOfResult result) |
SuiteListResponse |
SuiteListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.