| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.calendar.v4.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListFreebusyReqBody.Builder |
ListFreebusyReqBody.newBuilder() |
ListFreebusyReqBody.Builder |
ListFreebusyReqBody.Builder.roomId(String roomId)
会议室room_id,输入时与 user_id 二选一
示例值:omm_xxxxxxxxxx
|
ListFreebusyReqBody.Builder |
ListFreebusyReqBody.Builder.timeMax(String timeMax)
查询时段结束时间,需要url编码
示例值:2020-12-28T12:00:00+08:00
|
ListFreebusyReqBody.Builder |
ListFreebusyReqBody.Builder.timeMin(String timeMin)
查询时段开始时间,需要url编码
示例值:2020-10-28T12:00:00+08:00
|
ListFreebusyReqBody.Builder |
ListFreebusyReqBody.Builder.userId(String userId)
用户user_id,输入时与 room_id 二选一。
|
| 构造器和说明 |
|---|
ListFreebusyReqBody(ListFreebusyReqBody.Builder builder) |
Copyright © 2022. All rights reserved.