public class ReplyCalendarEventReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReplyCalendarEventReq.Builder |
| 构造器和说明 |
|---|
ReplyCalendarEventReq() |
ReplyCalendarEventReq(ReplyCalendarEventReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCalendarId() |
String |
getEventId() |
ReplyCalendarEventReqBody |
getReplyCalendarEventReqBody() |
static ReplyCalendarEventReq.Builder |
newBuilder() |
void |
setCalendarId(String calendarId) |
void |
setEventId(String eventId) |
void |
setReplyCalendarEventReqBody(ReplyCalendarEventReqBody body) |
public ReplyCalendarEventReq()
public ReplyCalendarEventReq(ReplyCalendarEventReq.Builder builder)
public String getCalendarId()
public void setCalendarId(String calendarId)
public String getEventId()
public void setEventId(String eventId)
public ReplyCalendarEventReqBody getReplyCalendarEventReqBody()
public void setReplyCalendarEventReqBody(ReplyCalendarEventReqBody body)
public static ReplyCalendarEventReq.Builder newBuilder()
Copyright © 2025. All rights reserved.