Uses of Class
com.bandwidth.voice.models.ModifyCallRequest
-
Packages that use ModifyCallRequest Package Description com.bandwidth.voice.controllers com.bandwidth.voice.models -
-
Uses of ModifyCallRequest in com.bandwidth.voice.controllers
Methods in com.bandwidth.voice.controllers with parameters of type ModifyCallRequest Modifier and Type Method Description ApiResponse<Void>
APIController. modifyCall(String accountId, String callId, ModifyCallRequest body)
Interrupts and replaces an active call's BXML document.CompletableFuture<ApiResponse<Void>>
APIController. modifyCallAsync(String accountId, String callId, ModifyCallRequest body)
Interrupts and replaces an active call's BXML document. -
Uses of ModifyCallRequest in com.bandwidth.voice.models
Methods in com.bandwidth.voice.models that return ModifyCallRequest Modifier and Type Method Description ModifyCallRequest
ModifyCallRequest.Builder. build()
Builds a newModifyCallRequest
object using the set fields.
-