| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseListResponse |
CasesApi.getCases(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test cases.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TestCaseListResponse> |
CasesApi.getCasesWithHttpInfo(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset)
Get all test cases.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CasesApi.getCasesAsync(String code,
GetCasesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<TestCaseListResponse> _callback)
Get all test cases.
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseListResponse |
TestCaseListResponse.fromJson(String jsonString)
Create an instance of TestCaseListResponse given an JSON string
|
TestCaseListResponse |
TestCaseListResponse.result(TestCaseListResponseAllOfResult result) |
TestCaseListResponse |
TestCaseListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.