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

weiboclient4j.params.Country Maven / Gradle / Ivy

The newest version!
package weiboclient4j.params;

import weiboclient4j.PlaceService;

/**
 * @author Hover Ruan
 */
public class Country extends StringParam implements
        PlaceService.CreatePoiParam {

    public Country(String value) {
        super(value);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy