MeetingInfo Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MeetingInfo
- com.
public class MeetingInfo
General information about a Teams meeting.
Constructor Summary
| Constructor | Description |
|---|---|
| MeetingInfo() |
Initializes a new instance. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Conversation |
getConversation()
Gets the Conversation Account for the meeting. |
|
Meeting |
getDetails()
Gets the specific details of a Teams meeting. |
|
Teams |
getOrganizer()
Gets the meeting organizer's user information. |
| void |
setConversation(ConversationAccount withConversation)
Sets the Conversation Account for the meeting. |
| void |
setDetails(MeetingDetails withDetails)
Sets the specific details of a Teams meeting. |
| void |
setOrganizer(TeamsChannelAccount withOrganizer)
Sets the meeting organizer's user information. |
Methods inherited from java.lang.Object
Constructor Details
MeetingInfo
public MeetingInfo()
Initializes a new instance.
Method Details
getConversation
public ConversationAccount getConversation()
Gets the Conversation Account for the meeting.
Returns:
getDetails
public MeetingDetails getDetails()
Gets the specific details of a Teams meeting.
Returns:
getOrganizer
public TeamsChannelAccount getOrganizer()
Gets the meeting organizer's user information.
Returns:
setConversation
public void setConversation(ConversationAccount withConversation)
Sets the Conversation Account for the meeting.
Parameters:
setDetails
public void setDetails(MeetingDetails withDetails)
Sets the specific details of a Teams meeting.
Parameters:
setOrganizer
public void setOrganizer(TeamsChannelAccount withOrganizer)
Sets the meeting organizer's user information.
Parameters: