类 GetCalendarEventReq.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.GetCalendarEventReq.Builder
- 封闭类:
GetCalendarEventReq
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()calendarId(String calendarId) 日历ID。日程ID。maxAttendeeNum(Integer maxAttendeeNum) 返回的最大参与人数量needAttendee(Boolean needAttendee) 是否需要返回参与人信息needMeetingSettings(Boolean needMeetingSettings) 是否需要返回会前设置userIdType(GetCalendarEventUserIdTypeEnum userIdType) 此次调用中使用的用户ID的类型userIdType(String userIdType) 此次调用中使用的用户ID的类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
needMeetingSettings
是否需要返回会前设置示例值:false
- 参数:
needMeetingSettings-- 返回:
-
needAttendee
是否需要返回参与人信息示例值:false
- 参数:
needAttendee-- 返回:
-
maxAttendeeNum
返回的最大参与人数量示例值:false
- 参数:
maxAttendeeNum-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-- 返回:
-
userIdType
此次调用中使用的用户ID的类型示例值:
- 参数:
userIdType-GetCalendarEventUserIdTypeEnum- 返回:
-
calendarId
日历ID。参见[日历ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/introduction)示例值:feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn
- 参数:
calendarId-- 返回:
-
eventId
日程ID。参见[日程ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/introduction)示例值:xxxxxxxxx_0
- 参数:
eventId-- 返回:
-
build
-