public class BatchFreebusyReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchFreebusyReqBody.Builder |
| 构造器和说明 |
|---|
BatchFreebusyReqBody() |
BatchFreebusyReqBody(BatchFreebusyReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getIncludeExternalCalendar() |
Boolean |
getOnlyBusy() |
String |
getTimeMax() |
String |
getTimeMin() |
String[] |
getUserIds() |
static BatchFreebusyReqBody.Builder |
newBuilder() |
void |
setIncludeExternalCalendar(Boolean includeExternalCalendar) |
void |
setOnlyBusy(Boolean onlyBusy) |
void |
setTimeMax(String timeMax) |
void |
setTimeMin(String timeMin) |
void |
setUserIds(String[] userIds) |
public BatchFreebusyReqBody()
public BatchFreebusyReqBody(BatchFreebusyReqBody.Builder builder)
public static BatchFreebusyReqBody.Builder newBuilder()
public String getTimeMin()
public void setTimeMin(String timeMin)
public String getTimeMax()
public void setTimeMax(String timeMax)
public String[] getUserIds()
public void setUserIds(String[] userIds)
public Boolean getIncludeExternalCalendar()
public void setIncludeExternalCalendar(Boolean includeExternalCalendar)
public Boolean getOnlyBusy()
public void setOnlyBusy(Boolean onlyBusy)
Copyright © 2025. All rights reserved.