public class ListFreebusyReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListFreebusyReqBody.Builder |
| 构造器和说明 |
|---|
ListFreebusyReqBody() |
ListFreebusyReqBody(ListFreebusyReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getIncludeExternalCalendar() |
Boolean |
getOnlyBusy() |
String |
getRoomId() |
String |
getTimeMax() |
String |
getTimeMin() |
String |
getUserId() |
static ListFreebusyReqBody.Builder |
newBuilder() |
void |
setIncludeExternalCalendar(Boolean includeExternalCalendar) |
void |
setOnlyBusy(Boolean onlyBusy) |
void |
setRoomId(String roomId) |
void |
setTimeMax(String timeMax) |
void |
setTimeMin(String timeMin) |
void |
setUserId(String userId) |
public ListFreebusyReqBody()
public ListFreebusyReqBody(ListFreebusyReqBody.Builder builder)
public String getTimeMin()
public void setTimeMin(String timeMin)
public String getTimeMax()
public void setTimeMax(String timeMax)
public String getUserId()
public void setUserId(String userId)
public String getRoomId()
public void setRoomId(String roomId)
public Boolean getIncludeExternalCalendar()
public void setIncludeExternalCalendar(Boolean includeExternalCalendar)
public Boolean getOnlyBusy()
public void setOnlyBusy(Boolean onlyBusy)
public static ListFreebusyReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.