| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
Response |
DefectsApi.updateDefectStatus(String code,
Integer id,
DefectStatus defectStatus)
Update a specific defect status.
|
okhttp3.Call |
DefectsApi.updateDefectStatusAsync(String code,
Integer id,
DefectStatus defectStatus,
ApiCallback<Response> _callback)
Update a specific defect status.
|
okhttp3.Call |
DefectsApi.updateDefectStatusCall(String code,
Integer id,
DefectStatus defectStatus,
ApiCallback _callback)
Build call for updateDefectStatus
|
ApiResponse<Response> |
DefectsApi.updateDefectStatusWithHttpInfo(String code,
Integer id,
DefectStatus defectStatus)
Update a specific defect status.
|
| Modifier and Type | Method and Description |
|---|---|
static DefectStatus |
DefectStatus.fromJson(String jsonString)
Create an instance of DefectStatus given an JSON string
|
DefectStatus |
DefectStatus.status(DefectStatus.StatusEnum status) |
Copyright © 2023. All rights reserved.