Uses of Class
com.bandwidth.sdk.model.UpdateCall
Packages that use UpdateCall
-
Uses of UpdateCall in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api with parameters of type UpdateCallModifier and TypeMethodDescriptionvoid
CallsApi.updateCall
(String accountId, String callId, UpdateCall updateCall) Update Call Interrupts and redirects a call to a different URL that should return a BXML document.okhttp3.Call
CallsApi.updateCallAsync
(String accountId, String callId, UpdateCall updateCall, ApiCallback<Void> _callback) Update Call (asynchronously) Interrupts and redirects a call to a different URL that should return a BXML document.okhttp3.Call
CallsApi.updateCallCall
(String accountId, String callId, UpdateCall updateCall, ApiCallback _callback) Build call for updateCallCallsApi.updateCallWithHttpInfo
(String accountId, String callId, UpdateCall updateCall) Update Call Interrupts and redirects a call to a different URL that should return a BXML document. -
Uses of UpdateCall in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return UpdateCallModifier and TypeMethodDescriptionUpdateCall.fallbackPassword
(String fallbackPassword) UpdateCall.fallbackUsername
(String fallbackUsername) static UpdateCall
Create an instance of UpdateCall given an JSON stringUpdateCall.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.UpdateCall.redirectFallbackMethod
(RedirectMethodEnum redirectFallbackMethod) UpdateCall.redirectFallbackUrl
(URI redirectFallbackUrl) UpdateCall.redirectMethod
(RedirectMethodEnum redirectMethod) UpdateCall.redirectUrl
(URI redirectUrl) UpdateCall.state
(CallStateEnum state)