SynchronizeOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public class SynchronizeOptions
Provides options for the synchronize operation.
| Constructor | Description |
|---|---|
| SynchronizeOptions() | Initializes a new instance of the SynchronizeOptions class. |
| SynchronizeOptions(Object data) | Initializes a new instance of the SynchronizeOptions class. |
| Method | Description |
|---|---|
| isAsync() | Gets the flag of asynchronous performing the operation. |
| setAsync(boolean value) | Sets the flag of asynchronous performing the operation. |
| getCore() |
public SynchronizeOptions()
Initializes a new instance of the SynchronizeOptions class.
public SynchronizeOptions(Object data)
Initializes a new instance of the SynchronizeOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | java.lang.Object | The serialized data. |
public boolean isAsync()
Gets the flag of asynchronous performing the operation. The default value is false .
Returns: boolean - The flag of asynchronous performing the operation.
public void setAsync(boolean value)
Sets the flag of asynchronous performing the operation. The default value is false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The flag of asynchronous performing the operation. |
public Object getCore()
Returns: java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.