ConversationMembers Class
- java.
lang. Object - com.
microsoft. bot. schema. ConversationMembers
- com.
public class ConversationMembers
Conversation and its members.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConversationMembers() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getId()
Get the #id value. |
|
java.util.List<Channel |
getMembers()
Get the #members value. |
| void |
setId(String withId)
Set the #id value. |
| void |
setMembers(List<ChannelAccount> withMembers)
Set the #members value. |
Methods inherited from java.lang.Object
Constructor Details
ConversationMembers
public ConversationMembers()
Method Details
getId
public String getId()
Get the #id value.
Returns:
getMembers
public List
Get the #members value.
Returns:
setId
public void setId(String withId)
Set the #id value.
Parameters:
setMembers
public void setMembers(List
Set the #members value.
Parameters: