Package de.cerus.cneoswrapper.query
Class Query
- java.lang.Object
-
- de.cerus.cneoswrapper.query.Query
-
public class Query extends java.lang.Object
Represents a basic Query. This query should not be used directly; Instead the query builders f or the respective API wrappers should be used.- Author:
- Maximilian Dorn
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
buildQueryString()
java.lang.String
buildQueryString(boolean encoded)
void
putParam(java.lang.String name, java.lang.String value)
-