public class PatchEventRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchEventRequest.PatchEventRequestAttendees |
static class |
PatchEventRequest.PatchEventRequestCardInstances |
static class |
PatchEventRequest.PatchEventRequestCategories |
static class |
PatchEventRequest.PatchEventRequestEnd |
static class |
PatchEventRequest.PatchEventRequestLocation |
static class |
PatchEventRequest.PatchEventRequestOnlineMeetingInfo |
static class |
PatchEventRequest.PatchEventRequestRecurrence |
static class |
PatchEventRequest.PatchEventRequestRecurrencePattern |
static class |
PatchEventRequest.PatchEventRequestRecurrenceRange |
static class |
PatchEventRequest.PatchEventRequestReminders |
static class |
PatchEventRequest.PatchEventRequestRichTextDescription |
static class |
PatchEventRequest.PatchEventRequestStart |
static class |
PatchEventRequest.PatchEventRequestUiConfigs |
| 构造器和说明 |
|---|
PatchEventRequest() |
@NameInMap(value="attendees") public List<PatchEventRequest.PatchEventRequestAttendees> attendees
@NameInMap(value="cardInstances") public List<PatchEventRequest.PatchEventRequestCardInstances> cardInstances
@NameInMap(value="categories") public List<PatchEventRequest.PatchEventRequestCategories> categories
@NameInMap(value="description") public String description
@NameInMap(value="end") public PatchEventRequest.PatchEventRequestEnd end
@NameInMap(value="freeBusyStatus") public String freeBusyStatus
@NameInMap(value="id") public String id
This parameter is required.
@NameInMap(value="isAllDay") public Boolean isAllDay
@NameInMap(value="location") public PatchEventRequest.PatchEventRequestLocation location
@NameInMap(value="onlineMeetingInfo") public PatchEventRequest.PatchEventRequestOnlineMeetingInfo onlineMeetingInfo
@NameInMap(value="recurrence") public PatchEventRequest.PatchEventRequestRecurrence recurrence
@NameInMap(value="reminders") public List<PatchEventRequest.PatchEventRequestReminders> reminders
@NameInMap(value="richTextDescription") public PatchEventRequest.PatchEventRequestRichTextDescription richTextDescription
@NameInMap(value="start") public PatchEventRequest.PatchEventRequestStart start
@NameInMap(value="summary") public String summary
@NameInMap(value="uiConfigs") public List<PatchEventRequest.PatchEventRequestUiConfigs> uiConfigs
public static PatchEventRequest build(Map<String,?> map) throws Exception
Exceptionpublic PatchEventRequest setAttendees(List<PatchEventRequest.PatchEventRequestAttendees> attendees)
public List<PatchEventRequest.PatchEventRequestAttendees> getAttendees()
public PatchEventRequest setCardInstances(List<PatchEventRequest.PatchEventRequestCardInstances> cardInstances)
public List<PatchEventRequest.PatchEventRequestCardInstances> getCardInstances()
public PatchEventRequest setCategories(List<PatchEventRequest.PatchEventRequestCategories> categories)
public List<PatchEventRequest.PatchEventRequestCategories> getCategories()
public PatchEventRequest setDescription(String description)
public String getDescription()
public PatchEventRequest setEnd(PatchEventRequest.PatchEventRequestEnd end)
public PatchEventRequest.PatchEventRequestEnd getEnd()
public PatchEventRequest setExtra(Map<String,String> extra)
public PatchEventRequest setFreeBusyStatus(String freeBusyStatus)
public String getFreeBusyStatus()
public PatchEventRequest setId(String id)
public String getId()
public PatchEventRequest setIsAllDay(Boolean isAllDay)
public Boolean getIsAllDay()
public PatchEventRequest setLocation(PatchEventRequest.PatchEventRequestLocation location)
public PatchEventRequest.PatchEventRequestLocation getLocation()
public PatchEventRequest setOnlineMeetingInfo(PatchEventRequest.PatchEventRequestOnlineMeetingInfo onlineMeetingInfo)
public PatchEventRequest.PatchEventRequestOnlineMeetingInfo getOnlineMeetingInfo()
public PatchEventRequest setRecurrence(PatchEventRequest.PatchEventRequestRecurrence recurrence)
public PatchEventRequest.PatchEventRequestRecurrence getRecurrence()
public PatchEventRequest setReminders(List<PatchEventRequest.PatchEventRequestReminders> reminders)
public List<PatchEventRequest.PatchEventRequestReminders> getReminders()
public PatchEventRequest setRichTextDescription(PatchEventRequest.PatchEventRequestRichTextDescription richTextDescription)
public PatchEventRequest.PatchEventRequestRichTextDescription getRichTextDescription()
public PatchEventRequest setStart(PatchEventRequest.PatchEventRequestStart start)
public PatchEventRequest.PatchEventRequestStart getStart()
public PatchEventRequest setSummary(String summary)
public String getSummary()
public PatchEventRequest setUiConfigs(List<PatchEventRequest.PatchEventRequestUiConfigs> uiConfigs)
public List<PatchEventRequest.PatchEventRequestUiConfigs> getUiConfigs()
Copyright © 2025. All rights reserved.