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

Packages that use Legs
com.telapi.api   
com.telapi.api.domain.enums   
com.telapi.api.restproxies   
 

Uses of Legs in com.telapi.api
 

Methods in com.telapi.api with parameters of type Legs
 Call TelapiConnector.playAudioToCall(String callSid, String soundsUrl, Long length, Legs legs, Boolean loop, Boolean mix)
          TelAPI allows you to play an audio file during a call.
 Call TelapiConnector.playAudioToCall(String accountSid, String callSid, String soundsUrl, Long length, Legs legs, Boolean loop, Boolean mix)
           
 Call TelapiConnector.sendDigits(String callSid, String playDtfm, Legs dtmfLeg)
          DTMFs, aka touch tone signals, can be sent to a call.
 Call TelapiConnector.sendDigits(String accountSid, String callSid, String playDtfm, Legs dtmfLeg)
           
 

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

Methods in com.telapi.api.domain.enums that return Legs
static Legs Legs.forValue(String s)
           
static Legs Legs.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Legs[] Legs.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Legs in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies with parameters of type Legs
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.playAudio(String accountSid, String callSid, String audioUrl, Long length, Legs legs, Boolean loop, Boolean mix)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.sendDigits(String accountSid, String callSid, String playDtfm, Legs dtmfLeg)
           
 



Copyright © 2012. All Rights Reserved.