| 程序包 | 说明 |
|---|---|
| com.smartx.tower.api | |
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphConnection |
GraphApi.getGraphsConnection(GetGraphsConnectionRequestBody getGraphsConnectionRequestBody) |
okhttp3.Call |
GraphApi.getGraphsConnectionAsync(GetGraphsConnectionRequestBody getGraphsConnectionRequestBody,
ApiCallback<GraphConnection> _callback)
(asynchronously)
|
okhttp3.Call |
GraphApi.getGraphsConnectionCall(GetGraphsConnectionRequestBody getGraphsConnectionRequestBody,
ApiCallback _callback)
Build call for getGraphsConnection
|
ApiResponse<GraphConnection> |
GraphApi.getGraphsConnectionWithHttpInfo(GetGraphsConnectionRequestBody getGraphsConnectionRequestBody) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.after(String after) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.before(String before) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.first(Integer first) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.last(Integer last) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.orderBy(GraphOrderByInput orderBy) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.skip(Integer skip) |
GetGraphsConnectionRequestBody |
GetGraphsConnectionRequestBody.where(GraphWhereInput where) |
Copyright © 2025. All rights reserved.