Compartir a través de


ClientGroup.UpdateStages.WithQuery Interface

public static interface ClientGroup.UpdateStages.WithQuery

The stage of the ClientGroup update allowing to specify query.

Method Summary

Modifier and Type Method and Description
abstract Update withQuery(String query)

Specifies the query property: The grouping query for the clients.

Method Details

withQuery

public abstract ClientGroup.Update 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