| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
PlansApi.updatePlan(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
okhttp3.Call |
PlansApi.updatePlanAsync(String code,
Integer id,
PlanUpdate planUpdate,
ApiCallback<IdResponse> _callback)
Update plan.
|
okhttp3.Call |
PlansApi.updatePlanCall(String code,
Integer id,
PlanUpdate planUpdate,
ApiCallback _callback)
Build call for updatePlan
|
ApiResponse<IdResponse> |
PlansApi.updatePlanWithHttpInfo(String code,
Integer id,
PlanUpdate planUpdate)
Update plan.
|
| Modifier and Type | Method and Description |
|---|---|
PlanUpdate |
PlanUpdate.addCasesItem(Long casesItem) |
PlanUpdate |
PlanUpdate.cases(List<Long> cases) |
PlanUpdate |
PlanUpdate.description(String description) |
static PlanUpdate |
PlanUpdate.fromJson(String jsonString)
Create an instance of PlanUpdate given an JSON string
|
PlanUpdate |
PlanUpdate.title(String title) |
Copyright © 2023. All rights reserved.