public static class BatchFreebusyReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchFreebusyReqBody |
build() |
BatchFreebusyReqBody.Builder |
includeExternalCalendar(Boolean includeExternalCalendar)
是否包含绑定的三方日历中的日程,不传默认为true,即包含。
|
BatchFreebusyReqBody.Builder |
onlyBusy(Boolean onlyBusy)
是否包含标记为空闲的日程,不传默认为true,即包含空闲日程。
|
BatchFreebusyReqBody.Builder |
timeMax(String timeMax)
获取忙闲信息的开始时间,RFC3339 date_time格式;time_min与time_max的时间区间不能超过3个月。
|
BatchFreebusyReqBody.Builder |
timeMin(String timeMin)
获取忙闲信息的开始时间,RFC3339 date_time格式;time_min与time_max的时间区间不能超过3个月。
|
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-28T12: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 build()
Copyright © 2025. All rights reserved.