Interface Query
-
- All Known Implementing Classes:
QueryImpl
public interface QueryRepresents 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.antlr.runtime.tree.CommonTreegetTree()Returns the list of operations
-