public static class ListFreebusyReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListFreebusyReqBody |
build() |
ListFreebusyReqBody.Builder |
includeExternalCalendar(Boolean includeExternalCalendar)
是否包含绑定的三方日历中的日程。
|
ListFreebusyReqBody.Builder |
needRsvpStatus(Boolean needRsvpStatus)
是否需要RSVP状态信息
示例值:true
|
ListFreebusyReqBody.Builder |
onlyBusy(Boolean onlyBusy)
是否只查询忙碌日程信息。
|
ListFreebusyReqBody.Builder |
roomId(String roomId)
会议室
room_id。
|
ListFreebusyReqBody.Builder |
timeMax(String timeMax)
查询时段结束时间,[RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) date_time
格式。
|
ListFreebusyReqBody.Builder |
timeMin(String timeMin)
查询时段开始时间,[RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) date_time
格式。
|
ListFreebusyReqBody.Builder |
userId(String userId)
用户 ID,需要传入与查询参数 user_id_type 相匹配的 id。
|
public ListFreebusyReqBody.Builder timeMin(String timeMin)
示例值:2020-10-28T12:00:00+08:00
timeMin - public ListFreebusyReqBody.Builder timeMax(String timeMax)
示例值:2020-12-28T12:00:00+08:00
timeMax - public ListFreebusyReqBody.Builder userId(String userId)
示例值:ou_xxxxxxxxxx
userId - public ListFreebusyReqBody.Builder roomId(String roomId)
示例值:omm_xxxxxxxxxx
roomId - public ListFreebusyReqBody.Builder includeExternalCalendar(Boolean includeExternalCalendar)
示例值:true
includeExternalCalendar - public ListFreebusyReqBody.Builder onlyBusy(Boolean onlyBusy)
示例值:true
onlyBusy - public ListFreebusyReqBody.Builder needRsvpStatus(Boolean needRsvpStatus)
示例值:true
needRsvpStatus - public ListFreebusyReqBody build()
Copyright © 2026. All rights reserved.