public static interface ReactiveUpdateOperation.UpdateWithCollection<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveUpdateOperation.UpdateWithQuery<T> |
inCollection(String collection)
Explicitly set the name of the collection to perform the query on.
|
ReactiveUpdateOperation.UpdateWithQuery<T> inCollection(String collection)
collection - must not be null nor empty.ReactiveUpdateOperation.UpdateWithCollection. Never null.IllegalArgumentException - if collection is null or empty.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.