All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.internal.models4j.Trends Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

import java.util.Date;

/**
 * A data class representing Trends.
 *
 *
 * @since Twitter4J 2.0.2
 */

public interface Trends extends TwitterResponse, Comparable, java.io.Serializable {
    Trend[] getTrends();

    /**
     * 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()).
* * @return location * @since Twitter4J 2.1.1 */ Location getLocation(); Date getAsOf(); Date getTrendAt(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy