类 ListFreebusyReqBody

java.lang.Object
com.lark.oapi.service.calendar.v4.model.ListFreebusyReqBody

public class ListFreebusyReqBody extends Object
  • 构造器详细资料

    • ListFreebusyReqBody

      public ListFreebusyReqBody()
    • ListFreebusyReqBody

      public ListFreebusyReqBody(ListFreebusyReqBody.Builder builder)
  • 方法详细资料

    • newBuilder

      public static ListFreebusyReqBody.Builder newBuilder()
    • getTimeMin

      public String getTimeMin()
    • setTimeMin

      public void setTimeMin(String timeMin)
    • getTimeMax

      public String getTimeMax()
    • setTimeMax

      public void setTimeMax(String timeMax)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getRoomId

      public String getRoomId()
    • setRoomId

      public void setRoomId(String roomId)
    • getIncludeExternalCalendar

      public Boolean getIncludeExternalCalendar()
    • setIncludeExternalCalendar

      public void setIncludeExternalCalendar(Boolean includeExternalCalendar)
    • getOnlyBusy

      public Boolean getOnlyBusy()
    • setOnlyBusy

      public void setOnlyBusy(Boolean onlyBusy)