| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectListResponse |
ProjectsApi.getProjects(Integer limit,
Integer offset)
Get All Projects.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ProjectListResponse> |
ProjectsApi.getProjectsWithHttpInfo(Integer limit,
Integer offset)
Get All Projects.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ProjectsApi.getProjectsAsync(Integer limit,
Integer offset,
ApiCallback<ProjectListResponse> _callback)
Get All Projects.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectListResponse |
ProjectListResponse.fromJson(String jsonString)
Create an instance of ProjectListResponse given an JSON string
|
ProjectListResponse |
ProjectListResponse.result(ProjectListResponseAllOfResult result) |
ProjectListResponse |
ProjectListResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.