public class SynchronizationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
applicationPattern
Application regular expression pattern, or
null. |
Integer |
intervalInMilliseconds
Interval between account reloads while waiting for a change, or
null. |
String |
synchronizationId
Synchronization id, or
null. |
Integer |
timeoutInSeconds
Wait timeout in seconds, or
null. |
| Constructor and Description |
|---|
SynchronizationOptions() |
public String applicationPattern
null. Default is .*public String synchronizationId
null. Last synchronization request id will be used by defaultpublic Integer timeoutInSeconds
null. Default is 5mpublic Integer intervalInMilliseconds
null. Default is 1sCopyright © 2020. All rights reserved.