Constructor
# new ResyncOptions(resyncOnExpiration, providerName)
Basic constructor for ResyncOptions, ProviderName is optional.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
resyncOnExpiration |
Boolean | value for If items are to be ReSynced at expiry |
|
providerName |
String | null | value for Readthrough provider name when item will be resynced at expiry. |
Methods
# getProviderName() → {string}
Get Readthrough provider name when item will be resynced at expiry.
Returns:
- Type
- string
# getResyncOnExpiration() → {boolean}
Get if items are to be ReSynced at expiry
Returns:
- Type
- boolean
# setProviderName(value)
Set Readthrough provider name when item will be resynced at expiry.
Parameters:
Name | Type | Description |
---|---|---|
value |
string | value for Readthrough provider name when item will be resynced at expiry. |
# setResyncOnExpiration(value)
Set if items are to be ReSynced at expiry
Parameters:
Name | Type | Description |
---|---|---|
value |
boolean | value for If items are to be ReSynced at expiry |