| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
SharedStepResponse |
SharedStepsApi.getSharedStep(String code,
String hash)
Get a specific shared step.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SharedStepResponse> |
SharedStepsApi.getSharedStepWithHttpInfo(String code,
String hash)
Get a specific shared step.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SharedStepsApi.getSharedStepAsync(String code,
String hash,
ApiCallback<SharedStepResponse> _callback)
Get a specific shared step.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedStepResponse |
SharedStepResponse.fromJson(String jsonString)
Create an instance of SharedStepResponse given an JSON string
|
SharedStepResponse |
SharedStepResponse.result(SharedStep result) |
SharedStepResponse |
SharedStepResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.