public class BatchDeleteCalendarEventAttendeeReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchDeleteCalendarEventAttendeeReq.Builder |
| 构造器和说明 |
|---|
BatchDeleteCalendarEventAttendeeReq() |
BatchDeleteCalendarEventAttendeeReq(BatchDeleteCalendarEventAttendeeReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchDeleteCalendarEventAttendeeReqBody |
getBatchDeleteCalendarEventAttendeeReqBody() |
String |
getCalendarId() |
String |
getEventId() |
String |
getUserIdType() |
static BatchDeleteCalendarEventAttendeeReq.Builder |
newBuilder() |
void |
setBatchDeleteCalendarEventAttendeeReqBody(BatchDeleteCalendarEventAttendeeReqBody body) |
void |
setCalendarId(String calendarId) |
void |
setEventId(String eventId) |
void |
setUserIdType(String userIdType) |
public BatchDeleteCalendarEventAttendeeReq()
public BatchDeleteCalendarEventAttendeeReq(BatchDeleteCalendarEventAttendeeReq.Builder builder)
public static BatchDeleteCalendarEventAttendeeReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getCalendarId()
public void setCalendarId(String calendarId)
public String getEventId()
public void setEventId(String eventId)
public BatchDeleteCalendarEventAttendeeReqBody getBatchDeleteCalendarEventAttendeeReqBody()
public void setBatchDeleteCalendarEventAttendeeReqBody(BatchDeleteCalendarEventAttendeeReqBody body)
Copyright © 2024. All rights reserved.