Class CallCreator
- java.lang.Object
-
- com.twilio.base.Creator<Call>
-
- com.twilio.rest.api.v2010.account.CallCreator
-
-
Constructor Summary
Constructors Constructor Description CallCreator(Endpoint to, Endpoint from, Twiml twiml)
CallCreator(Endpoint to, Endpoint from, String applicationSid)
CallCreator(Endpoint to, Endpoint from, URI url)
CallCreator(String pathAccountSid, Endpoint to, Endpoint from, Twiml twiml)
CallCreator(String pathAccountSid, Endpoint to, Endpoint from, String applicationSid)
CallCreator(String pathAccountSid, Endpoint to, Endpoint from, URI url)
-
Method Summary
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setTo
public CallCreator setTo(Endpoint to)
-
setFrom
public CallCreator setFrom(Endpoint from)
-
setMethod
public CallCreator setMethod(HttpMethod method)
-
setFallbackUrl
public CallCreator setFallbackUrl(URI fallbackUrl)
-
setFallbackUrl
public CallCreator setFallbackUrl(String fallbackUrl)
-
setFallbackMethod
public CallCreator setFallbackMethod(HttpMethod fallbackMethod)
-
setStatusCallback
public CallCreator setStatusCallback(URI statusCallback)
-
setStatusCallback
public CallCreator setStatusCallback(String statusCallback)
-
setStatusCallbackEvent
public CallCreator setStatusCallbackEvent(List<String> statusCallbackEvent)
-
setStatusCallbackEvent
public CallCreator setStatusCallbackEvent(String statusCallbackEvent)
-
setStatusCallbackMethod
public CallCreator setStatusCallbackMethod(HttpMethod statusCallbackMethod)
-
setSendDigits
public CallCreator setSendDigits(String sendDigits)
-
setTimeout
public CallCreator setTimeout(Integer timeout)
-
setRecord
public CallCreator setRecord(Boolean record)
-
setRecordingChannels
public CallCreator setRecordingChannels(String recordingChannels)
-
setRecordingStatusCallback
public CallCreator setRecordingStatusCallback(String recordingStatusCallback)
-
setRecordingStatusCallbackMethod
public CallCreator setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
-
setSipAuthUsername
public CallCreator setSipAuthUsername(String sipAuthUsername)
-
setSipAuthPassword
public CallCreator setSipAuthPassword(String sipAuthPassword)
-
setMachineDetection
public CallCreator setMachineDetection(String machineDetection)
-
setMachineDetectionTimeout
public CallCreator setMachineDetectionTimeout(Integer machineDetectionTimeout)
-
setRecordingStatusCallbackEvent
public CallCreator setRecordingStatusCallbackEvent(List<String> recordingStatusCallbackEvent)
-
setRecordingStatusCallbackEvent
public CallCreator setRecordingStatusCallbackEvent(String recordingStatusCallbackEvent)
-
setTrim
public CallCreator setTrim(String trim)
-
setCallerId
public CallCreator setCallerId(String callerId)
-
setMachineDetectionSpeechThreshold
public CallCreator setMachineDetectionSpeechThreshold(Integer machineDetectionSpeechThreshold)
-
setMachineDetectionSpeechEndThreshold
public CallCreator setMachineDetectionSpeechEndThreshold(Integer machineDetectionSpeechEndThreshold)
-
setMachineDetectionSilenceTimeout
public CallCreator setMachineDetectionSilenceTimeout(Integer machineDetectionSilenceTimeout)
-
setAsyncAmd
public CallCreator setAsyncAmd(String asyncAmd)
-
setAsyncAmdStatusCallback
public CallCreator setAsyncAmdStatusCallback(URI asyncAmdStatusCallback)
-
setAsyncAmdStatusCallback
public CallCreator setAsyncAmdStatusCallback(String asyncAmdStatusCallback)
-
setAsyncAmdStatusCallbackMethod
public CallCreator setAsyncAmdStatusCallbackMethod(HttpMethod asyncAmdStatusCallbackMethod)
-
setByoc
public CallCreator setByoc(String byoc)
-
setCallReason
public CallCreator setCallReason(String callReason)
-
setCallToken
public CallCreator setCallToken(String callToken)
-
setRecordingTrack
public CallCreator setRecordingTrack(String recordingTrack)
-
setTimeLimit
public CallCreator setTimeLimit(Integer timeLimit)
-
setUrl
public CallCreator setUrl(URI url)
-
setUrl
public CallCreator setUrl(String url)
-
setTwiml
public CallCreator setTwiml(Twiml twiml)
-
setTwiml
public CallCreator setTwiml(String twiml)
-
setApplicationSid
public CallCreator setApplicationSid(String applicationSid)
-
-