Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account.sip | |
com.twilio.sdk.resource.api.v2010.account.sip |
Modifier and Type | Method and Description |
---|---|
DomainCreator |
DomainCreator.setFriendlyName(String friendlyName)
A user-specified, human-readable name for the trigger..
|
DomainCreator |
DomainCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the VoiceFallbackUrl.
|
DomainCreator |
DomainCreator.setVoiceFallbackUrl(String voiceFallbackUrl)
The URL that Twilio will use if an error occurs retrieving or executing the
TwiML requested by VoiceUrl.
|
DomainCreator |
DomainCreator.setVoiceFallbackUrl(URI voiceFallbackUrl)
The URL that Twilio will use if an error occurs retrieving or executing the
TwiML requested by VoiceUrl.
|
DomainCreator |
DomainCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method to use with the voice_url.
|
DomainCreator |
DomainCreator.setVoiceStatusCallbackMethod(HttpMethod voiceStatusCallbackMethod)
The voice_status_callback_method.
|
DomainCreator |
DomainCreator.setVoiceStatusCallbackUrl(String voiceStatusCallbackUrl)
The URL that Twilio will request to pass status parameters.
|
DomainCreator |
DomainCreator.setVoiceStatusCallbackUrl(URI voiceStatusCallbackUrl)
The URL that Twilio will request to pass status parameters.
|
DomainCreator |
DomainCreator.setVoiceUrl(String voiceUrl)
The URL Twilio will request when this domain receives a call.
|
DomainCreator |
DomainCreator.setVoiceUrl(URI voiceUrl)
The URL Twilio will request when this domain receives a call.
|
Modifier and Type | Method and Description |
---|---|
static DomainCreator |
Domain.create(String accountSid,
String domainName)
Create a DomainCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.