| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdResponse |
EnvironmentsApi.updateEnvironment(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
okhttp3.Call |
EnvironmentsApi.updateEnvironmentAsync(String code,
Integer id,
EnvironmentUpdate environmentUpdate,
ApiCallback<IdResponse> _callback)
Update environment.
|
okhttp3.Call |
EnvironmentsApi.updateEnvironmentCall(String code,
Integer id,
EnvironmentUpdate environmentUpdate,
ApiCallback _callback)
Build call for updateEnvironment
|
ApiResponse<IdResponse> |
EnvironmentsApi.updateEnvironmentWithHttpInfo(String code,
Integer id,
EnvironmentUpdate environmentUpdate)
Update environment.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentUpdate |
EnvironmentUpdate.description(String description) |
static EnvironmentUpdate |
EnvironmentUpdate.fromJson(String jsonString)
Create an instance of EnvironmentUpdate given an JSON string
|
EnvironmentUpdate |
EnvironmentUpdate.host(String host) |
EnvironmentUpdate |
EnvironmentUpdate.slug(String slug) |
EnvironmentUpdate |
EnvironmentUpdate.title(String title) |
Copyright © 2023. All rights reserved.