| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
MilestoneListResponse |
MilestonesApi.getMilestones(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all milestones.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MilestoneListResponse> |
MilestonesApi.getMilestonesWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all milestones.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MilestonesApi.getMilestonesAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<MilestoneListResponse> _callback)
Get all milestones.
|
| Modifier and Type | Method and Description |
|---|---|
static MilestoneListResponse |
MilestoneListResponse.fromJson(String jsonString)
Create an instance of MilestoneListResponse given an JSON string
|
MilestoneListResponse |
MilestoneListResponse.result(MilestoneListResponseAllOfResult result) |
MilestoneListResponse |
MilestoneListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.