类 CalendarEventAttendeeId.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.CalendarEventAttendeeId.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attendeeId(String attendeeId) 参与人IDbuild()chat类型参与人的群组chat_idresource类型参与人的会议室room_idthirdPartyEmail(String thirdPartyEmail) third_party类型参与人的邮箱参与人类型,仅当新建参与人时可设置类型参与人类型,仅当新建参与人时可设置类型参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
参与人类型,仅当新建参与人时可设置类型示例值:user
- 参数:
type-- 返回:
-
type
参与人类型,仅当新建参与人时可设置类型示例值:user
- 参数:
type-CalendarEventAttendeeIdEventAttendeeTypeEnum- 返回:
-
attendeeId
参与人ID示例值:
- 参数:
attendeeId-- 返回:
-
userId
参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id示例值:ou_xxxxxxxx
- 参数:
userId-- 返回:
-
chatId
chat类型参与人的群组chat_id示例值:oc_xxxxxxxxx
- 参数:
chatId-- 返回:
-
roomId
resource类型参与人的会议室room_id示例值:omm_xxxxxxxx
- 参数:
roomId-- 返回:
-
thirdPartyEmail
third_party类型参与人的邮箱示例值:wangwu@email.com
- 参数:
thirdPartyEmail-- 返回:
-
build
-