ServiceUpdater |
ServiceUpdater.setAclEnabled(Boolean aclEnabled) |
`true` or `false` - determines whether token identities must be granted
access to Sync objects via the [Permissions
API](https://www.twilio.com/docs/api/sync/rest/sync-rest-api-permissions) in
this Service..
|
ServiceUpdater |
ServiceUpdater.setFriendlyName(String friendlyName) |
Human-readable name for this service instance.
|
ServiceUpdater |
ServiceUpdater.setReachabilityDebouncingEnabled(Boolean reachabilityDebouncingEnabled) |
`true` or `false` - If false, every endpoint disconnection immediately yields
a reachability webhook (if enabled).
|
ServiceUpdater |
ServiceUpdater.setReachabilityDebouncingWindow(Integer reachabilityDebouncingWindow) |
Reachability webhook delay period in milliseconds.
|
ServiceUpdater |
ServiceUpdater.setReachabilityWebhooksEnabled(Boolean reachabilityWebhooksEnabled) |
True or false - controls whether this instance fires webhooks when client
endpoints connect to Sync Defaults to false..
|
ServiceUpdater |
ServiceUpdater.setWebhooksFromRestEnabled(Boolean webhooksFromRestEnabled) |
`true` or `false` - controls whether this instance fires webhooks when Sync
objects are updated through REST.
|
ServiceUpdater |
ServiceUpdater.setWebhookUrl(String webhookUrl) |
A URL that will receive event updates when objects are manipulated..
|
ServiceUpdater |
ServiceUpdater.setWebhookUrl(URI webhookUrl) |
A URL that will receive event updates when objects are manipulated..
|
static ServiceUpdater |
Service.updater(String pathSid) |
Create a ServiceUpdater to execute update.
|