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