类 ListCalendarEventReq.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.ListCalendarEventReq.Builder
- 封闭类:
ListCalendarEventReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明anchorTime(String anchorTime) 拉取anchor_time之后的日程,为timestampbuild()calendarId(String calendarId) 日历ID。日程结束Unix时间戳,单位为秒一次请求要求返回最大数量,默认500,取值范围为[50, 1000]上次请求Response返回的分页标记,首次请求时为空日程开始Unix时间戳,单位为秒上次请求Response返回的增量同步标记,分页请求未结束时为空userIdType(ListCalendarEventUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
pageSize
一次请求要求返回最大数量,默认500,取值范围为[50, 1000]示例值:50
- 参数:
pageSize-- 返回:
-
anchorTime
拉取anchor_time之后的日程,为timestamp示例值:1609430400
- 参数:
anchorTime-- 返回:
-
pageToken
上次请求Response返回的分页标记,首次请求时为空示例值:ListCalendarsPageToken_1632452910_1632539310
- 参数:
pageToken-- 返回:
-
syncToken
上次请求Response返回的增量同步标记,分页请求未结束时为空示例值:ListCalendarsSyncToken_1632452910
- 参数:
syncToken-- 返回:
-
startTime
日程开始Unix时间戳,单位为秒示例值:1631777271
- 参数:
startTime-- 返回:
-
endTime
日程结束Unix时间戳,单位为秒示例值:1631777271
- 参数:
endTime-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-ListCalendarEventUserIdTypeEnum- 返回:
-
calendarId
日历ID。参见[日历ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/introduction)示例值:feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn
- 参数:
calendarId-- 返回:
-
build
-