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 a call requestjava.util.concurrent.CompletableFuture<ApiResponse<ApiCallResponse>>
APIController. createCallAsync(java.lang.String accountId, ApiCreateCallRequest body)
Creates a call request -
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()