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

weiboclient4j.params.PicId Maven / Gradle / Ivy

There is a newer version: 0.4.16
Show newest version
package weiboclient4j.params;

import weiboclient4j.utils.StringUtils;

public class PicId extends StringParam {
    public PicId(String... picIdList) {
        super(StringUtils.join(picIdList, ","));
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy