public static class ListCalendarReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCalendarReq |
build() |
ListCalendarReq.Builder |
pageSize(Integer pageSize)
一次请求要求返回的最大日历数量。
|
ListCalendarReq.Builder |
pageToken(String pageToken)
分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果
示例值:ListCalendarsPageToken_xxx
|
ListCalendarReq.Builder |
syncToken(String syncToken)
增量同步标记,第一次请求不填。
|
public ListCalendarReq.Builder pageSize(Integer pageSize)
示例值:`50`
pageSize - public ListCalendarReq.Builder pageToken(String pageToken)
示例值:ListCalendarsPageToken_xxx
pageToken - public ListCalendarReq.Builder syncToken(String syncToken)
示例值:ListCalendarsSyncToken_xxx
syncToken - public ListCalendarReq build()
Copyright © 2026. All rights reserved.