Uses of Class
com.bandwidth.voice.models.ApiCreateCallRequest
Package | Description |
---|---|
com.bandwidth.voice.controllers | |
com.bandwidth.voice.models |
-
Uses of ApiCreateCallRequest in com.bandwidth.voice.controllers
Methods in com.bandwidth.voice.controllers with parameters of type ApiCreateCallRequest Modifier and Type Method Description ApiResponse<ApiCallResponse>
APIController. createCall(java.lang.String accountId, ApiCreateCallRequest body)
Creates an outbound call.java.util.concurrent.CompletableFuture<ApiResponse<ApiCallResponse>>
APIController. createCallAsync(java.lang.String accountId, ApiCreateCallRequest body)
Creates an outbound call. -
Uses of ApiCreateCallRequest in com.bandwidth.voice.models
Methods in com.bandwidth.voice.models that return ApiCreateCallRequest Modifier and Type Method Description ApiCreateCallRequest
ApiCreateCallRequest.Builder. build()
Builds a newApiCreateCallRequest
object using the set fields.