public static interface ExecutableUpdateOperation.UpdateWithUpdate<T>
Update to apply.| Modifier and Type | Method and Description |
|---|---|
ExecutableUpdateOperation.TerminatingUpdate<T> |
apply(Update update)
Set the
Update to be applied. |
ExecutableUpdateOperation.FindAndReplaceWithProjection<T> |
replaceWith(T replacement)
Specify
replacement object. |
ExecutableUpdateOperation.TerminatingUpdate<T> apply(Update update)
Update to be applied.update - must not be null.ExecutableUpdateOperation.TerminatingUpdate.IllegalArgumentException - if update is null.ExecutableUpdateOperation.FindAndReplaceWithProjection<T> replaceWith(T replacement)
replacement object.replacement - must not be null.FindAndReplaceOptions.IllegalArgumentException - if options is null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.