|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.clients.queries.BinderQueryBuilder
public class BinderQueryBuilder
Builds queries for T-Binder services.
TBinderClient| Constructor Summary | |
|---|---|
protected |
BinderQueryBuilder()
|
| Method Summary | |
|---|---|
org.gcube.common.clients.gcore.StatefulQuery |
build()
Builds the query. |
String |
toString()
|
BinderQueryBuilder |
withPlugin(String name)
Sets the name of plugin on the query. |
BinderQueryBuilder |
withProperty(String name,
String value)
Sets the name of a plugin property on the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected BinderQueryBuilder()
| Method Detail |
|---|
public org.gcube.common.clients.gcore.StatefulQuery build()
public BinderQueryBuilder withPlugin(String name)
name - the plugin name
public BinderQueryBuilder withProperty(String name,
String value)
name - the property namevalue - the property value
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||