public static interface ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> extends ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T>, WithAnalyticsQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T> |
matching(AnalyticsQuery query)
Set the filter for the analytics query to be used.
|
ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T> matching(AnalyticsQuery query)
matching in interface WithAnalyticsQuery<T>query - must not be null.IllegalArgumentException - if query is null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.