public static interface ExecutableUpdateOperation.FindAndReplaceWithOptions<T> extends ExecutableUpdateOperation.TerminatingFindAndReplace<T>
FindAndReplaceOptions.| Modifier and Type | Method and Description |
|---|---|
ExecutableUpdateOperation.FindAndReplaceWithProjection<T> |
withOptions(FindAndReplaceOptions options)
Explicitly define
FindAndReplaceOptions for the Update. |
findAndReplace, findAndReplaceValueExecutableUpdateOperation.FindAndReplaceWithProjection<T> withOptions(FindAndReplaceOptions options)
FindAndReplaceOptions for the Update.options - must not be null.FindAndReplaceOptions.IllegalArgumentException - if options is null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.