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

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

The newest version!
package twitter4jads.internal.models4j;


/**
 * A data interface representing Trend.
 *
 *
 * @since Twitter4J 2.0.2
 */
public interface Trend extends java.io.Serializable {
    String getName();

    /**
     * @deprecated use {@link #getURL()} instead
     */
    String getUrl();

    String getURL();

    String getQuery();

    Integer getTweetVolume();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy