类 DeleteCalendarEventReq

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

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

    • DeleteCalendarEventReq

      public DeleteCalendarEventReq()
    • DeleteCalendarEventReq

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

    • newBuilder

      public static DeleteCalendarEventReq.Builder newBuilder()
    • getNeedNotification

      public Boolean getNeedNotification()
    • setNeedNotification

      public void setNeedNotification(Boolean needNotification)
    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)