public class CreateEventByMeResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CreateEventByMeResponseBody() |
@NameInMap(value="attendees") public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyAttendees> attendees
@NameInMap(value="createTime") public String createTime
Use the UTC time format: yyyy-MM-ddTHH:mmZ
@NameInMap(value="description") public String description
@NameInMap(value="end") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyEnd end
@NameInMap(value="id") public String id
@NameInMap(value="isAllDay") public Boolean isAllDay
@NameInMap(value="location") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyLocation location
@NameInMap(value="onlineMeetingInfo") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyOnlineMeetingInfo onlineMeetingInfo
@NameInMap(value="organizer") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyOrganizer organizer
@NameInMap(value="recurrence") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyRecurrence recurrence
@NameInMap(value="reminders") public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyReminders> reminders
@NameInMap(value="richTextDescription") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyRichTextDescription richTextDescription
@NameInMap(value="start") public CreateEventByMeResponseBody.CreateEventByMeResponseBodyStart start
This parameter is required.
@NameInMap(value="summary") public String summary
@NameInMap(value="uiConfigs") public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyUiConfigs> uiConfigs
@NameInMap(value="updateTime") public String updateTime
Use the UTC time format: yyyy-MM-ddTHH:mmZ
public static CreateEventByMeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventByMeResponseBody setAttendees(List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyAttendees> attendees)
public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyAttendees> getAttendees()
public CreateEventByMeResponseBody setCreateTime(String createTime)
public String getCreateTime()
public CreateEventByMeResponseBody setDescription(String description)
public String getDescription()
public CreateEventByMeResponseBody setEnd(CreateEventByMeResponseBody.CreateEventByMeResponseBodyEnd end)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyEnd getEnd()
public CreateEventByMeResponseBody setId(String id)
public String getId()
public CreateEventByMeResponseBody setIsAllDay(Boolean isAllDay)
public Boolean getIsAllDay()
public CreateEventByMeResponseBody setLocation(CreateEventByMeResponseBody.CreateEventByMeResponseBodyLocation location)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyLocation getLocation()
public CreateEventByMeResponseBody setOnlineMeetingInfo(CreateEventByMeResponseBody.CreateEventByMeResponseBodyOnlineMeetingInfo onlineMeetingInfo)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyOnlineMeetingInfo getOnlineMeetingInfo()
public CreateEventByMeResponseBody setOrganizer(CreateEventByMeResponseBody.CreateEventByMeResponseBodyOrganizer organizer)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyOrganizer getOrganizer()
public CreateEventByMeResponseBody setRecurrence(CreateEventByMeResponseBody.CreateEventByMeResponseBodyRecurrence recurrence)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyRecurrence getRecurrence()
public CreateEventByMeResponseBody setReminders(List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyReminders> reminders)
public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyReminders> getReminders()
public CreateEventByMeResponseBody setRichTextDescription(CreateEventByMeResponseBody.CreateEventByMeResponseBodyRichTextDescription richTextDescription)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyRichTextDescription getRichTextDescription()
public CreateEventByMeResponseBody setStart(CreateEventByMeResponseBody.CreateEventByMeResponseBodyStart start)
public CreateEventByMeResponseBody.CreateEventByMeResponseBodyStart getStart()
public CreateEventByMeResponseBody setSummary(String summary)
public String getSummary()
public CreateEventByMeResponseBody setUiConfigs(List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyUiConfigs> uiConfigs)
public List<CreateEventByMeResponseBody.CreateEventByMeResponseBodyUiConfigs> getUiConfigs()
public CreateEventByMeResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2025. All rights reserved.