Делите путем


MeetingInfo Class

  • java.lang.Object
    • com.microsoft.bot.schema.teams.MeetingInfo

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
ConversationAccount getConversation()

Gets the Conversation Account for the meeting.

MeetingDetails getDetails()

Gets the specific details of a Teams meeting.

TeamsChannelAccount 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MeetingInfo

public MeetingInfo()

Initializes a new instance.

Method Details

getConversation

public ConversationAccount getConversation()

Gets the Conversation Account for the meeting.

Returns:

The Conversation Account for the meeting.

getDetails

public MeetingDetails getDetails()

Gets the specific details of a Teams meeting.

Returns:

The specific details of a Teams meeting.

getOrganizer

public TeamsChannelAccount getOrganizer()

Gets the meeting organizer's user information.

Returns:

The organizer's user information.

setConversation

public void setConversation(ConversationAccount withConversation)

Sets the Conversation Account for the meeting.

Parameters:

withConversation - The Conversation Account for the meeting.

setDetails

public void setDetails(MeetingDetails withDetails)

Sets the specific details of a Teams meeting.

Parameters:

withDetails - The specific details of a Teams meeting.

setOrganizer

public void setOrganizer(TeamsChannelAccount withOrganizer)

Sets the meeting organizer's user information.

Parameters:

withOrganizer - The organizer's user information.

Applies to