public static class BatchFreebusyReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchFreebusyReqBody |
build() |
BatchFreebusyReqBody.Builder |
includeExternalCalendar(Boolean includeExternalCalendar)
是否包含用户绑定的三方日历中的日程忙闲。
|
BatchFreebusyReqBody.Builder |
needRsvpStatus(Boolean needRsvpStatus)
是否需要RSVP状态信息
示例值:true
|
BatchFreebusyReqBody.Builder |
onlyBusy(Boolean onlyBusy)
是否只查询忙碌日程信息。
|
BatchFreebusyReqBody.Builder |
timeMax(String timeMax)
获取忙闲信息的结束时间,[RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) date_time
格式。
|
BatchFreebusyReqBody.Builder |
timeMin(String timeMin)
获取忙闲信息的开始时间,[RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) date_time
格式。
|
BatchFreebusyReqBody.Builder |
userIds(String[] userIds)
用户 ID 列表。
|
public BatchFreebusyReqBody.Builder timeMin(String timeMin)
示例值:2020-10-28T12:00:00+08:00
timeMin - public BatchFreebusyReqBody.Builder timeMax(String timeMax)
示例值:2020-10-29T12:00:00+08:00
timeMax - public BatchFreebusyReqBody.Builder userIds(String[] userIds)
示例值:
userIds - public BatchFreebusyReqBody.Builder includeExternalCalendar(Boolean includeExternalCalendar)
示例值:true
includeExternalCalendar - public BatchFreebusyReqBody.Builder onlyBusy(Boolean onlyBusy)
示例值:true
onlyBusy - public BatchFreebusyReqBody.Builder needRsvpStatus(Boolean needRsvpStatus)
示例值:true
needRsvpStatus - public BatchFreebusyReqBody build()
Copyright © 2026. All rights reserved.