Package ar.com.restba

Examples of ar.com.restba.RestBAClient.executeQuery()


  public static void main(String[] args) {

    RestBAClient dataBairesClient = new DefaultRestBAClient();
    String query = "gcba/metadata/_search?&from=0";

    JsonObject q = dataBairesClient.executeQuery(query, JsonObject.class);
   
    System.out.println("JSON object: " + q.toString());
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.