| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
SharedStepListResponse |
SharedStepsApi.getSharedSteps(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all shared steps.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SharedStepListResponse> |
SharedStepsApi.getSharedStepsWithHttpInfo(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset)
Get all shared steps.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SharedStepsApi.getSharedStepsAsync(String code,
GetMilestonesFiltersParameter filters,
Integer limit,
Integer offset,
ApiCallback<SharedStepListResponse> _callback)
Get all shared steps.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedStepListResponse |
SharedStepListResponse.fromJson(String jsonString)
Create an instance of SharedStepListResponse given an JSON string
|
SharedStepListResponse |
SharedStepListResponse.result(SharedStepListResponseAllOfResult result) |
SharedStepListResponse |
SharedStepListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.