| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
PlanListResponse |
PlansApi.getPlans(String code,
Integer limit,
Integer offset)
Get all plans.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PlanListResponse> |
PlansApi.getPlansWithHttpInfo(String code,
Integer limit,
Integer offset)
Get all plans.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PlansApi.getPlansAsync(String code,
Integer limit,
Integer offset,
ApiCallback<PlanListResponse> _callback)
Get all plans.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanListResponse |
PlanListResponse.fromJson(String jsonString)
Create an instance of PlanListResponse given an JSON string
|
PlanListResponse |
PlanListResponse.result(PlanListResponseAllOfResult result) |
PlanListResponse |
PlanListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.