public class MergeOptions extends Object
Constructor and Description |
---|
MergeOptions()
Initializes a new instance of the
MergeOptions class. |
Modifier and Type | Method and Description |
---|---|
Cancellation |
getCancellation()
Gets the operation cancellation object.
|
boolean |
isAsync()
Gets the flag of asynchronous performing the operation.
|
void |
setAsync(boolean value)
Sets the flag of asynchronous performing the operation.
|
void |
setCancellation(Cancellation value)
Sets the operation cancellation object.
|
public MergeOptions()
Initializes a new instance of the MergeOptions
class.
public final boolean isAsync()
Gets the flag of asynchronous performing the operation.
The default value is false
.
public final void setAsync(boolean value)
Sets the flag of asynchronous performing the operation.
The default value is false
.
value
- The flag of asynchronous performing the operation.public final Cancellation getCancellation()
Gets the operation cancellation object.
The default value is null
.
public final void setCancellation(Cancellation value)
Sets the operation cancellation object.
The default value is null
.
value
- The operation cancellation object.