Share via


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 WithCreate 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:

query - The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c'].

Returns:

the next definition stage.

Applies to