All Known Implementing Classes:
QueryImpl

public interface Query
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.
Author:
Gethin James
  • Method Summary

    Modifier and Type
    Method
    Description
    org.antlr.runtime.tree.CommonTree
    Returns the list of operations
  • Method Details

    • getTree

      org.antlr.runtime.tree.CommonTree getTree()
      Returns the list of operations