| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
DefectResponse |
DefectsApi.getDefect(String code,
Integer id)
Get a specific defect.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DefectResponse> |
DefectsApi.getDefectWithHttpInfo(String code,
Integer id)
Get a specific defect.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
DefectsApi.getDefectAsync(String code,
Integer id,
ApiCallback<DefectResponse> _callback)
Get a specific defect.
|
| Modifier and Type | Method and Description |
|---|---|
static DefectResponse |
DefectResponse.fromJson(String jsonString)
Create an instance of DefectResponse given an JSON string
|
DefectResponse |
DefectResponse.result(Defect result) |
DefectResponse |
DefectResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.