| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
PlansApi.createPlan(String code,
PlanCreate planCreate)
Create a new plan.
|
okhttp3.Call |
PlansApi.createPlanAsync(String code,
PlanCreate planCreate,
ApiCallback<IdResponse> _callback)
Create a new plan.
|
okhttp3.Call |
PlansApi.createPlanCall(String code,
PlanCreate planCreate,
ApiCallback _callback)
Build call for createPlan
|
ApiResponse<IdResponse> |
PlansApi.createPlanWithHttpInfo(String code,
PlanCreate planCreate)
Create a new plan.
|
| Modifier and Type | Method and Description |
|---|---|
PlanCreate |
PlanCreate.addCasesItem(Long casesItem) |
PlanCreate |
PlanCreate.cases(List<Long> cases) |
PlanCreate |
PlanCreate.description(String description) |
static PlanCreate |
PlanCreate.fromJson(String jsonString)
Create an instance of PlanCreate given an JSON string
|
PlanCreate |
PlanCreate.title(String title) |
Copyright © 2023. All rights reserved.