Interface Query
- 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 TypeMethodDescriptionorg.antlr.runtime.tree.CommonTree
getTree()
Returns the list of operations
-
Method Details
-
getTree
org.antlr.runtime.tree.CommonTree getTree()Returns the list of operations
-