| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectResponse |
ProjectsApi.getProject(String code)
Get Project by code.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ProjectResponse> |
ProjectsApi.getProjectWithHttpInfo(String code)
Get Project by code.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ProjectsApi.getProjectAsync(String code,
ApiCallback<ProjectResponse> _callback)
Get Project by code.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectResponse |
ProjectResponse.fromJson(String jsonString)
Create an instance of ProjectResponse given an JSON string
|
ProjectResponse |
ProjectResponse.result(Project result) |
ProjectResponse |
ProjectResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.