パッケージ twitter4j.v1

インタフェース Trends

すべてのスーパーインタフェース:
Comparable<Trends>, Serializable, TwitterResponse

public interface Trends extends TwitterResponse, Comparable<Trends>, Serializable
A data class representing Trends.
導入されたバージョン:
Twitter4J 2.0.2
  • メソッドの詳細

    • getTrends

      Trend[] getTrends()
      戻り値:
      trends
    • getLocation

      Location getLocation()
      Returns the location associated with the trends.
      This method is effective only with getLocalTrends() method.
      i.e. The return value of this method will be null with Search API Methods (getTrends(), getCurrentTrends(), getDailyTrends(), and getWeeklyTrends()).
      戻り値:
      location
      導入されたバージョン:
      Twitter4J 2.1.1
    • getAsOf

      LocalDateTime getAsOf()
      戻り値:
      as of date
    • getTrendAt

      LocalDateTime getTrendAt()
      戻り値:
      date trending at