Package com.twilio.rest.sync.v1
Class ServiceUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Service>
-
- com.twilio.rest.sync.v1.ServiceUpdater
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceUpdatersetAclEnabled(Boolean aclEnabled)ServiceUpdatersetFriendlyName(String friendlyName)ServiceUpdatersetReachabilityDebouncingEnabled(Boolean reachabilityDebouncingEnabled)ServiceUpdatersetReachabilityDebouncingWindow(Integer reachabilityDebouncingWindow)ServiceUpdatersetReachabilityWebhooksEnabled(Boolean reachabilityWebhooksEnabled)ServiceUpdatersetWebhooksFromRestEnabled(Boolean webhooksFromRestEnabled)ServiceUpdatersetWebhookUrl(String webhookUrl)ServiceUpdatersetWebhookUrl(URI webhookUrl)Serviceupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ServiceUpdater
public ServiceUpdater(String pathSid)
-
-
Method Detail
-
setWebhookUrl
public ServiceUpdater setWebhookUrl(URI webhookUrl)
-
setWebhookUrl
public ServiceUpdater setWebhookUrl(String webhookUrl)
-
setFriendlyName
public ServiceUpdater setFriendlyName(String friendlyName)
-
setReachabilityWebhooksEnabled
public ServiceUpdater setReachabilityWebhooksEnabled(Boolean reachabilityWebhooksEnabled)
-
setAclEnabled
public ServiceUpdater setAclEnabled(Boolean aclEnabled)
-
setReachabilityDebouncingEnabled
public ServiceUpdater setReachabilityDebouncingEnabled(Boolean reachabilityDebouncingEnabled)
-
setReachabilityDebouncingWindow
public ServiceUpdater setReachabilityDebouncingWindow(Integer reachabilityDebouncingWindow)
-
setWebhooksFromRestEnabled
public ServiceUpdater setWebhooksFromRestEnabled(Boolean webhooksFromRestEnabled)
-
-