public class CreateCalendarEventAttendeeReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateCalendarEventAttendeeReq.Builder |
| 构造器和说明 |
|---|
CreateCalendarEventAttendeeReq() |
CreateCalendarEventAttendeeReq(CreateCalendarEventAttendeeReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCalendarId() |
CreateCalendarEventAttendeeReqBody |
getCreateCalendarEventAttendeeReqBody() |
String |
getEventId() |
String |
getUserIdType() |
static CreateCalendarEventAttendeeReq.Builder |
newBuilder() |
void |
setCalendarId(String calendarId) |
void |
setCreateCalendarEventAttendeeReqBody(CreateCalendarEventAttendeeReqBody body) |
void |
setEventId(String eventId) |
void |
setUserIdType(String userIdType) |
public CreateCalendarEventAttendeeReq()
public CreateCalendarEventAttendeeReq(CreateCalendarEventAttendeeReq.Builder builder)
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 CreateCalendarEventAttendeeReqBody getCreateCalendarEventAttendeeReqBody()
public void setCreateCalendarEventAttendeeReqBody(CreateCalendarEventAttendeeReqBody body)
public static CreateCalendarEventAttendeeReq.Builder newBuilder()
Copyright © 2022. All rights reserved.