public class DeleteCalendarEventReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteCalendarEventReq.Builder |
| 构造器和说明 |
|---|
DeleteCalendarEventReq() |
DeleteCalendarEventReq(DeleteCalendarEventReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCalendarId() |
String |
getEventId() |
Boolean |
getNeedNotification() |
static DeleteCalendarEventReq.Builder |
newBuilder() |
void |
setCalendarId(String calendarId) |
void |
setEventId(String eventId) |
void |
setNeedNotification(Boolean needNotification) |
public DeleteCalendarEventReq()
public DeleteCalendarEventReq(DeleteCalendarEventReq.Builder builder)
public static DeleteCalendarEventReq.Builder newBuilder()
public Boolean getNeedNotification()
public void setNeedNotification(Boolean needNotification)
public String getCalendarId()
public void setCalendarId(String calendarId)
public String getEventId()
public void setEventId(String eventId)
Copyright © 2022. All rights reserved.