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

weiboclient4j.params.ScreenName Maven / Gradle / Ivy

The newest version!
package weiboclient4j.params;

/**
 * @author Hover Ruan
 */
public class ScreenName extends StringParam {
    public static final ScreenName EMPTY = new ScreenName(null);

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy