| 程序包 | 说明 |
|---|---|
| com.smartx.tower.api | |
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Graph> |
GraphApi.getGraphs(GetGraphsRequestBody getGraphsRequestBody) |
okhttp3.Call |
GraphApi.getGraphsAsync(GetGraphsRequestBody getGraphsRequestBody,
ApiCallback<List<Graph>> _callback)
(asynchronously)
|
okhttp3.Call |
GraphApi.getGraphsCall(GetGraphsRequestBody getGraphsRequestBody,
ApiCallback _callback)
Build call for getGraphs
|
ApiResponse<List<Graph>> |
GraphApi.getGraphsWithHttpInfo(GetGraphsRequestBody getGraphsRequestBody) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetGraphsRequestBody |
GetGraphsRequestBody.after(String after) |
GetGraphsRequestBody |
GetGraphsRequestBody.before(String before) |
GetGraphsRequestBody |
GetGraphsRequestBody.first(Integer first) |
GetGraphsRequestBody |
GetGraphsRequestBody.last(Integer last) |
GetGraphsRequestBody |
GetGraphsRequestBody.orderBy(GraphOrderByInput orderBy) |
GetGraphsRequestBody |
GetGraphsRequestBody.skip(Integer skip) |
GetGraphsRequestBody |
GetGraphsRequestBody.where(GraphWhereInput where) |
Copyright © 2025. All rights reserved.