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

nl.vpro.domain.api.Examples Maven / Gradle / Ivy

package nl.vpro.domain.api;

/**
 * @author Michiel Meeuwissen
 * @since 5.0
 */
public class Examples {

    private Examples() {
    }

    public static final String IDLIST_JSON = "[\"AVRO_1656037\", \"NCRV_1413393\"]";
    public static final String IDLIST_XML = "\n" +
        "    AVRO_1656037\n" +
        "    NCRV_1413393\n" +
        "";

    public static final String FORM_JSON = "{\n" +
        "    \"searches\" : {\n" +
        "        \"text\" : {\n" +
        "                \"value\" : \"Argos\"\n" +
        "        }\n" +
        "    }\n" +
        "}";

    public static final String FORM_XML = "\n" +
            "    \n" +
            "        bla\n" +
            "    \n" +
            "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy