|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IncomingPhoneNumberProxy
| Method Summary | |
|---|---|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> |
addIncomingPhoneNumber(String accountSid,
String phoneNumber,
String areaCode)
|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> |
deleteIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid)
|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumberList> |
listIncomingPhoneNumbers(String accountSid,
String phoneNumber,
String friendlyName,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> |
updateIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod)
|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> |
viewIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid)
|
| Method Detail |
|---|
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> viewIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid)
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumberList> listIncomingPhoneNumbers(String accountSid,
String phoneNumber,
String friendlyName,
Long page,
Long pageSize)
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> addIncomingPhoneNumber(String accountSid,
String phoneNumber,
String areaCode)
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> deleteIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid)
org.jboss.resteasy.client.ClientResponse<IncomingPhoneNumber> updateIncomingPhoneNumber(String accountSid,
String incomingPhoneNumberSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||