Uses of Class
com.bandwidth.sdk.model.CallState
Packages that use CallState
-
Uses of CallState in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return CallStateModifier and TypeMethodDescriptionCallsApi.getCallState
(String accountId, String callId) Get Call State Information Retrieve the current state of a specific call.Methods in com.bandwidth.sdk.api that return types with arguments of type CallStateModifier and TypeMethodDescriptionCallsApi.getCallStateWithHttpInfo
(String accountId, String callId) Get Call State Information Retrieve the current state of a specific call.CallsApi.listCalls
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken) Get Calls Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest.CallsApi.listCallsWithHttpInfo
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken) Get Calls Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest.Method parameters in com.bandwidth.sdk.api with type arguments of type CallStateModifier and TypeMethodDescriptionokhttp3.Call
CallsApi.getCallStateAsync
(String accountId, String callId, ApiCallback<CallState> _callback) Get Call State Information (asynchronously) Retrieve the current state of a specific call.okhttp3.Call
CallsApi.listCallsAsync
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken, ApiCallback<List<CallState>> _callback) Get Calls (asynchronously) Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest. -
Uses of CallState in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CallStateModifier and TypeMethodDescriptionCallState.answerTime
(OffsetDateTime answerTime) CallState.applicationId
(String applicationId) CallState.direction
(CallDirectionEnum direction) CallState.disconnectCause
(String disconnectCause) CallState.endTime
(OffsetDateTime endTime) CallState.enqueuedTime
(OffsetDateTime enqueuedTime) CallState.errorMessage
(String errorMessage) static CallState
Create an instance of CallState given an JSON stringCallState.lastUpdate
(OffsetDateTime lastUpdate) CallState.parentCallId
(String parentCallId) CallState.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.CallState.putStirShakenItem
(String key, String stirShakenItem) CallState.startTime
(OffsetDateTime startTime) CallState.stirShaken
(Map<String, String> stirShaken)