| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
MilestonesApi.updateMilestone(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
okhttp3.Call |
MilestonesApi.updateMilestoneAsync(String code,
Integer id,
MilestoneUpdate milestoneUpdate,
ApiCallback<IdResponse> _callback)
Update milestone.
|
okhttp3.Call |
MilestonesApi.updateMilestoneCall(String code,
Integer id,
MilestoneUpdate milestoneUpdate,
ApiCallback _callback)
Build call for updateMilestone
|
ApiResponse<IdResponse> |
MilestonesApi.updateMilestoneWithHttpInfo(String code,
Integer id,
MilestoneUpdate milestoneUpdate)
Update milestone.
|
| Modifier and Type | Method and Description |
|---|---|
MilestoneUpdate |
MilestoneUpdate.description(String description) |
static MilestoneUpdate |
MilestoneUpdate.fromJson(String jsonString)
Create an instance of MilestoneUpdate given an JSON string
|
MilestoneUpdate |
MilestoneUpdate.status(MilestoneUpdate.StatusEnum status) |
MilestoneUpdate |
MilestoneUpdate.title(String title) |
Copyright © 2023. All rights reserved.