ClientGroup.DefinitionStages.WithQuery Interface
public static interface ClientGroup.DefinitionStages.WithQuery
The stage of the ClientGroup definition allowing to specify query.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withQuery(String query)
Specifies the query property: The grouping query for the clients. |
Method Details
withQuery
public abstract ClientGroup.DefinitionStages.WithCreate withQuery(String query)
Specifies the query property: The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c']..
Parameters:
Returns: