类 CreateCalendarEventReq

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

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

    • CreateCalendarEventReq

      public CreateCalendarEventReq()
    • CreateCalendarEventReq

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

    • newBuilder

      public static CreateCalendarEventReq.Builder newBuilder()
    • getIdempotencyKey

      public String getIdempotencyKey()
    • setIdempotencyKey

      public void setIdempotencyKey(String idempotencyKey)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getCalendarEvent

      public CalendarEvent getCalendarEvent()
    • setCalendarEvent

      public void setCalendarEvent(CalendarEvent body)