| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
DefectListResponse |
DefectsApi.getDefects(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset)
Get all defects.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DefectListResponse> |
DefectsApi.getDefectsWithHttpInfo(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset)
Get all defects.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
DefectsApi.getDefectsAsync(String code,
GetDefectsFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<DefectListResponse> _callback)
Get all defects.
|
| Modifier and Type | Method and Description |
|---|---|
static DefectListResponse |
DefectListResponse.fromJson(String jsonString)
Create an instance of DefectListResponse given an JSON string
|
DefectListResponse |
DefectListResponse.result(DefectListResponseAllOfResult result) |
DefectListResponse |
DefectListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.