Mention Class
- java.
lang. Object - com.
microsoft. bot. schema. Mention
- com.
Implements
public class Mention
implements EntitySerialization
Mention information (entity type: "mention").
Constructor Summary
| Constructor | Description |
|---|---|
| Mention() |
Mention of type "mention". |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Channel |
getMentioned()
Get the mentioned value. |
| java.lang.String |
getText()
Get the text value. |
| java.lang.String |
getType()
Get the type value. |
| void |
setMentioned(ChannelAccount withMentioned)
Set the mentioned value. |
| void |
setText(String withText)
Set the text value. |
Methods inherited from java.lang.Object
Constructor Details
Mention
public Mention()
Mention of type "mention".
Method Details
getMentioned
public ChannelAccount getMentioned()
Get the mentioned value.
Returns:
getText
public String getText()
Get the text value.
Returns:
getType
public String getType()
Get the type value.
Returns:
setMentioned
public void setMentioned(ChannelAccount withMentioned)
Set the mentioned value.
Parameters:
setText
public void setText(String withText)
Set the text value.
Parameters: