weiboclient4j.params.TargetScreenName 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 TargetScreenName extends StringParam {
public static final TargetScreenName EMPTY = new TargetScreenName(null);
public TargetScreenName(String value) {
super(value);
}
protected String paramKey() {
return "target_screen_name";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy