| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
MilestonesApi.createMilestone(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
okhttp3.Call |
MilestonesApi.createMilestoneAsync(String code,
MilestoneCreate milestoneCreate,
ApiCallback<IdResponse> _callback)
Create a new milestone.
|
okhttp3.Call |
MilestonesApi.createMilestoneCall(String code,
MilestoneCreate milestoneCreate,
ApiCallback _callback)
Build call for createMilestone
|
ApiResponse<IdResponse> |
MilestonesApi.createMilestoneWithHttpInfo(String code,
MilestoneCreate milestoneCreate)
Create a new milestone.
|
| Modifier and Type | Method and Description |
|---|---|
MilestoneCreate |
MilestoneCreate.description(String description) |
MilestoneCreate |
MilestoneCreate.dueDate(Long dueDate) |
static MilestoneCreate |
MilestoneCreate.fromJson(String jsonString)
Create an instance of MilestoneCreate given an JSON string
|
MilestoneCreate |
MilestoneCreate.status(MilestoneCreate.StatusEnum status) |
MilestoneCreate |
MilestoneCreate.title(String title) |
Copyright © 2023. All rights reserved.