类 CalendarEvent

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

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

    • CalendarEvent

      public CalendarEvent()
    • CalendarEvent

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

    • newBuilder

      public static CalendarEvent.Builder newBuilder()
    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • getOrganizerCalendarId

      public String getOrganizerCalendarId()
    • setOrganizerCalendarId

      public void setOrganizerCalendarId(String organizerCalendarId)
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getNeedNotification

      public Boolean getNeedNotification()
    • setNeedNotification

      public void setNeedNotification(Boolean needNotification)
    • getStartTime

      public TimeInfo getStartTime()
    • setStartTime

      public void setStartTime(TimeInfo startTime)
    • getEndTime

      public TimeInfo getEndTime()
    • setEndTime

      public void setEndTime(TimeInfo endTime)
    • getVchat

      public Vchat getVchat()
    • setVchat

      public void setVchat(Vchat vchat)
    • getVisibility

      public String getVisibility()
    • setVisibility

      public void setVisibility(String visibility)
    • getAttendeeAbility

      public String getAttendeeAbility()
    • setAttendeeAbility

      public void setAttendeeAbility(String attendeeAbility)
    • getFreeBusyStatus

      public String getFreeBusyStatus()
    • setFreeBusyStatus

      public void setFreeBusyStatus(String freeBusyStatus)
    • getLocation

      public EventLocation getLocation()
    • setLocation

      public void setLocation(EventLocation location)
    • getColor

      public Integer getColor()
    • setColor

      public void setColor(Integer color)
    • getReminders

      public Reminder[] getReminders()
    • setReminders

      public void setReminders(Reminder[] reminders)
    • getRecurrence

      public String getRecurrence()
    • setRecurrence

      public void setRecurrence(String recurrence)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getIsException

      public Boolean getIsException()
    • setIsException

      public void setIsException(Boolean isException)
    • getRecurringEventId

      public String getRecurringEventId()
    • setRecurringEventId

      public void setRecurringEventId(String recurringEventId)
    • getCreateTime

      public String getCreateTime()
    • setCreateTime

      public void setCreateTime(String createTime)
    • getSchemas

      public Schema[] getSchemas()
    • setSchemas

      public void setSchemas(Schema[] schemas)
    • getEventOrganizer

      public EventOrganizer getEventOrganizer()
    • setEventOrganizer

      public void setEventOrganizer(EventOrganizer eventOrganizer)
    • getAppLink

      public String getAppLink()
    • setAppLink

      public void setAppLink(String appLink)
    • getAttendees

      public CalendarEventAttendee[] getAttendees()
    • setAttendees

      public void setAttendees(CalendarEventAttendee[] attendees)
    • getHasMoreAttendee

      public Boolean getHasMoreAttendee()
    • setHasMoreAttendee

      public void setHasMoreAttendee(Boolean hasMoreAttendee)