Uses of Class
com.bandwidth.sdk.model.CreateCall
Packages that use CreateCall
-
Uses of CreateCall in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api with parameters of type CreateCallModifier and TypeMethodDescriptionCallsApi.createCall
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.okhttp3.Call
CallsApi.createCallAsync
(String accountId, CreateCall createCall, ApiCallback<CreateCallResponse> _callback) Create Call (asynchronously) Creates an outbound phone call.okhttp3.Call
CallsApi.createCallCall
(String accountId, CreateCall createCall, ApiCallback _callback) Build call for createCallCallsApi.createCallWithHttpInfo
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call. -
Uses of CreateCall in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CreateCallModifier and TypeMethodDescriptionCreateCall.answerFallbackMethod
(CallbackMethodEnum answerFallbackMethod) CreateCall.answerFallbackUrl
(URI answerFallbackUrl) CreateCall.answerMethod
(CallbackMethodEnum answerMethod) CreateCall.applicationId
(String applicationId) CreateCall.callbackTimeout
(Double callbackTimeout) CreateCall.callTimeout
(Double callTimeout) CreateCall.disconnectMethod
(CallbackMethodEnum disconnectMethod) CreateCall.disconnectUrl
(URI disconnectUrl) CreateCall.displayName
(String displayName) CreateCall.fallbackPassword
(String fallbackPassword) CreateCall.fallbackUsername
(String fallbackUsername) static CreateCall
Create an instance of CreateCall given an JSON stringCreateCall.machineDetection
(MachineDetectionConfiguration machineDetection) CreateCall.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.