| 程序包 | 说明 |
|---|---|
| com.smartx.tower.api | |
| com.smartx.tower.model |
| 限定符和类型 | 方法和说明 |
|---|---|
List<View> |
ViewApi.getViews(GetViewsRequestBody getViewsRequestBody) |
okhttp3.Call |
ViewApi.getViewsAsync(GetViewsRequestBody getViewsRequestBody,
ApiCallback<List<View>> _callback)
(asynchronously)
|
okhttp3.Call |
ViewApi.getViewsCall(GetViewsRequestBody getViewsRequestBody,
ApiCallback _callback)
Build call for getViews
|
ApiResponse<List<View>> |
ViewApi.getViewsWithHttpInfo(GetViewsRequestBody getViewsRequestBody) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetViewsRequestBody |
GetViewsRequestBody.after(String after) |
GetViewsRequestBody |
GetViewsRequestBody.before(String before) |
GetViewsRequestBody |
GetViewsRequestBody.first(Integer first) |
GetViewsRequestBody |
GetViewsRequestBody.last(Integer last) |
GetViewsRequestBody |
GetViewsRequestBody.orderBy(ViewOrderByInput orderBy) |
GetViewsRequestBody |
GetViewsRequestBody.skip(Integer skip) |
GetViewsRequestBody |
GetViewsRequestBody.where(ViewWhereInput where) |
Copyright © 2025. All rights reserved.