public class ApplyChangeOptions extends Object
Allows to update the list of changes before applying them to the resulting document.
Constructor and Description |
---|
ApplyChangeOptions()
Initializes a new instance of the @
ApplyChangeOptions class |
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges()
List of changes that must be applied to the resulting document.
|
void |
setChanges(ChangeInfo[] value)
List of changes that must be applied to the resulting document.
|
void |
setChanges(List<ChangeInfo> value)
List of changes that must be applied to the resulting document.
|
public ApplyChangeOptions()
ApplyChangeOptions
classpublic final ChangeInfo[] getChanges()
List of changes that must be applied to the resulting document.
public final void setChanges(ChangeInfo[] value)
List of changes that must be applied to the resulting document.
public final void setChanges(List<ChangeInfo> value)
List of changes that must be applied to the resulting document.
Copyright © 2020. All rights reserved.