类 CalendarEventAttendeeId

java.lang.Object
com.lark.oapi.service.calendar.v4.model.CalendarEventAttendeeId

public class CalendarEventAttendeeId extends Object
  • 构造器详细资料

    • CalendarEventAttendeeId

      public CalendarEventAttendeeId()
    • CalendarEventAttendeeId

      public CalendarEventAttendeeId(CalendarEventAttendeeId.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CalendarEventAttendeeId.Builder newBuilder()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAttendeeId

      public String getAttendeeId()
    • setAttendeeId

      public void setAttendeeId(String attendeeId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getChatId

      public String getChatId()
    • setChatId

      public void setChatId(String chatId)
    • getRoomId

      public String getRoomId()
    • setRoomId

      public void setRoomId(String roomId)
    • getThirdPartyEmail

      public String getThirdPartyEmail()
    • setThirdPartyEmail

      public void setThirdPartyEmail(String thirdPartyEmail)