| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentListResponse |
EnvironmentsApi.getEnvironments(String code,
Integer limit,
Integer offset)
Get all environments.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EnvironmentListResponse> |
EnvironmentsApi.getEnvironmentsWithHttpInfo(String code,
Integer limit,
Integer offset)
Get all environments.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EnvironmentsApi.getEnvironmentsAsync(String code,
Integer limit,
Integer offset,
ApiCallback<EnvironmentListResponse> _callback)
Get all environments.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentListResponse |
EnvironmentListResponse.fromJson(String jsonString)
Create an instance of EnvironmentListResponse given an JSON string
|
EnvironmentListResponse |
EnvironmentListResponse.result(EnvironmentListResponseAllOfResult result) |
EnvironmentListResponse |
EnvironmentListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.