| Constructor and Description |
|---|
ServiceCreator() |
| Modifier and Type | Method and Description |
|---|---|
Service |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
ServiceCreator |
setAclEnabled(Boolean aclEnabled)
The acl_enabled.
|
ServiceCreator |
setFriendlyName(String friendlyName)
The friendly_name.
|
ServiceCreator |
setReachabilityWebhooksEnabled(Boolean reachabilityWebhooksEnabled)
The reachability_webhooks_enabled.
|
ServiceCreator |
setWebhookUrl(String webhookUrl)
The webhook_url.
|
ServiceCreator |
setWebhookUrl(URI webhookUrl)
The webhook_url.
|
create, createAsync, createAsyncpublic ServiceCreator setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic ServiceCreator setWebhookUrl(URI webhookUrl)
webhookUrl - The webhook_urlpublic ServiceCreator setWebhookUrl(String webhookUrl)
webhookUrl - The webhook_urlpublic ServiceCreator setReachabilityWebhooksEnabled(Boolean reachabilityWebhooksEnabled)
reachabilityWebhooksEnabled - The reachability_webhooks_enabledpublic ServiceCreator setAclEnabled(Boolean aclEnabled)
aclEnabled - The acl_enabledpublic Service create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.