TeamsMeetingParticipant 클래스
- java.
lang. Object - com.
microsoft. bot. schema. teams. TeamsMeetingParticipant
- com.
public class TeamsMeetingParticipant
사용자 Azure Active Directory 및 모임 참가자 세부 정보를 자세히 설명하는 Teams 참가자 채널 계정.
생성자 요약
생성자 | Description |
---|---|
TeamsMeetingParticipant() |
Teams |
메서드 요약
한정자 및 형식 | 메서드 및 설명 |
---|---|
Conversation |
getConversation()
모임의 대화 계정을 가져옵니다. |
Meeting |
getMeeting()
참가자의 모임 정보를 가져옵니다. |
Teams |
getUser()
참가자의 사용자 정보를 가져옵니다. |
void |
setConversation(ConversationAccount withConversation)
모임의 대화 계정을 설정합니다. |
void |
setMeeting(MeetingParticipantInfo withMeeting)
참가자의 모임 정보를 설정합니다. |
void |
setUser(TeamsChannelAccount withUser)
참가자의 사용자 정보를 설정합니다. |
다음에서 상속된 메서드 java.lang.Object
생성자 세부 정보
TeamsMeetingParticipant
public TeamsMeetingParticipant()
TeamsParticipantChannelAccount를 만듭니다.
메서드 세부 정보
getConversation
public ConversationAccount getConversation()
모임의 대화 계정을 가져옵니다.
반환:
getMeeting
public MeetingParticipantInfo getMeeting()
참가자의 모임 정보를 가져옵니다.
반환:
getUser
public TeamsChannelAccount getUser()
참가자의 사용자 정보를 가져옵니다.
반환:
setConversation
public void setConversation(ConversationAccount withConversation)
모임의 대화 계정을 설정합니다.
매개 변수:
setMeeting
public void setMeeting(MeetingParticipantInfo withMeeting)
참가자의 모임 정보를 설정합니다.
매개 변수:
setUser
public void setUser(TeamsChannelAccount withUser)
참가자의 사용자 정보를 설정합니다.
매개 변수: