| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
MilestoneResponse |
MilestonesApi.getMilestone(String code,
Integer id)
Get a specific milestone.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MilestoneResponse> |
MilestonesApi.getMilestoneWithHttpInfo(String code,
Integer id)
Get a specific milestone.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MilestonesApi.getMilestoneAsync(String code,
Integer id,
ApiCallback<MilestoneResponse> _callback)
Get a specific milestone.
|
| Modifier and Type | Method and Description |
|---|---|
static MilestoneResponse |
MilestoneResponse.fromJson(String jsonString)
Create an instance of MilestoneResponse given an JSON string
|
MilestoneResponse |
MilestoneResponse.result(Milestone result) |
MilestoneResponse |
MilestoneResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.