weiboclient4j.params.Scale 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
The newest version!
package weiboclient4j.params;
import weiboclient4j.LocationService;
public class Scale extends BooleanParam implements
LocationService.GetMapImageParam {
public Scale(boolean value) {
super(value);
}
protected String paramKey() {
return "scale";
}
}