类 CalendarEventAttendeeResp.Builder
java.lang.Object
com.lark.oapi.service.calendar.v4.model.CalendarEventAttendeeResp.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attendeeId(String attendeeId) 参与人IDbuild()chat类型参与人的群组chat_idchatMembers(AttendeeChatMember[] chatMembers) 群中的群成员,当type为Chat时有效;群成员不支持编辑displayName(String displayName) 参与人名称isExternal(Boolean isExternal) 参与人是否为外部参与人;外部参与人不支持编辑isOptional(Boolean isOptional) 参与人是否为「可选参加」,无法编辑群参与人的此字段isOrganizer(Boolean isOrganizer) 参与人是否为日程组织者bot身份操作时,为预定的会议室指定实际预定人resourceCustomization(CalendarAttendeeResourceCustomization[] resourceCustomization) 会议室的个性化配置resource类型参与人的会议室room_idrsvpStatus(CalendarEventAttendeeRespRsvpStatusEnum rsvpStatus) 参与人RSVP状态rsvpStatus(String rsvpStatus) 参与人RSVP状态thirdPartyEmail(String thirdPartyEmail) third_party类型参与人的邮箱参与人类型,仅当新建参与人时可设置类型。参与人类型,仅当新建参与人时可设置类型。参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
参与人类型,仅当新建参与人时可设置类型。示例值:
- 参数:
type-- 返回:
-
type
参与人类型,仅当新建参与人时可设置类型。示例值:
- 参数:
type-CalendarEventAttendeeRespEventAttendeeTypeEnum- 返回:
-
attendeeId
参与人ID示例值:
- 参数:
attendeeId-- 返回:
-
rsvpStatus
参与人RSVP状态示例值:
- 参数:
rsvpStatus-- 返回:
-
rsvpStatus
public CalendarEventAttendeeResp.Builder rsvpStatus(CalendarEventAttendeeRespRsvpStatusEnum rsvpStatus) 参与人RSVP状态示例值:
- 参数:
rsvpStatus-CalendarEventAttendeeRespRsvpStatusEnum- 返回:
-
isOptional
参与人是否为「可选参加」,无法编辑群参与人的此字段示例值:
- 参数:
isOptional-- 返回:
-
isOrganizer
参与人是否为日程组织者示例值:
- 参数:
isOrganizer-- 返回:
-
isExternal
参与人是否为外部参与人;外部参与人不支持编辑示例值:
- 参数:
isExternal-- 返回:
-
displayName
参与人名称示例值:
- 参数:
displayName-- 返回:
-
chatMembers
群中的群成员,当type为Chat时有效;群成员不支持编辑示例值:
- 参数:
chatMembers-- 返回:
-
userId
参与人的用户id,依赖于user_id_type返回对应的取值,当is_external为true时,此字段只会返回open_id或者union_id示例值:
- 参数:
userId-- 返回:
-
chatId
chat类型参与人的群组chat_id示例值:
- 参数:
chatId-- 返回:
-
roomId
resource类型参与人的会议室room_id示例值:
- 参数:
roomId-- 返回:
-
thirdPartyEmail
third_party类型参与人的邮箱示例值:
- 参数:
thirdPartyEmail-- 返回:
-
operateId
bot身份操作时,为预定的会议室指定实际预定人示例值:
- 参数:
operateId-- 返回:
-
resourceCustomization
public CalendarEventAttendeeResp.Builder resourceCustomization(CalendarAttendeeResourceCustomization[] resourceCustomization) 会议室的个性化配置示例值:
- 参数:
resourceCustomization-- 返回:
-
build
-