weiboclient4j.params.TrendName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weiboclient4j Show documentation
Show all versions of weiboclient4j Show documentation
Java library for Sina Weibo
package weiboclient4j.params;
/**
* @author Hover Ruan
*/
public class TrendName extends StringParam {
public TrendName(String value) {
super(value);
}
protected String paramKey() {
return "trend_name";
}
}