Method | Description | |
---|---|---|
AvailableLocalPhoneNumbers ( |
||
AvailableTollFreePhoneNumbers ( String contains = null ) : IList |
||
CreateSubAccount ( String friendlyName ) : twilio.sugar.Model.Account | ||
DeleteProvisionedPhoneNumber ( twilio.sugar.Model.PhoneNumber model ) : void | ||
GetSMSMessage ( String sid ) : twilio.sugar.Model.SMSMessage | ||
GetSubAccount ( String friendlyName ) : twilio.sugar.Model.Account | ||
GetSubAccounts ( ) : IList |
||
IncomingPhoneNumbers ( String phoneNumber = "", String friendlyName = "" ) : IList |
||
PhoneAutomation ( ITwilioAccount account ) : System | ||
ProvisionPhoneNumber ( String phoneNumber = null, |
||
ProvisionTollFreePhoneNumber ( String phoneNumber, String voiceUrl = null, String voiceFallbackUrl = null ) : twilio.sugar.Model.PhoneNumber | ||
SMSMessageList ( String to = "", String from = "", System.DateTime dateSent = null ) : twilio.sugar.Model.SMS | ||
SendSMSMessage ( String from, String to, String body, String statusCallback = "" ) : twilio.sugar.Model.SMSMessage | ||
UpdateProvisionedPhoneNumber ( twilio.sugar.Model.PhoneNumber model ) : twilio.sugar.Model.PhoneNumber |
Method | Description | |
---|---|---|
AddParametersFromPhoneNumberModel ( twilio.sugar.Model.PhoneNumber model ) : void | ||
ParseResponseData ( string response ) : dynamic |
public AvailableLocalPhoneNumbers ( |
||
areaCode | ||
contains | String | |
inRegion | String | |
inPostalCode | ||
return | IList |
public AvailableTollFreePhoneNumbers ( String contains = null ) : IList |
||
contains | String | |
return | IList |
public CreateSubAccount ( String friendlyName ) : twilio.sugar.Model.Account | ||
friendlyName | String | |
return | twilio.sugar.Model.Account |
public DeleteProvisionedPhoneNumber ( twilio.sugar.Model.PhoneNumber model ) : void | ||
model | twilio.sugar.Model.PhoneNumber | |
return | void |
public GetSMSMessage ( String sid ) : twilio.sugar.Model.SMSMessage | ||
sid | String | |
return | twilio.sugar.Model.SMSMessage |
public GetSubAccount ( String friendlyName ) : twilio.sugar.Model.Account | ||
friendlyName | String | |
return | twilio.sugar.Model.Account |
public IncomingPhoneNumbers ( String phoneNumber = "", String friendlyName = "" ) : IList |
||
phoneNumber | String | |
friendlyName | String | |
return | IList |
public PhoneAutomation ( ITwilioAccount account ) : System | ||
account | ITwilioAccount | |
return | System |
public ProvisionPhoneNumber ( String phoneNumber = null, |
||
phoneNumber | String | |
areaCode | ||
model | twilio.sugar.Model.PhoneNumber | |
voiceUrl | String | |
voiceFallbackUrl | String | |
smsUrl | String | |
smsFallbackUrl | String | |
return | twilio.sugar.Model.PhoneNumber |
public ProvisionTollFreePhoneNumber ( String phoneNumber, String voiceUrl = null, String voiceFallbackUrl = null ) : twilio.sugar.Model.PhoneNumber | ||
phoneNumber | String | |
voiceUrl | String | |
voiceFallbackUrl | String | |
return | twilio.sugar.Model.PhoneNumber |
public SMSMessageList ( String to = "", String from = "", System.DateTime dateSent = null ) : twilio.sugar.Model.SMS | ||
to | String | |
from | String | |
dateSent | System.DateTime | |
return | twilio.sugar.Model.SMS |
public SendSMSMessage ( String from, String to, String body, String statusCallback = "" ) : twilio.sugar.Model.SMSMessage | ||
from | String | |
to | String | |
body | String | |
statusCallback | String | |
return | twilio.sugar.Model.SMSMessage |
public UpdateProvisionedPhoneNumber ( twilio.sugar.Model.PhoneNumber model ) : twilio.sugar.Model.PhoneNumber | ||
model | twilio.sugar.Model.PhoneNumber | |
return | twilio.sugar.Model.PhoneNumber |