| 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 url)
Create a new API request.
|
Request(HttpMethod method,
String domain,
String uri)
Create a new API request.
|
Request(HttpMethod method,
String domain,
String uri,
String region)
Create a new API request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Policy.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.method(HttpMethod method) |
| 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 |
ShortCode.getSmsFallbackMethod()
Returns The HTTP method Twilio will use with sms fallback 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 |
ShortCode.getSmsMethod()
Returns The HTTP method to use when requesting the sms url.
|
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 |
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 |
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 |
|---|---|
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`.
|
CallCreator |
CallCreator.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.
|
CallCreator |
CallCreator.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
CallCreator |
CallCreator.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ShortCodeUpdater |
ShortCodeUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The HTTP method Twilio will use when requesting the above URL.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.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.
|
ApplicationCreator |
ApplicationCreator.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`.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setSmsMethod(HttpMethod smsMethod)
The HTTP method Twilio will use when making requests to the `SmsUrl`.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.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`.
|
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.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method Twilio will use to make requests to the `StatusCallback` URL.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.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`.
|
CallCreator |
CallCreator.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.
|
ApplicationCreator |
ApplicationCreator.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`.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.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`.
|
ApplicationCreator |
ApplicationCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the `VoiceFallbackUrl`.
|
IncomingPhoneNumberUpdater |
IncomingPhoneNumberUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
IncomingPhoneNumberCreator |
IncomingPhoneNumberCreator.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`.
|
ApplicationCreator |
ApplicationCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method Twilio will use when requesting the above `Url`.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
DependentPhoneNumber.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
DependentPhoneNumber.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
DependentPhoneNumber.getStatusCallbackMethod()
Returns The The status_callback_method.
|
HttpMethod |
DependentPhoneNumber.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
DependentPhoneNumber.getVoiceMethod()
Returns The The voice_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Notification.getRequestMethod()
Returns The The request_method.
|
| Modifier and Type | Method and Description |
|---|---|
FeedbackSummaryCreator |
FeedbackSummaryCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
ParticipantUpdater.setAnnounceMethod(HttpMethod announceMethod)
The announce_method.
|
ParticipantCreator |
ParticipantCreator.setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
The conference_recording_status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
The conference_status_callback_method.
|
ParticipantUpdater |
ParticipantUpdater.setHoldMethod(HttpMethod holdMethod)
The hold_method.
|
ParticipantCreator |
ParticipantCreator.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
ParticipantCreator |
ParticipantCreator.setWaitMethod(HttpMethod waitMethod)
The wait_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 |
|---|---|
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 |
|---|---|
static MemberUpdater |
Member.updater(String pathAccountSid,
String pathQueueSid,
String pathCallSid,
URI url,
HttpMethod method)
Create a MemberUpdater to execute update.
|
static MemberUpdater |
Member.updater(String pathQueueSid,
String pathCallSid,
URI url,
HttpMethod method)
Create a MemberUpdater to execute update.
|
| Constructor and Description |
|---|
MemberUpdater(String pathAccountSid,
String pathQueueSid,
String pathCallSid,
URI url,
HttpMethod method)
Construct a new MemberUpdater.
|
MemberUpdater(String pathQueueSid,
String pathCallSid,
URI url,
HttpMethod method)
Construct a new MemberUpdater.
|
| 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 |
|---|---|
DomainUpdater |
DomainUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
DomainCreator |
DomainCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The HTTP method Twilio will use when requesting the VoiceFallbackUrl.
|
DomainUpdater |
DomainUpdater.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method to use with the voice_url.
|
DomainCreator |
DomainCreator.setVoiceMethod(HttpMethod voiceMethod)
The HTTP method to use with the voice_url.
|
DomainUpdater |
DomainUpdater.setVoiceStatusCallbackMethod(HttpMethod voiceStatusCallbackMethod)
The voice_status_callback_method.
|
DomainCreator |
DomainCreator.setVoiceStatusCallbackMethod(HttpMethod voiceStatusCallbackMethod)
The voice_status_callback_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Trigger.getCallbackMethod()
Returns The HTTP method to use with callback_url.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerUpdater |
TriggerUpdater.setCallbackMethod(HttpMethod callbackMethod)
The HTTP method Twilio will use when making a request to the CallbackUrl.
|
TriggerCreator |
TriggerCreator.setCallbackMethod(HttpMethod callbackMethod)
The HTTP method Twilio will use when making a request to the CallbackUrl.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setWebhookMethod(HttpMethod webhookMethod)
The webhook_method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelAddedMethod(HttpMethod webhooksOnChannelAddedMethod)
The webhooks.on_channel_added.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelAddMethod(HttpMethod webhooksOnChannelAddMethod)
The webhooks.on_channel_add.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelDestroyedMethod(HttpMethod webhooksOnChannelDestroyedMethod)
The webhooks.on_channel_destroyed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelDestroyMethod(HttpMethod webhooksOnChannelDestroyMethod)
The webhooks.on_channel_destroy.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelUpdatedMethod(HttpMethod webhooksOnChannelUpdatedMethod)
The webhooks.on_channel_updated.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelUpdateMethod(HttpMethod webhooksOnChannelUpdateMethod)
The webhooks.on_channel_update.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberAddedMethod(HttpMethod webhooksOnMemberAddedMethod)
The webhooks.on_member_added.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberAddMethod(HttpMethod webhooksOnMemberAddMethod)
The webhooks.on_member_add.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberRemovedMethod(HttpMethod webhooksOnMemberRemovedMethod)
The webhooks.on_member_removed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberRemoveMethod(HttpMethod webhooksOnMemberRemoveMethod)
The webhooks.on_member_remove.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageRemovedMethod(HttpMethod webhooksOnMessageRemovedMethod)
The webhooks.on_message_removed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageRemoveMethod(HttpMethod webhooksOnMessageRemoveMethod)
The webhooks.on_message_remove.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageSendMethod(HttpMethod webhooksOnMessageSendMethod)
The webhooks.on_message_send.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageSentMethod(HttpMethod webhooksOnMessageSentMethod)
The webhooks.on_message_sent.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageUpdatedMethod(HttpMethod webhooksOnMessageUpdatedMethod)
The webhooks.on_message_updated.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageUpdateMethod(HttpMethod webhooksOnMessageUpdateMethod)
The webhooks.on_message_update.method.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setWebhookMethod(HttpMethod webhookMethod)
The webhook_method.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setWebhookMethod(HttpMethod webhookMethod)
The webhook_method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelAddedMethod(HttpMethod webhooksOnChannelAddedMethod)
The webhooks.on_channel_added.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelAddMethod(HttpMethod webhooksOnChannelAddMethod)
The webhooks.on_channel_add.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelDestroyedMethod(HttpMethod webhooksOnChannelDestroyedMethod)
The webhooks.on_channel_destroyed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelDestroyMethod(HttpMethod webhooksOnChannelDestroyMethod)
The webhooks.on_channel_destroy.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelUpdatedMethod(HttpMethod webhooksOnChannelUpdatedMethod)
The webhooks.on_channel_updated.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnChannelUpdateMethod(HttpMethod webhooksOnChannelUpdateMethod)
The webhooks.on_channel_update.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberAddedMethod(HttpMethod webhooksOnMemberAddedMethod)
The webhooks.on_member_added.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberAddMethod(HttpMethod webhooksOnMemberAddMethod)
The webhooks.on_member_add.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberRemovedMethod(HttpMethod webhooksOnMemberRemovedMethod)
The webhooks.on_member_removed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMemberRemoveMethod(HttpMethod webhooksOnMemberRemoveMethod)
The webhooks.on_member_remove.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageRemovedMethod(HttpMethod webhooksOnMessageRemovedMethod)
The webhooks.on_message_removed.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageRemoveMethod(HttpMethod webhooksOnMessageRemoveMethod)
The webhooks.on_message_remove.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageSendMethod(HttpMethod webhooksOnMessageSendMethod)
The webhooks.on_message_send.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageSentMethod(HttpMethod webhooksOnMessageSentMethod)
The webhooks.on_message_sent.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageUpdatedMethod(HttpMethod webhooksOnMessageUpdatedMethod)
The webhooks.on_message_updated.method.
|
ServiceUpdater |
ServiceUpdater.setWebhooksOnMessageUpdateMethod(HttpMethod webhooksOnMessageUpdateMethod)
The webhooks.on_message_update.method.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setWebhookMethod(HttpMethod webhookMethod)
The webhook_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Service.getFallbackMethod()
Returns The The fallback_method.
|
HttpMethod |
Service.getInboundMethod()
Returns The The inbound_method.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdater |
ServiceUpdater.setFallbackMethod(HttpMethod fallbackMethod)
The fallback_method.
|
ServiceCreator |
ServiceCreator.setFallbackMethod(HttpMethod fallbackMethod)
The fallback_method.
|
ServiceUpdater |
ServiceUpdater.setInboundMethod(HttpMethod inboundMethod)
The inbound_method.
|
ServiceCreator |
ServiceCreator.setInboundMethod(HttpMethod inboundMethod)
The inbound_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Alert.getRequestMethod()
Returns The The request_method.
|
| Modifier and Type | Method and Description |
|---|---|
HostedNumberOrderCreator |
HostedNumberOrderCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
Optional.
|
HostedNumberOrderCreator |
HostedNumberOrderCreator.setSmsMethod(HttpMethod smsMethod)
Optional.
|
HostedNumberOrderCreator |
HostedNumberOrderCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Sim.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
Sim.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
Sim.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
Sim.getVoiceMethod()
Returns The The voice_method.
|
| Modifier and Type | Method and Description |
|---|---|
SimUpdater |
SimUpdater.setCommandsCallbackMethod(HttpMethod commandsCallbackMethod)
The commands_callback_method.
|
SimUpdater |
SimUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
SimUpdater |
SimUpdater.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
SimUpdater |
SimUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
SimUpdater |
SimUpdater.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
| Modifier and Type | Method and Description |
|---|---|
ReservationUpdater |
ReservationUpdater.setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
The conference_recording_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
The conference_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setWaitMethod(HttpMethod waitMethod)
The wait_method.
|
| Modifier and Type | Method and Description |
|---|---|
ReservationUpdater |
ReservationUpdater.setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
The conference_recording_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
The conference_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
ReservationUpdater |
ReservationUpdater.setWaitMethod(HttpMethod waitMethod)
The wait_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Trunk.getDisasterRecoveryMethod()
Returns The The disaster_recovery_method.
|
| Modifier and Type | Method and Description |
|---|---|
TrunkUpdater |
TrunkUpdater.setDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)
The disaster_recovery_method.
|
TrunkCreator |
TrunkCreator.setDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)
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 |
|---|---|
HttpMethod |
Room.getStatusCallbackMethod()
Returns The The status_callback_method.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreator |
RoomCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Sim.getCommandsCallbackMethod()
Returns The The commands_callback_method.
|
HttpMethod |
Sim.getSmsFallbackMethod()
Returns The The sms_fallback_method.
|
HttpMethod |
Sim.getSmsMethod()
Returns The The sms_method.
|
HttpMethod |
Sim.getVoiceFallbackMethod()
Returns The The voice_fallback_method.
|
HttpMethod |
Sim.getVoiceMethod()
Returns The The voice_method.
|
| Modifier and Type | Method and Description |
|---|---|
SimUpdater |
SimUpdater.setCallbackMethod(HttpMethod callbackMethod)
The callback_method.
|
CommandCreator |
CommandCreator.setCallbackMethod(HttpMethod callbackMethod)
The callback_method.
|
SimUpdater |
SimUpdater.setCommandsCallbackMethod(HttpMethod commandsCallbackMethod)
The commands_callback_method.
|
SimUpdater |
SimUpdater.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
SimUpdater |
SimUpdater.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
SimUpdater |
SimUpdater.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
SimUpdater |
SimUpdater.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Receive.getMethod()
Receive action URL method
|
| Modifier and Type | Method and Description |
|---|---|
Receive.Builder |
Receive.Builder.method(HttpMethod method)
Receive action URL method
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Redirect.getMethod()
Redirect URL method
|
HttpMethod |
Message.getMethod()
Action URL Method
|
| Modifier and Type | Method and Description |
|---|---|
Redirect.Builder |
Redirect.Builder.method(HttpMethod method)
Redirect URL method
|
Message.Builder |
Message.Builder.method(HttpMethod method)
Action URL Method
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Sms.getMethod()
Action URL method
|
HttpMethod |
Sip.getMethod()
Action URL method
|
HttpMethod |
Redirect.getMethod()
Redirect URL method
|
HttpMethod |
Record.getMethod()
Action URL method
|
HttpMethod |
Queue.getMethod()
Action URL method
|
HttpMethod |
Number.getMethod()
TwiML URL method
|
HttpMethod |
Gather.getMethod()
Action URL method
|
HttpMethod |
Enqueue.getMethod()
Action URL method
|
HttpMethod |
Dial.getMethod()
Action URL method
|
HttpMethod |
Client.getMethod()
Client URL Method
|
HttpMethod |
Gather.getPartialResultCallbackMethod()
Partial result callback URL method
|
HttpMethod |
Record.getRecordingStatusCallbackMethod()
Status callback URL method
|
HttpMethod |
Dial.getRecordingStatusCallbackMethod()
Recording status callback URL method
|
HttpMethod |
Conference.getRecordingStatusCallbackMethod()
Recording status callback URL method
|
HttpMethod |
Sip.getStatusCallbackMethod()
Status callback URL method
|
HttpMethod |
Number.getStatusCallbackMethod()
Status callback URL method
|
HttpMethod |
Conference.getStatusCallbackMethod()
Status callback URL method
|
HttpMethod |
Client.getStatusCallbackMethod()
Status Callback URL Method
|
HttpMethod |
Conference.getWaitMethod()
Wait URL method
|
HttpMethod |
Enqueue.getWaitUrlMethod()
Wait URL method
|
| Modifier and Type | Method and Description |
|---|---|
Sms.Builder |
Sms.Builder.method(HttpMethod method)
Action URL method
|
Sip.Builder |
Sip.Builder.method(HttpMethod method)
Action URL method
|
Redirect.Builder |
Redirect.Builder.method(HttpMethod method)
Redirect URL method
|
Record.Builder |
Record.Builder.method(HttpMethod method)
Action URL method
|
Queue.Builder |
Queue.Builder.method(HttpMethod method)
Action URL method
|
Number.Builder |
Number.Builder.method(HttpMethod method)
TwiML URL method
|
Gather.Builder |
Gather.Builder.method(HttpMethod method)
Action URL method
|
Enqueue.Builder |
Enqueue.Builder.method(HttpMethod method)
Action URL method
|
Dial.Builder |
Dial.Builder.method(HttpMethod method)
Action URL method
|
Client.Builder |
Client.Builder.method(HttpMethod method)
Client URL Method
|
Gather.Builder |
Gather.Builder.partialResultCallbackMethod(HttpMethod partialResultCallbackMethod)
Partial result callback URL method
|
Record.Builder |
Record.Builder.recordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
Status callback URL method
|
Dial.Builder |
Dial.Builder.recordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
Recording status callback URL method
|
Conference.Builder |
Conference.Builder.recordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
Recording status callback URL method
|
Sip.Builder |
Sip.Builder.statusCallbackMethod(HttpMethod statusCallbackMethod)
Status callback URL method
|
Number.Builder |
Number.Builder.statusCallbackMethod(HttpMethod statusCallbackMethod)
Status callback URL method
|
Conference.Builder |
Conference.Builder.statusCallbackMethod(HttpMethod statusCallbackMethod)
Status callback URL method
|
Client.Builder |
Client.Builder.statusCallbackMethod(HttpMethod statusCallbackMethod)
Status Callback URL Method
|
Conference.Builder |
Conference.Builder.waitMethod(HttpMethod waitMethod)
Wait URL method
|
Enqueue.Builder |
Enqueue.Builder.waitUrlMethod(HttpMethod waitUrlMethod)
Wait URL method
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.