类 CalendarEventAttendee.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.CalendarEventAttendee.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明approvalReason(String approvalReason) 会议室审批原因attendeeId(String attendeeId) 参与人ID。build()chat类型参与人的群组chat_id,参见[群ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-id-description)chatMembers(AttendeeChatMember[] chatMembers) 群中的群成员,当type为Chat时有效;群成员不支持编辑displayName(String displayName) 参与人名称isExternal(Boolean isExternal) 参与人是否为外部参与人;外部参与人不支持编辑isOptional(Boolean isOptional) 参与人是否为「可选参加」,无法编辑群参与人的此字段isOrganizer(Boolean isOrganizer) 参与人是否为日程组织者如果日程是使用应用身份创建的,在添加会议室的时候,用来指定会议室的联系人,在会议室视图展示。resourceCustomization(CalendarAttendeeResourceCustomization[] resourceCustomization) 会议室的个性化配置resource类型参与人的会议室room_idrsvpStatus(CalendarEventAttendeeRsvpStatusEnum rsvpStatus) 参与人RSVP状态rsvpStatus(String rsvpStatus) 参与人RSVP状态thirdPartyEmail(String thirdPartyEmail) third_party类型参与人的邮箱参与人类型参与人类型参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id,参见[用户相关的 ID 概念](https://open.feishu.cn/document/home/user-identity-introduction/introduction)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
参与人类型示例值:user
- 参数:
type-- 返回:
-
type
参与人类型示例值:user
- 参数:
type-CalendarEventAttendeeEventAttendeeTypeEnum- 返回:
-
attendeeId
参与人ID。参见[参与人ID说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee/introduction#4998889c)示例值:user_xxxxxx
- 参数:
attendeeId-- 返回:
-
rsvpStatus
参与人RSVP状态示例值:needs_action
- 参数:
rsvpStatus-- 返回:
-
rsvpStatus
参与人RSVP状态示例值:needs_action
- 参数:
rsvpStatus-CalendarEventAttendeeRsvpStatusEnum- 返回:
-
isOptional
参与人是否为「可选参加」,无法编辑群参与人的此字段示例值:true
- 参数:
isOptional-- 返回:
-
isOrganizer
参与人是否为日程组织者示例值:true
- 参数:
isOrganizer-- 返回:
-
isExternal
参与人是否为外部参与人;外部参与人不支持编辑示例值:false
- 参数:
isExternal-- 返回:
-
displayName
参与人名称示例值:Zhang San
- 参数:
displayName-- 返回:
-
chatMembers
群中的群成员,当type为Chat时有效;群成员不支持编辑示例值:
- 参数:
chatMembers-- 返回:
-
userId
参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id,参见[用户相关的 ID 概念](https://open.feishu.cn/document/home/user-identity-introduction/introduction)示例值:ou_xxxxxxxx
- 参数:
userId-- 返回:
-
chatId
chat类型参与人的群组chat_id,参见[群ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-id-description)示例值:oc_xxxxxxxxx
- 参数:
chatId-- 返回:
-
roomId
resource类型参与人的会议室room_id示例值:omm_xxxxxxxx
- 参数:
roomId-- 返回:
-
thirdPartyEmail
third_party类型参与人的邮箱示例值:wangwu@email.com
- 参数:
thirdPartyEmail-- 返回:
-
operateId
如果日程是使用应用身份创建的,在添加会议室的时候,用来指定会议室的联系人,在会议室视图展示。参见[用户相关的 ID 概念](https://open.feishu.cn/document/home/user-identity-introduction/introduction)示例值:ou_xxxxxxxx
- 参数:
operateId-- 返回:
-
resourceCustomization
public CalendarEventAttendee.Builder resourceCustomization(CalendarAttendeeResourceCustomization[] resourceCustomization) 会议室的个性化配置示例值:
- 参数:
resourceCustomization-- 返回:
-
approvalReason
会议室审批原因示例值:申请审批原因
- 参数:
approvalReason-- 返回:
-
build
-