com.factual.driver.SchemaResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of factual-java-driver Show documentation
Show all versions of factual-java-driver Show documentation
Factual's officially supported Java driver
The newest version!
package com.factual.driver;
import java.util.List;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;
import com.google.common.collect.Maps;
/**
* Represents the response from running a schema request against Factual.
*
* @author aaron
*/
public class SchemaResponse extends Response implements Tabular {
private final Map columnSchemas;
private final String title;
private final boolean searchEnabled;
private final boolean geoEnabled;
private final String description;
private final List