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

weiboclient4j.params.TrendName Maven / Gradle / Ivy

There is a newer version: 0.4.16
Show newest version
package weiboclient4j.params;

/**
 * @author Hover Ruan
 */
public class TrendName extends StringParam {
    public TrendName(String value) {
        super(value);
    }

    protected String paramKey() {
        return "trend_name";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy