Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account.incomingphonenumber | |
com.twilio.sdk.resource.api.v2010.account.incomingphonenumber |
Modifier and Type | Method and Description |
---|---|
MobileCreator |
MobileCreator.setApiVersion(String apiVersion)
The api_version.
|
MobileCreator |
MobileCreator.setFriendlyName(String friendlyName)
The friendly_name.
|
MobileCreator |
MobileCreator.setSmsApplicationSid(String smsApplicationSid)
The sms_application_sid.
|
MobileCreator |
MobileCreator.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
The sms_fallback_method.
|
MobileCreator |
MobileCreator.setSmsFallbackUrl(String smsFallbackUrl)
The sms_fallback_url.
|
MobileCreator |
MobileCreator.setSmsFallbackUrl(URI smsFallbackUrl)
The sms_fallback_url.
|
MobileCreator |
MobileCreator.setSmsMethod(HttpMethod smsMethod)
The sms_method.
|
MobileCreator |
MobileCreator.setSmsUrl(String smsUrl)
The sms_url.
|
MobileCreator |
MobileCreator.setSmsUrl(URI smsUrl)
The sms_url.
|
MobileCreator |
MobileCreator.setStatusCallback(String statusCallback)
The status_callback.
|
MobileCreator |
MobileCreator.setStatusCallback(URI statusCallback)
The status_callback.
|
MobileCreator |
MobileCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
MobileCreator |
MobileCreator.setVoiceApplicationSid(String voiceApplicationSid)
The voice_application_sid.
|
MobileCreator |
MobileCreator.setVoiceCallerIdLookup(Boolean voiceCallerIdLookup)
The voice_caller_id_lookup.
|
MobileCreator |
MobileCreator.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
The voice_fallback_method.
|
MobileCreator |
MobileCreator.setVoiceFallbackUrl(String voiceFallbackUrl)
The voice_fallback_url.
|
MobileCreator |
MobileCreator.setVoiceFallbackUrl(URI voiceFallbackUrl)
The voice_fallback_url.
|
MobileCreator |
MobileCreator.setVoiceMethod(HttpMethod voiceMethod)
The voice_method.
|
MobileCreator |
MobileCreator.setVoiceUrl(String voiceUrl)
The voice_url.
|
MobileCreator |
MobileCreator.setVoiceUrl(URI voiceUrl)
The voice_url.
|
Modifier and Type | Method and Description |
---|---|
static MobileCreator |
Mobile.create(String ownerAccountSid,
PhoneNumber phoneNumber)
Create a MobileCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.