| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResponse |
EnvironmentsApi.getEnvironment(String code,
Integer id)
Get a specific environment.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EnvironmentResponse> |
EnvironmentsApi.getEnvironmentWithHttpInfo(String code,
Integer id)
Get a specific environment.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EnvironmentsApi.getEnvironmentAsync(String code,
Integer id,
ApiCallback<EnvironmentResponse> _callback)
Get a specific environment.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentResponse |
EnvironmentResponse.fromJson(String jsonString)
Create an instance of EnvironmentResponse given an JSON string
|
EnvironmentResponse |
EnvironmentResponse.result(Environment result) |
EnvironmentResponse |
EnvironmentResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.