|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationProxy
| Method Summary | |
|---|---|
org.jboss.resteasy.client.ClientResponse<Application> |
createApplication(String accountSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod)
|
org.jboss.resteasy.client.ClientResponse<Application> |
deleteApplication(String accountSid,
String applicationSid)
|
org.jboss.resteasy.client.ClientResponse<ApplicationList> |
listApplications(String accountSid,
String friendlyName,
Long page,
Long pageSize)
|
org.jboss.resteasy.client.ClientResponse<Application> |
updateApplication(String accountSid,
String applicationSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod)
|
org.jboss.resteasy.client.ClientResponse<Application> |
viewApplication(String accountSid,
String applicationSid)
|
| Method Detail |
|---|
org.jboss.resteasy.client.ClientResponse<Application> viewApplication(String accountSid,
String applicationSid)
org.jboss.resteasy.client.ClientResponse<ApplicationList> listApplications(String accountSid,
String friendlyName,
Long page,
Long pageSize)
org.jboss.resteasy.client.ClientResponse<Application> createApplication(String accountSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod)
org.jboss.resteasy.client.ClientResponse<Application> updateApplication(String accountSid,
String applicationSid,
String friendlyName,
String voiceUrl,
HttpMethod voiceMethod,
String voiceFallbackUrl,
HttpMethod voiceFallbackMethod,
Boolean voiceCallerIdLookup,
String smsUrl,
HttpMethod smsMethod,
String smsFallbackUrl,
HttpMethod smsFallbackMethod,
String heartbeatUrl,
HttpMethod heartbeatMethod,
String hangupCallback,
HttpMethod hangupCallbackMethod)
org.jboss.resteasy.client.ClientResponse<Application> deleteApplication(String accountSid,
String applicationSid)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||