| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse |
SearchApi.search(String query,
Integer limit,
Integer offset)
Search entities by Qase Query Language (QQL).
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SearchResponse> |
SearchApi.searchWithHttpInfo(String query,
Integer limit,
Integer offset)
Search entities by Qase Query Language (QQL).
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SearchApi.searchAsync(String query,
Integer limit,
Integer offset,
ApiCallback<SearchResponse> _callback)
Search entities by Qase Query Language (QQL).
|
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
SearchResponse.fromJson(String jsonString)
Create an instance of SearchResponse given an JSON string
|
SearchResponse |
SearchResponse.result(SearchResponseAllOfResult result) |
SearchResponse |
SearchResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.