Uses of Class
com.bandwidth.sdk.model.CreateCallResponse
Packages that use CreateCallResponse
-
Uses of CreateCallResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return CreateCallResponseModifier and TypeMethodDescriptionCallsApi.createCall
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.Methods in com.bandwidth.sdk.api that return types with arguments of type CreateCallResponseModifier and TypeMethodDescriptionCallsApi.createCallWithHttpInfo
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.Method parameters in com.bandwidth.sdk.api with type arguments of type CreateCallResponseModifier and TypeMethodDescriptionokhttp3.Call
CallsApi.createCallAsync
(String accountId, CreateCall createCall, ApiCallback<CreateCallResponse> _callback) Create Call (asynchronously) Creates an outbound phone call. -
Uses of CreateCallResponse in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CreateCallResponseModifier and TypeMethodDescriptionCreateCallResponse.answerFallbackMethod
(CallbackMethodEnum answerFallbackMethod) CreateCallResponse.answerFallbackUrl
(URI answerFallbackUrl) CreateCallResponse.answerMethod
(CallbackMethodEnum answerMethod) CreateCallResponse.applicationId
(String applicationId) CreateCallResponse.callbackTimeout
(Double callbackTimeout) CreateCallResponse.callTimeout
(Double callTimeout) CreateCallResponse.disconnectMethod
(CallbackMethodEnum disconnectMethod) CreateCallResponse.disconnectUrl
(URI disconnectUrl) CreateCallResponse.enqueuedTime
(OffsetDateTime enqueuedTime) CreateCallResponse.fallbackPassword
(String fallbackPassword) CreateCallResponse.fallbackUsername
(String fallbackUsername) static CreateCallResponse
Create an instance of CreateCallResponse given an JSON stringCreateCallResponse.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.