Uses of Class
com.telapi.api.domain.enums.HttpMethod

Packages that use HttpMethod
com.telapi.api   
com.telapi.api.domain   
com.telapi.api.domain.enums   
com.telapi.api.inboundxml.elements   
com.telapi.api.inboundxml.parameters   
com.telapi.api.requests   
com.telapi.api.restproxies   
 

Uses of HttpMethod in com.telapi.api
 

Methods in com.telapi.api with parameters of type HttpMethod
 Application TelapiConnector.createApplication(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)
          Creates a new application for managing TelAPI phone numbers,
 Application TelapiConnector.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)
           
 Call TelapiConnector.makeCall(String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod statusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
          Makes a call.
 Call TelapiConnector.makeCall(String accountSid, String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod statusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
           
 Transcription TelapiConnector.transcribeAudioUrl(String audioUrl, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
          Transcribes audio found on an URL.
 Transcription TelapiConnector.transcribeAudioUrl(String accountSid, String audioUrl, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
           
 Transcription TelapiConnector.transcribeRecording(String recordingSid, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
          Transcribes a recording.
 Transcription TelapiConnector.transcribeRecording(String accountSid, String recordingSid, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
           
 Application TelapiConnector.updateApplication(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)
          Used to update an existing application.
 Application TelapiConnector.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)
           
 IncomingPhoneNumber TelapiConnector.updateIncomingPhoneNumber(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)
          Updates properties of an IncomingPhoneNumber.
 IncomingPhoneNumber TelapiConnector.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)
           
 

Uses of HttpMethod in com.telapi.api.domain
 

Methods in com.telapi.api.domain that return HttpMethod
 HttpMethod Transcription.getCallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getHangupCallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getHeartbeatMethod()
           
 HttpMethod Notification.getRequestMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getSmsFallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getSmsMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getSmsStatusCallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getStatusCallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getVoiceFallbackMethod()
           
 HttpMethod BaseTelapiObjectWithMethods.getVoiceMethod()
           
 

Methods in com.telapi.api.domain with parameters of type HttpMethod
 void Transcription.setCallbackMethod(HttpMethod callbackMethod)
           
 void BaseTelapiObjectWithMethods.setHangupCallbackMethod(HttpMethod hangupCallbackMethod)
           
 void BaseTelapiObjectWithMethods.setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void Notification.setRequestMethod(HttpMethod requestMethod)
           
 void BaseTelapiObjectWithMethods.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
           
 void BaseTelapiObjectWithMethods.setSmsMethod(HttpMethod smsMethod)
           
 void BaseTelapiObjectWithMethods.setSmsStatusCallbackMethod(HttpMethod smsStatusCallbackMethod)
           
 void BaseTelapiObjectWithMethods.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
           
 void BaseTelapiObjectWithMethods.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
           
 void BaseTelapiObjectWithMethods.setVoiceMethod(HttpMethod voiceMethod)
           
 

Uses of HttpMethod in com.telapi.api.domain.enums
 

Methods in com.telapi.api.domain.enums that return HttpMethod
static HttpMethod HttpMethod.forValue(String s)
           
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.
 

Uses of HttpMethod in com.telapi.api.inboundxml.elements
 

Methods in com.telapi.api.inboundxml.elements with parameters of type HttpMethod
 Dial Dial.conference(String conferenceName, Boolean muted, Boolean beep, Boolean startConferenceOnEnter, Boolean endConferenceOnExit, Long maxParticipants, String waitUrl, HttpMethod waitMethod, Boolean hangupOnStar, String callbackUrl, HttpMethod callbackMethod, String waitSound, HttpMethod waitSoundMethod, String digitsMatch, Boolean stayAlone)
          Appends a conference element to the dial element.
static Dial Dial.createDial(String number, String action, HttpMethod method, Long timeout, Boolean hangupOnStar, Long timeLimit, String callerId, Boolean hideCallerId, String dialMusic, String callbackUrl, HttpMethod callbackMethod, Boolean confirmSound, String digitsMatch, Boolean straightToVm, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom)
          Creates a new Dial element.
static Gather Gather.createGather(String action, HttpMethod method, Long timeout, String finishOnKey, Long numDigits)
          Creates a Gather element.
static GetSpeech GetSpeech.createGetSpeech(String grammar, String action, HttpMethod method, Long timeout, Boolean playBeep)
          Creates a new GetSpeech element.
 Dial Dial.number(String number, String sendDigits, String url, HttpMethod callbackMethod)
          Creates a Number element.
 Response Response.record(String action, HttpMethod method, Long timeout, String finishOnKey, Long maxLength, Boolean transcribe, String transcribeCallback, Boolean playBeep, Boolean bothLegs, RecordingFileFormat fileFormat)
          Adds a Record element to a Response element.
 Response Response.redirect(String url, HttpMethod method)
          Adds a Redirect element to the Response element.
 Dial Dial.sip(String sipAddress, String sendDigits, String url, HttpMethod method)
          The Sip element is nested within the Dial element, and is used to call to sip addresses.
 Response Response.sms(String text, String to, String from, String action, HttpMethod method, String statusCallback)
          Appends an SMS Element to the current Response element.
 

Uses of HttpMethod in com.telapi.api.inboundxml.parameters
 

Methods in com.telapi.api.inboundxml.parameters that return HttpMethod
 HttpMethod DialParameters.getCallbackMethod()
           
 HttpMethod ConferenceParameters.getCallbackMethod()
           
 HttpMethod DialParameters.getHeartbeatMethod()
           
 HttpMethod DialParameters.getMethod()
           
 HttpMethod RecordParameters.getMethod()
           
 HttpMethod ConferenceParameters.getWaitMethod()
           
 HttpMethod ConferenceParameters.getWaitSoundMethod()
           
 

Methods in com.telapi.api.inboundxml.parameters with parameters of type HttpMethod
 void DialParameters.setCallbackMethod(HttpMethod callbackMethod)
           
 void ConferenceParameters.setCallbackMethod(HttpMethod callbackMethod)
           
 void DialParameters.setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void DialParameters.setMethod(HttpMethod method)
           
 void RecordParameters.setMethod(HttpMethod method)
           
 void ConferenceParameters.setWaitMethod(HttpMethod waitMethod)
           
 void ConferenceParameters.setWaitSoundMethod(HttpMethod waitSoundMethod)
           
 

Uses of HttpMethod in com.telapi.api.requests
 

Methods in com.telapi.api.requests that return HttpMethod
 HttpMethod CallRequest.getFallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getHangupCallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getHeartbeatMethod()
           
 HttpMethod CallRequest.getHeartbeatMethod()
           
 HttpMethod ApplicationRequest.getHeartbeatMethod()
           
 HttpMethod CallRequest.getMethod()
           
 HttpMethod CallRequest.getRecordCallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getSmsFallbackMethod()
           
 HttpMethod ApplicationRequest.getSmsFallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getSmsMethod()
           
 HttpMethod ApplicationRequest.getSmsMethod()
           
 HttpMethod CallRequest.getStatusCallbackMethod()
           
 HttpMethod ApplicationRequest.getStatusCallbackMethod()
           
 HttpMethod CallRequest.getTranscribeCallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getVoiceFallbackMethod()
           
 HttpMethod ApplicationRequest.getVoiceFallbackMethod()
           
 HttpMethod IncomingPhoneNumberRequest.getVoiceMethod()
           
 HttpMethod ApplicationRequest.getVoiceMethod()
           
 

Methods in com.telapi.api.requests with parameters of type HttpMethod
 void CallRequest.setFallbackMethod(HttpMethod fallbackMethod)
           
 void IncomingPhoneNumberRequest.setHangupCallbackMethod(HttpMethod hangupCallbackMethod)
           
 void IncomingPhoneNumberRequest.setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void CallRequest.setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void ApplicationRequest.setHeartbeatMethod(HttpMethod heartbeatMethod)
           
 void CallRequest.setMethod(HttpMethod method)
           
 void CallRequest.setRecordCallbackMethod(HttpMethod recordCallbackMethod)
           
 void IncomingPhoneNumberRequest.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
           
 void ApplicationRequest.setSmsFallbackMethod(HttpMethod smsFallbackMethod)
           
 void IncomingPhoneNumberRequest.setSmsMethod(HttpMethod smsMethod)
           
 void ApplicationRequest.setSmsMethod(HttpMethod smsMethod)
           
 void CallRequest.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
           
 void ApplicationRequest.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
           
 void CallRequest.setTranscribeCallbackMethod(HttpMethod transcribeCallbackMethod)
           
 void IncomingPhoneNumberRequest.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
           
 void ApplicationRequest.setVoiceFallbackMethod(HttpMethod voiceFallbackMethod)
           
 void IncomingPhoneNumberRequest.setVoiceMethod(HttpMethod voiceMethod)
           
 void ApplicationRequest.setVoiceMethod(HttpMethod voiceMethod)
           
 

Uses of HttpMethod in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies with parameters of type HttpMethod
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.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<Call> CallProxy.interruptLiveCall(String accountSid, String callSid, String url, HttpMethod method, CallInterruptStatus status)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.makeCall(String accountSid, String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod StatusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
           
 org.jboss.resteasy.client.ClientResponse<Transcription> TranscriptionProxy.transcribeAudioUrl(String accountSid, String audioUrl, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
           
 org.jboss.resteasy.client.ClientResponse<Transcription> TranscriptionProxy.transcribeRecording(String accountSid, String recordingSid, String transcribeCallback, HttpMethod callbackMethod, TranscriptionType quality)
           
 org.jboss.resteasy.client.ClientResponse<Application> ApplicationProxy.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<IncomingPhoneNumber> IncomingPhoneNumberProxy.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)
           
 



Copyright © 2012. All Rights Reserved.