Package twitter4j.v1

Interface SymbolEntity

All Superinterfaces:
Serializable, TweetEntity

public interface SymbolEntity extends TweetEntity, Serializable
Since:
Twitter4J 3.0.4
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the index of the end character of the symbol.
    int
    Returns the index of the start character of the symbol.

    Methods inherited from interface twitter4j.v1.TweetEntity

    getText
  • Method Details

    • getStart

      int getStart()
      Returns the index of the start character of the symbol.
      Specified by:
      getStart in interface TweetEntity
      Returns:
      the index of the start character of the symbol
    • getEnd

      int getEnd()
      Returns the index of the end character of the symbol.
      Specified by:
      getEnd in interface TweetEntity
      Returns:
      the index of the end character of the symbol