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

com.lindar.webpurify.util.Params Maven / Gradle / Ivy

The newest version!
package com.lindar.webpurify.util;

public interface Params {

    String API_KEY = "api_key";
    String METHOD = "method";
    String LANGUAGE = "lang";
    String EMAIL = "semail";
    String PHONE = "sphone";
    String LINKS = "slink";
    String TEXT = "text";
    String REPLACE_SYMBOL = "replacesymbol";
    String FORMAT = "format";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy