public class TextContentImpl extends Object implements TextContent
| Modifier and Type | Method and Description |
|---|---|
static TextContent |
createTextContent(String text,
org.json.JSONArray entities) |
String |
getContent()
Gets the String object relating to this TextContent object
|
List<MessageEntity> |
getEntities()
Gets the list of MessageEntity objects that this TextContent contains
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic static TextContent createTextContent(String text, org.json.JSONArray entities)
public String getContent()
TextContentgetContent in interface TextContentpublic List<MessageEntity> getEntities()
TextContentgetEntities in interface TextContentCopyright © 2017. All rights reserved.