ConversationList Class

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

public class ConversationList

List of channels under a team.

Constructor Summary

Constructor Description
ConversationList()

Method Summary

Modifier and Type Method and Description
java.util.List<ChannelInfo> getConversations()

Gets the list of conversations.

void setConversations(List<ChannelInfo> withConversations)

Sets the list of conversations.

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

ConversationList

public ConversationList()

Method Details

getConversations

public List getConversations()

Gets the list of conversations.

Returns:

The list of conversations.

setConversations

public void setConversations(List withConversations)

Sets the list of conversations.

Parameters:

withConversations - The new list of conversations.

Applies to