| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
HashResponse |
SharedStepsApi.updateSharedStep(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
okhttp3.Call |
SharedStepsApi.updateSharedStepAsync(String code,
String hash,
SharedStepUpdate sharedStepUpdate,
ApiCallback<HashResponse> _callback)
Update shared step.
|
okhttp3.Call |
SharedStepsApi.updateSharedStepCall(String code,
String hash,
SharedStepUpdate sharedStepUpdate,
ApiCallback _callback)
Build call for updateSharedStep
|
ApiResponse<HashResponse> |
SharedStepsApi.updateSharedStepWithHttpInfo(String code,
String hash,
SharedStepUpdate sharedStepUpdate)
Update shared step.
|
| Modifier and Type | Method and Description |
|---|---|
SharedStepUpdate |
SharedStepUpdate.action(String action) |
SharedStepUpdate |
SharedStepUpdate.addStepsItem(SharedStepCreateStepsInner stepsItem) |
SharedStepUpdate |
SharedStepUpdate.data(String data) |
SharedStepUpdate |
SharedStepUpdate.expectedResult(String expectedResult) |
static SharedStepUpdate |
SharedStepUpdate.fromJson(String jsonString)
Create an instance of SharedStepUpdate given an JSON string
|
SharedStepUpdate |
SharedStepUpdate.steps(List<SharedStepCreateStepsInner> steps) |
SharedStepUpdate |
SharedStepUpdate.title(String title) |
Copyright © 2023. All rights reserved.