public class CalendarEventAttendeeId extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CalendarEventAttendeeId.Builder |
| 构造器和说明 |
|---|
CalendarEventAttendeeId() |
CalendarEventAttendeeId(CalendarEventAttendeeId.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttendeeId() |
String |
getChatId() |
String |
getRoomId() |
String |
getThirdPartyEmail() |
String |
getType() |
String |
getUserId() |
static CalendarEventAttendeeId.Builder |
newBuilder() |
void |
setAttendeeId(String attendeeId) |
void |
setChatId(String chatId) |
void |
setRoomId(String roomId) |
void |
setThirdPartyEmail(String thirdPartyEmail) |
void |
setType(String type) |
void |
setUserId(String userId) |
public CalendarEventAttendeeId()
public CalendarEventAttendeeId(CalendarEventAttendeeId.Builder builder)
public static CalendarEventAttendeeId.Builder newBuilder()
public String getType()
public void setType(String type)
public String getAttendeeId()
public void setAttendeeId(String attendeeId)
public String getUserId()
public void setUserId(String userId)
public String getChatId()
public void setChatId(String chatId)
public String getRoomId()
public void setRoomId(String roomId)
public String getThirdPartyEmail()
public void setThirdPartyEmail(String thirdPartyEmail)
Copyright © 2025. All rights reserved.