public static class ListCalendarEventAttendeeReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListCalendarEventAttendeeReq |
build() |
ListCalendarEventAttendeeReq.Builder |
calendarId(String calendarId)
日历ID。
|
ListCalendarEventAttendeeReq.Builder |
eventId(String eventId)
日程ID。
|
ListCalendarEventAttendeeReq.Builder |
pageSize(Integer pageSize)
示例值:10
|
ListCalendarEventAttendeeReq.Builder |
pageToken(String pageToken)
示例值:780TRhwXXXXX
|
ListCalendarEventAttendeeReq.Builder |
userIdType(ListCalendarEventAttendeeUserIdTypeEnum userIdType)
此次调用中使用的用户ID的类型
示例值:
|
ListCalendarEventAttendeeReq.Builder |
userIdType(String userIdType)
此次调用中使用的用户ID的类型
示例值:
|
public ListCalendarEventAttendeeReq.Builder userIdType(String userIdType)
示例值:
userIdType - public ListCalendarEventAttendeeReq.Builder userIdType(ListCalendarEventAttendeeUserIdTypeEnum userIdType)
示例值:
userIdType - ListCalendarEventAttendeeUserIdTypeEnumpublic ListCalendarEventAttendeeReq.Builder pageToken(String pageToken)
示例值:780TRhwXXXXX
pageToken - public ListCalendarEventAttendeeReq.Builder pageSize(Integer pageSize)
示例值:10
pageSize - public ListCalendarEventAttendeeReq.Builder calendarId(String calendarId)
示例值:feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn
calendarId - public ListCalendarEventAttendeeReq.Builder eventId(String eventId)
示例值:xxxxxxxxx_0
eventId - public ListCalendarEventAttendeeReq build()
Copyright © 2022. All rights reserved.