Modifier and Type | Method and Description |
---|---|
CallCreator |
CallCreator.setFallbackMethod(HttpMethod fallbackMethod)
The HTTP method that Twilio should use to request the `FallbackUrl`.
|
CallCreator |
CallCreator.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ApplicationCreator |
ApplicationCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ApplicationCreator |
ApplicationCreator.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ValidationRequestCreator |
ValidationRequestCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
CallCreator |
CallCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method that Twilio should use to request the `StatusCallback`.
|
ApplicationCreator |
ApplicationCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
ApplicationCreator |
ApplicationCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
ApplicationCreator |
ApplicationCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
Modifier and Type | Method and Description |
---|---|
FeedbackSummaryCreator |
FeedbackSummaryCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
Modifier and Type | Method and Description |
---|---|
TollFreeCreator |
TollFreeCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
MobileCreator |
MobileCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
LocalCreator |
LocalCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
TollFreeCreator |
TollFreeCreator.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
MobileCreator |
MobileCreator.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
LocalCreator |
LocalCreator.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
TollFreeCreator |
TollFreeCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
MobileCreator |
MobileCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
LocalCreator |
LocalCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
TollFreeCreator |
TollFreeCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
MobileCreator |
MobileCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
LocalCreator |
LocalCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
TollFreeCreator |
TollFreeCreator.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
MobileCreator |
MobileCreator.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
LocalCreator |
LocalCreator.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
Modifier and Type | Method and Description |
---|---|
DomainCreator |
DomainCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the VoiceFallbackUrl.
|
DomainCreator |
DomainCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method to use with the voice_url.
|
DomainCreator |
DomainCreator.setVoiceStatusCallbackMethod(HttpMethod voiceStatusCallbackMethod)
The voice_status_callback_method.
|
Modifier and Type | Method and Description |
---|---|
TriggerCreator |
TriggerCreator.setCallbackMethod(HttpMethod callbackMethod)
The HTTP method Twilio will use when making a request to the CallbackUrl.
|
Modifier and Type | Method and Description |
---|---|
TrunkCreator |
TrunkCreator.setDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)
The disaster_recovery_method.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.forValue(String value) |
HttpMethod |
Request.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Request(HttpMethod method,
String uri,
String accountSid)
Create a new API request.
|
Request(HttpMethod method,
TwilioRestClient.Domains domain,
String uri,
String accountSid)
Create a new API request.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
ConnectApp.getDeauthorizeCallbackMethod()
Returns The HTTP method Twilio WIll use making requests to the url.
|
HttpMethod |
Notification.getRequestMethod()
Returns The HTTP method used with the request url.
|
HttpMethod |
IncomingPhoneNumber.getSmsFallbackMethod()
Returns The HTTP method used with sms fallback url.
|
HttpMethod |
Application.getSmsFallbackMethod()
Returns The HTTP method to use with sms_fallback_method.
|
HttpMethod |
Sandbox.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
IncomingPhoneNumber.getSmsMethod()
Returns The HTTP method to use with sms url.
|
HttpMethod |
Application.getSmsMethod()
Returns The HTTP method to use with sms_url.
|
HttpMethod |
Sandbox.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
IncomingPhoneNumber.getStatusCallbackMethod()
Returns The HTTP method twilio will use with status callback.
|
HttpMethod |
Application.getStatusCallbackMethod()
Returns The HTTP method to use with the status callback.
|
HttpMethod |
IncomingPhoneNumber.getVoiceFallbackMethod()
Returns The HTTP method used with fallback_url.
|
HttpMethod |
Application.getVoiceFallbackMethod()
Returns The HTTP method to use with the fallback url.
|
HttpMethod |
Sandbox.getVoiceMethod()
Returns The The voice_method.
|
HttpMethod |
IncomingPhoneNumber.getVoiceMethod()
Returns The HTTP method used with the voice url.
|
HttpMethod |
Application.getVoiceMethod()
Returns The HTTP method to use with the URL.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
Notification.getRequestMethod()
Returns The The request_method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
TollFree.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
Mobile.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
Local.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
TollFree.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
Mobile.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
Local.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
TollFree.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
Mobile.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
Local.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
TollFree.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
Mobile.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
Local.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
TollFree.getVoiceMethod()
Returns The The voice_method.
|
HttpMethod |
Mobile.getVoiceMethod()
Returns The The voice_method.
|
HttpMethod |
Local.getVoiceMethod()
Returns The The voice_method.
|
Modifier and Type | Method and Description |
---|---|
static MemberUpdater |
Member.update(String accountSid,
String queueSid,
String callSid,
URI url,
HttpMethod method)
Create a MemberUpdater to execute update.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
Domain.getVoiceFallbackMethod()
Returns The HTTP method used with voice_fallback_url.
|
HttpMethod |
Domain.getVoiceMethod()
Returns The HTTP method to use with voice_url.
|
HttpMethod |
Domain.getVoiceStatusCallbackMethod()
Returns The The voice_status_callback_method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
ShortCode.getSmsFallbackMethod()
Returns The HTTP method Twilio will use with sms fallback url.
|
HttpMethod |
ShortCode.getSmsMethod()
Returns The HTTP method to use when requesting the sms url.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
Trigger.getCallbackMethod()
Returns The HTTP method to use with callback_url.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
Alert.getRequestMethod()
Returns The The request_method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
Trunk.getDisasterRecoveryMethod()
Returns The The disaster_recovery_method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
PhoneNumber.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
PhoneNumber.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
PhoneNumber.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
PhoneNumber.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
PhoneNumber.getVoiceMethod()
Returns The The voice_method.
|
Modifier and Type | Method and Description |
---|---|
ConnectAppUpdater |
ConnectAppUpdater.setDeauthorizeCallbackMethod(HttpMethod deauthorizeCallbackMethod)
The HTTP method to be used when making a request to the
`DeauthorizeCallbackUrl`..
|
CallUpdater |
CallUpdater.setFallbackMethod(HttpMethod fallbackMethod)
The HTTP method that Twilio should use to request the `FallbackUrl`.
|
CallUpdater |
CallUpdater.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ApplicationUpdater |
ApplicationUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
SandboxUpdater |
SandboxUpdater.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
ApplicationUpdater |
ApplicationUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
SandboxUpdater |
SandboxUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
CallUpdater |
CallUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method that Twilio should use to request the `StatusCallback`.
|
ApplicationUpdater |
ApplicationUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
ApplicationUpdater |
ApplicationUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
SandboxUpdater |
SandboxUpdater.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
ApplicationUpdater |
ApplicationUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
Constructor and Description |
---|
MemberUpdater(String accountSid,
String queueSid,
String callSid,
URI url,
HttpMethod method)
Construct a new MemberUpdater.
|
Modifier and Type | Method and Description |
---|---|
DomainUpdater |
DomainUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
DomainUpdater |
DomainUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method to use with the voice_url.
|
DomainUpdater |
DomainUpdater.setVoiceStatusCallbackMethod(HttpMethod voiceStatusCallbackMethod)
The voice_status_callback_method.
|
Modifier and Type | Method and Description |
---|---|
ShortCodeUpdater |
ShortCodeUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
Modifier and Type | Method and Description |
---|---|
TriggerUpdater |
TriggerUpdater.setCallbackMethod(HttpMethod callbackMethod)
The HTTP method Twilio will use when making a request to the CallbackUrl.
|
Modifier and Type | Method and Description |
---|---|
TrunkUpdater |
TrunkUpdater.setDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)
The disaster_recovery_method.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.