A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

accountId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for accountId.
accountId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for accountId.
AccountsParticipantsResponse - Class in com.bandwidth.webrtc.models
This is a model class for AccountsParticipantsResponse type.
AccountsParticipantsResponse() - Constructor for class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Default constructor.
AccountsParticipantsResponse(Participant, String) - Constructor for class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Initialization constructor.
AccountsParticipantsResponse.Builder - Class in com.bandwidth.webrtc.models
Class to build instances of AccountsParticipantsResponse.
AccountsTnlookup400ErrorException - Exception in com.bandwidth.phonenumberlookup.exceptions
This is a model class for AccountsTnlookup400ErrorException type.
AccountsTnlookup400ErrorException(String, HttpContext) - Constructor for exception com.bandwidth.phonenumberlookup.exceptions.AccountsTnlookup400ErrorException
Initialization constructor.
ACTIVE - com.bandwidth.voice.models.StateEnum
 
ACTIVE - com.bandwidth.voice.models.StatusEnum
 
activeMembers(List<ConferenceMemberState>) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for activeMembers.
add(Verb) - Method in class com.bandwidth.voice.bxml.verbs.Response
Adds a Verb to the list of Verbs in this Response
add(String, String) - Method in class com.bandwidth.http.Headers
Adds a value for a header name to this object, neither headerName nor value can be null.
add(String, List<String>) - Method in class com.bandwidth.http.Headers
Adds a List of values for a header name to this object.
addAll(Headers) - Method in class com.bandwidth.http.Headers
Adds all the entries in a Headers object to this object.
addAll(Verb...) - Method in class com.bandwidth.voice.bxml.verbs.Response
Adds Verbs to the list of Verbs in this Response
addAllFromMap(Map<String, String>) - Method in class com.bandwidth.http.Headers
Adds values from a Map to this object.
addAllFromMultiMap(Map<String, List<String>>) - Method in class com.bandwidth.http.Headers
Adds values from a simulated Multi-Map to this object.
addParticipantToSession(String, String, String, Subscriptions) - Method in class com.bandwidth.webrtc.controllers.APIController
Add a participant to a session.
addParticipantToSessionAsync(String, String, String, Subscriptions) - Method in class com.bandwidth.webrtc.controllers.APIController
Add a participant to a session.
addQueryParameter(String, Object) - Method in class com.bandwidth.http.request.HttpRequest
Add Query parameter in http request.
addRequestEntry(Request) - Method in class com.bandwidth.http.client.RetryInterceptor
Adds entry into Request entry map.
answerFallbackMethod(AnswerFallbackMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for answerFallbackMethod.
answerFallbackMethod(AnswerFallbackMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for answerFallbackMethod.
AnswerFallbackMethodEnum - Enum in com.bandwidth.voice.models
AnswerFallbackMethodEnum to be used.
answerFallbackUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for answerFallbackUrl.
answerFallbackUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for answerFallbackUrl.
answerMethod(AnswerMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for answerMethod.
answerMethod(AnswerMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for answerMethod.
AnswerMethodEnum - Enum in com.bandwidth.voice.models
AnswerMethodEnum to be used.
answerTime(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for answerTime.
answerTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for answerTime.
answerUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for answerUrl.
answerUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for answerUrl.
APIController - Class in com.bandwidth.messaging.controllers
This class lists all the endpoints of the groups.
APIController - Class in com.bandwidth.phonenumberlookup.controllers
This class lists all the endpoints of the groups.
APIController - Class in com.bandwidth.voice.controllers
This class lists all the endpoints of the groups.
APIController - Class in com.bandwidth.webrtc.controllers
This class lists all the endpoints of the groups.
APIController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.messaging.controllers.APIController
Initializes the controller.
APIController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.phonenumberlookup.controllers.APIController
Initializes the controller.
APIController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.voice.controllers.APIController
Initializes the controller.
APIController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.webrtc.controllers.APIController
Initializes the controller.
APIController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.messaging.controllers.APIController
Initializes the controller with HTTPCallback.
APIController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.phonenumberlookup.controllers.APIController
Initializes the controller with HTTPCallback.
APIController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.voice.controllers.APIController
Initializes the controller with HTTPCallback.
APIController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.webrtc.controllers.APIController
Initializes the controller with HTTPCallback.
ApiErrorException - Exception in com.bandwidth.voice.exceptions
This is a model class for ApiErrorException type.
ApiErrorException(String, HttpContext) - Constructor for exception com.bandwidth.voice.exceptions.ApiErrorException
Initialization constructor.
ApiException - Exception in com.bandwidth.exceptions
This is the base class for all exceptions that represent an error response from the server.
ApiException(String) - Constructor for exception com.bandwidth.exceptions.ApiException
Initialization constructor.
ApiException(String, HttpContext) - Constructor for exception com.bandwidth.exceptions.ApiException
Initialization constructor.
ApiHelper - Class in com.bandwidth
This is a Helper class with commonly used utilities for the SDK.
ApiHelper() - Constructor for class com.bandwidth.ApiHelper
 
ApiResponse<T> - Class in com.bandwidth.http.response
 
ApiResponse(int, Headers, T) - Constructor for class com.bandwidth.http.response.ApiResponse
Initialization constructor.
appendUrlWithQueryParameters(StringBuilder, Map<String, Object>) - Static method in class com.bandwidth.ApiHelper
Appends the given set of parameters to the given query string.
appendUrlWithTemplateParameters(StringBuilder, Map<String, AbstractMap.SimpleEntry<Object, Boolean>>) - Static method in class com.bandwidth.ApiHelper
Replaces template parameters in the given URL.
applicationId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for applicationId.
applicationId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for applicationId.
apply(HttpRequest) - Method in interface com.bandwidth.AuthManager
Adds authentication to the given HttpRequest.
apply(HttpRequest) - Method in class com.bandwidth.MessagingBasicAuthManager
Adds authentication to the given HttpRequest.
apply(HttpRequest) - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
Adds authentication to the given HttpRequest.
apply(HttpRequest) - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
Adds authentication to the given HttpRequest.
apply(HttpRequest) - Method in class com.bandwidth.VoiceBasicAuthManager
Adds authentication to the given HttpRequest.
apply(HttpRequest) - Method in class com.bandwidth.WebRtcBasicAuthManager
Adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in interface com.bandwidth.AuthManager
Asynchronously adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in class com.bandwidth.MessagingBasicAuthManager
Asynchronously adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
Asynchronously adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
Asynchronously adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in class com.bandwidth.VoiceBasicAuthManager
Asynchronously adds authentication to the given HttpRequest.
applyAsync(HttpRequest) - Method in class com.bandwidth.WebRtcBasicAuthManager
Asynchronously adds authentication to the given HttpRequest.
asMultimap() - Method in class com.bandwidth.http.Headers
Returns a simulated MultiMap of the headers.
asSimpleMap() - Method in class com.bandwidth.http.Headers
Returns a Map of the headers, giving only one value for each header name.
ASYNC - com.bandwidth.voice.models.ModeEnum
 
attachmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for attachmentCount.
AUDIO - com.bandwidth.webrtc.models.PublishPermissionEnum
 
audioProducer(AudioProducer) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) Using the AudioProducer inside the Gather verb will play the media until a digit is received.
audioProducer(List<AudioProducer>) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) Using the AudioProducers inside the Gather verb will play the media(s) until a digit is received.
AudioProducer - Interface in com.bandwidth.voice.bxml.verbs
Produces Audio in the Verb.
audioUri(String) - Method in class com.bandwidth.voice.bxml.verbs.PlayAudio.PlayAudioBuilder
URL of audio to play
audioUri(URI) - Method in class com.bandwidth.voice.bxml.verbs.PlayAudio.PlayAudioBuilder
URL of audio to play
AuthManager - Interface in com.bandwidth
Interface for defining the behavior of Authentication Classes.
authManagers - Variable in class com.bandwidth.controllers.BaseController
 

B

backOffFactor(int) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
To use in calculation of wait time for next request in case of failure.
BandwidthCallbackMessage - Class in com.bandwidth.messaging.models
This is a model class for BandwidthCallbackMessage type.
BandwidthCallbackMessage() - Constructor for class com.bandwidth.messaging.models.BandwidthCallbackMessage
Default constructor.
BandwidthCallbackMessage(String, String, String, String, String, BandwidthMessage) - Constructor for class com.bandwidth.messaging.models.BandwidthCallbackMessage
Initialization constructor.
BandwidthCallbackMessage.Builder - Class in com.bandwidth.messaging.models
Class to build instances of BandwidthCallbackMessage.
BandwidthClient - Class in com.bandwidth
Gateway class for the library.
BandwidthClient.Builder - Class in com.bandwidth
Class to build instances of BandwidthClient.
BandwidthMessage - Class in com.bandwidth.messaging.models
This is a model class for BandwidthMessage type.
BandwidthMessage() - Constructor for class com.bandwidth.messaging.models.BandwidthMessage
Default constructor.
BandwidthMessage(String, String, String, String, Integer, String, List<String>, String, List<String>, String, String, String) - Constructor for class com.bandwidth.messaging.models.BandwidthMessage
Initialization constructor.
BandwidthMessage.Builder - Class in com.bandwidth.messaging.models
Class to build instances of BandwidthMessage.
BandwidthMessageItem - Class in com.bandwidth.messaging.models
This is a model class for BandwidthMessageItem type.
BandwidthMessageItem() - Constructor for class com.bandwidth.messaging.models.BandwidthMessageItem
Default constructor.
BandwidthMessageItem(String, String, String, String, String, String, String, Integer, Integer, String, String, Integer, Integer, Integer, Integer, String) - Constructor for class com.bandwidth.messaging.models.BandwidthMessageItem
Initialization constructor.
BandwidthMessageItem.Builder - Class in com.bandwidth.messaging.models
Class to build instances of BandwidthMessageItem.
BandwidthMessagesList - Class in com.bandwidth.messaging.models
This is a model class for BandwidthMessagesList type.
BandwidthMessagesList() - Constructor for class com.bandwidth.messaging.models.BandwidthMessagesList
Default constructor.
BandwidthMessagesList(Integer, PageInfo, List<BandwidthMessageItem>) - Constructor for class com.bandwidth.messaging.models.BandwidthMessagesList
Initialization constructor.
BandwidthMessagesList.Builder - Class in com.bandwidth.messaging.models
Class to build instances of BandwidthMessagesList.
BaseController - Class in com.bandwidth.controllers
Base class for all Controllers.
BaseController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.controllers.BaseController
 
BaseController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.controllers.BaseController
 
BaseController.RequestExecutor - Interface in com.bandwidth.controllers
RequestExecutor.
BaseController.RequestSupplier - Interface in com.bandwidth.controllers
RequestSupplier.
BaseController.ResponseHandler<T> - Interface in com.bandwidth.controllers
ResponseHandler.
baseUrl(String) - Method in class com.bandwidth.BandwidthClient.Builder
baseUrl value.
Bridge - Class in com.bandwidth.voice.bxml.verbs
The Bridge verb is used to bridge another party (target call) onto the current call.
Bridge() - Constructor for class com.bandwidth.voice.bxml.verbs.Bridge
 
Bridge.BridgeBuilder - Class in com.bandwidth.voice.bxml.verbs
 
BridgeBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeCompleteFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeCompleteFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeCompleteFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeCompleteFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeCompleteMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) he HTTP method to use for the request to bridgeCompleteUrl.
bridgeCompleteMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) he HTTP method to use for the request to bridgeCompleteUrl.
bridgeCompleteUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) URL to send the Bridge Complete event to and request new BXML.
bridgeCompleteUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) URL to send the Bridge Complete event to and request new BXML.
bridgeTargetCompleteFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeTargetCompleteFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeTargetCompleteFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeTargetCompleteFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
 
bridgeTargetCompleteMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) he HTTP method to use for the request to bridgeTargetCompleteUrl.
bridgeTargetCompleteMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) he HTTP method to use for the request to bridgeTargetCompleteUrl.
bridgeTargetCompleteUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) URL to send the Bridge Target Complete event to and request new BXML.
bridgeTargetCompleteUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Bridge.BridgeBuilder
(optional) URL to send the Bridge Target Complete event to and request new BXML.
build() - Method in class com.bandwidth.BandwidthClient.Builder
Builds a new BandwidthClient object using the set fields.
build() - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
Builds a new HttpClientConfiguration object using the set fields.
build() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Builds a new BandwidthCallbackMessage object using the set fields.
build() - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Builds a new BandwidthMessage object using the set fields.
build() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Builds a new BandwidthMessageItem object using the set fields.
build() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList.Builder
Builds a new BandwidthMessagesList object using the set fields.
build() - Method in class com.bandwidth.messaging.models.DeferredResult.Builder
Builds a new DeferredResult object using the set fields.
build() - Method in class com.bandwidth.messaging.models.Media.Builder
Builds a new Media object using the set fields.
build() - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Builds a new MessageRequest object using the set fields.
build() - Method in class com.bandwidth.messaging.models.PageInfo.Builder
Builds a new PageInfo object using the set fields.
build() - Method in class com.bandwidth.messaging.models.Tag.Builder
Builds a new Tag object using the set fields.
build() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Builds a new TwoFactorCodeRequestSchema object using the set fields.
build() - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse.Builder
Builds a new TwoFactorMessagingResponse object using the set fields.
build() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse.Builder
Builds a new TwoFactorVerifyCodeResponse object using the set fields.
build() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Builds a new TwoFactorVerifyRequestSchema object using the set fields.
build() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse.Builder
Builds a new TwoFactorVoiceResponse object using the set fields.
build() - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest.Builder
Builds a new OrderRequest object using the set fields.
build() - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse.Builder
Builds a new OrderResponse object using the set fields.
build() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
Builds a new OrderStatus object using the set fields.
build() - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Builds a new Result object using the set fields.
build() - Method in class com.bandwidth.voice.models.CallCallback.Builder
Builds a new CallCallback object using the set fields.
build() - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Builds a new CallRecordingMetadata object using the set fields.
build() - Method in class com.bandwidth.voice.models.CallState.Builder
Builds a new CallState object using the set fields.
build() - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Builds a new ConferenceCallback object using the set fields.
build() - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Builds a new ConferenceMemberState object using the set fields.
build() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Builds a new ConferenceRecordingMetadata object using the set fields.
build() - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Builds a new ConferenceState object using the set fields.
build() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Builds a new CreateCallRequest object using the set fields.
build() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Builds a new CreateCallResponse object using the set fields.
build() - Method in class com.bandwidth.voice.models.Diversion.Builder
Builds a new Diversion object using the set fields.
build() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Builds a new MachineDetectionConfiguration object using the set fields.
build() - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest.Builder
Builds a new ModifyCallRecordingRequest object using the set fields.
build() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Builds a new ModifyCallRequest object using the set fields.
build() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Builds a new ModifyConferenceRequest object using the set fields.
build() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Builds a new TranscribeRecordingRequest object using the set fields.
build() - Method in class com.bandwidth.voice.models.Transcript.Builder
Builds a new Transcript object using the set fields.
build() - Method in class com.bandwidth.voice.models.Transcription.Builder
Builds a new Transcription object using the set fields.
build() - Method in class com.bandwidth.voice.models.TranscriptionMetadata.Builder
Builds a new TranscriptionMetadata object using the set fields.
build() - Method in class com.bandwidth.voice.models.TranscriptionResponse.Builder
Builds a new TranscriptionResponse object using the set fields.
build() - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse.Builder
Builds a new AccountsParticipantsResponse object using the set fields.
build() - Method in class com.bandwidth.webrtc.models.Participant.Builder
Builds a new Participant object using the set fields.
build() - Method in class com.bandwidth.webrtc.models.ParticipantSubscription.Builder
Builds a new ParticipantSubscription object using the set fields.
build() - Method in class com.bandwidth.webrtc.models.Session.Builder
Builds a new Session object using the set fields.
build() - Method in class com.bandwidth.webrtc.models.Subscriptions.Builder
Builds a new Subscriptions object using the set fields.
Builder() - Constructor for class com.bandwidth.BandwidthClient.Builder
 
Builder() - Constructor for class com.bandwidth.http.client.HttpClientConfiguration.Builder
Default Constructor to initiate builder with default properties.
Builder() - Constructor for class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.BandwidthMessage.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.BandwidthMessagesList.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.DeferredResult.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.Media.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.MessageRequest.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.messaging.models.PageInfo.Builder
 
Builder() - Constructor for class com.bandwidth.messaging.models.Tag.Builder
 
Builder() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse.Builder
 
Builder() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse.Builder
 
Builder() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse.Builder
 
Builder() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderRequest.Builder
 
Builder() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderResponse.Builder
 
Builder() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
 
Builder() - Constructor for class com.bandwidth.phonenumberlookup.models.Result.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.CallCallback.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.CallRecordingMetadata.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.CallState.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ConferenceCallback.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ConferenceMemberState.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ConferenceState.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.CreateCallRequest.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.voice.models.CreateCallResponse.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.voice.models.Diversion.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ModifyCallRecordingRequest.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.voice.models.ModifyCallRequest.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.Transcript.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.Transcription.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.TranscriptionMetadata.Builder
 
Builder() - Constructor for class com.bandwidth.voice.models.TranscriptionResponse.Builder
 
Builder() - Constructor for class com.bandwidth.webrtc.models.AccountsParticipantsResponse.Builder
 
Builder() - Constructor for class com.bandwidth.webrtc.models.Participant.Builder
 
Builder() - Constructor for class com.bandwidth.webrtc.models.ParticipantSubscription.Builder
Initialization constructor.
Builder() - Constructor for class com.bandwidth.webrtc.models.Session.Builder
 
Builder() - Constructor for class com.bandwidth.webrtc.models.Subscriptions.Builder
Initialization constructor.
Builder(State1Enum) - Constructor for class com.bandwidth.voice.models.ModifyCallRecordingRequest.Builder
Initialization constructor.
Builder(String) - Constructor for class com.bandwidth.webrtc.models.ParticipantSubscription.Builder
Initialization constructor.
Builder(String) - Constructor for class com.bandwidth.webrtc.models.Subscriptions.Builder
Initialization constructor.
Builder(String, String, double, String) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Initialization constructor.
Builder(String, String, String, String) - Constructor for class com.bandwidth.voice.models.CreateCallRequest.Builder
Initialization constructor.
Builder(String, String, String, String, double) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Initialization constructor.
Builder(String, String, String, String, String, String, String, AnswerMethodEnum, DisconnectMethodEnum) - Constructor for class com.bandwidth.voice.models.CreateCallResponse.Builder
Initialization constructor.
Builder(String, List<String>, String) - Constructor for class com.bandwidth.messaging.models.MessageRequest.Builder
Initialization constructor.

C

callbackMethod(CallbackMethodEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for callbackMethod.
callbackMethod(CallbackMethodEnum) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for callbackMethod.
CallbackMethodEnum - Enum in com.bandwidth.voice.models
CallbackMethodEnum to be used.
callbackTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for callbackTimeout.
callbackTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for callbackTimeout.
callbackTimeout(Double) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for callbackTimeout.
callbackUrl(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for callbackUrl.
callbackUrl(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for callbackUrl.
callbackUrl(String) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for callbackUrl.
CallCallback - Class in com.bandwidth.voice.models
This is a model class for CallCallback type.
CallCallback() - Constructor for class com.bandwidth.voice.models.CallCallback
Default constructor.
CallCallback(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Integer, String, String, String, Transcription, Diversion) - Constructor for class com.bandwidth.voice.models.CallCallback
Initialization constructor.
CallCallback.Builder - Class in com.bandwidth.voice.models
Class to build instances of CallCallback.
callId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for callId.
callId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for callId.
callIdsToCoach - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) A comma-separated list of call ids to coach.
callIdsToCoach(List<String>) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
(optional) A list of call ids to coach.
callIdsToCoach(List<String>) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for callIdsToCoach.
CallRecordingMetadata - Class in com.bandwidth.voice.models
This is a model class for CallRecordingMetadata type.
CallRecordingMetadata() - Constructor for class com.bandwidth.voice.models.CallRecordingMetadata
Default constructor.
CallRecordingMetadata(String, String, String, OptionalNullable<String>, String, String, String, String, String, String, DirectionEnum, Integer, LocalDateTime, LocalDateTime, FileFormatEnum, String, String, TranscriptionMetadata) - Constructor for class com.bandwidth.voice.models.CallRecordingMetadata
Internal initialization constructor.
CallRecordingMetadata(String, String, String, String, String, String, String, String, String, String, DirectionEnum, Integer, LocalDateTime, LocalDateTime, FileFormatEnum, String, String, TranscriptionMetadata) - Constructor for class com.bandwidth.voice.models.CallRecordingMetadata
Initialization constructor.
CallRecordingMetadata.Builder - Class in com.bandwidth.voice.models
Class to build instances of CallRecordingMetadata.
CallState - Class in com.bandwidth.voice.models
This is a model class for CallState type.
CallState() - Constructor for class com.bandwidth.voice.models.CallState
Default constructor.
CallState(String, OptionalNullable<String>, String, String, String, String, String, String, OptionalNullable<String>, Map<String, String>, LocalDateTime, OptionalNullable<LocalDateTime>, OptionalNullable<LocalDateTime>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, LocalDateTime) - Constructor for class com.bandwidth.voice.models.CallState
Internal initialization constructor.
CallState(String, String, String, String, String, String, String, String, String, Map<String, String>, LocalDateTime, LocalDateTime, LocalDateTime, String, String, String, LocalDateTime) - Constructor for class com.bandwidth.voice.models.CallState
Initialization constructor.
CallState.Builder - Class in com.bandwidth.voice.models
Class to build instances of CallState.
callTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for callTimeout.
callTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for callTimeout.
callUrl(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for callUrl.
callUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for callUrl.
campaignClass(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for campaignClass.
carrierName(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for carrierName.
cause(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for cause.
channels(Integer) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for channels.
channels(Integer) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for channels.
channels(Integer) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for channels.
channels(Integer) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for channels.
CHLOE - com.bandwidth.voice.bxml.verbs.Voice
 
CHRISTOPHE - com.bandwidth.voice.bxml.verbs.Voice
 
cleanUrl(StringBuilder) - Static method in class com.bandwidth.ApiHelper
Validates and processes the given URL.
code(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Setter for code.
com.bandwidth - package com.bandwidth
 
com.bandwidth.controllers - package com.bandwidth.controllers
 
com.bandwidth.exceptions - package com.bandwidth.exceptions
 
com.bandwidth.http - package com.bandwidth.http
 
com.bandwidth.http.client - package com.bandwidth.http.client
 
com.bandwidth.http.request - package com.bandwidth.http.request
 
com.bandwidth.http.response - package com.bandwidth.http.response
 
com.bandwidth.internal - package com.bandwidth.internal
 
com.bandwidth.messaging.controllers - package com.bandwidth.messaging.controllers
 
com.bandwidth.messaging.exceptions - package com.bandwidth.messaging.exceptions
 
com.bandwidth.messaging.models - package com.bandwidth.messaging.models
 
com.bandwidth.multifactorauth.controllers - package com.bandwidth.multifactorauth.controllers
 
com.bandwidth.multifactorauth.exceptions - package com.bandwidth.multifactorauth.exceptions
 
com.bandwidth.multifactorauth.models - package com.bandwidth.multifactorauth.models
 
com.bandwidth.phonenumberlookup.controllers - package com.bandwidth.phonenumberlookup.controllers
 
com.bandwidth.phonenumberlookup.exceptions - package com.bandwidth.phonenumberlookup.exceptions
 
com.bandwidth.phonenumberlookup.models - package com.bandwidth.phonenumberlookup.models
 
com.bandwidth.utilities - package com.bandwidth.utilities
 
com.bandwidth.voice.bxml.verbs - package com.bandwidth.voice.bxml.verbs
 
com.bandwidth.voice.bxml.verbs.adapter - package com.bandwidth.voice.bxml.verbs.adapter
 
com.bandwidth.voice.controllers - package com.bandwidth.voice.controllers
 
com.bandwidth.voice.exceptions - package com.bandwidth.voice.exceptions
 
com.bandwidth.voice.models - package com.bandwidth.voice.models
 
com.bandwidth.webrtc.controllers - package com.bandwidth.webrtc.controllers
 
com.bandwidth.webrtc.exceptions - package com.bandwidth.webrtc.exceptions
 
com.bandwidth.webrtc.models - package com.bandwidth.webrtc.models
 
com.bandwidth.webrtc.utils - package com.bandwidth.webrtc.utils
 
COMPLETED - com.bandwidth.voice.models.StateEnum
 
COMPLETED - com.bandwidth.voice.models.StatusEnum
 
completedTime(String) - Method in class com.bandwidth.voice.models.Transcription.Builder
Setter for completedTime.
completedTime(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata.Builder
Setter for completedTime.
completedTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for completedTime.
Conference - Class in com.bandwidth.voice.bxml.verbs
The PlayAudio verb is used to play an audio file in the call.
Conference() - Constructor for class com.bandwidth.voice.bxml.verbs.Conference
 
Conference.ConferenceBuilder - Class in com.bandwidth.voice.bxml.verbs
 
ConferenceBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
ConferenceCallback - Class in com.bandwidth.voice.models
This is a model class for ConferenceCallback type.
ConferenceCallback() - Constructor for class com.bandwidth.voice.models.ConferenceCallback
Default constructor.
ConferenceCallback(String, String, String, String, String, String, String, String, String, String, Integer, String, String, String, String, String, String) - Constructor for class com.bandwidth.voice.models.ConferenceCallback
Initialization constructor.
ConferenceCallback.Builder - Class in com.bandwidth.voice.models
Class to build instances of ConferenceCallback.
conferenceEventFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.Conference
 
conferenceEventFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceEventFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceEventFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.Conference
 
conferenceEventFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceEventFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceEventMethod - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) The HTTP method to use for the request to conferenceEventUrl.
conferenceEventMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
(optional) he HTTP method to use for the request to conferenceEventMethod.
conferenceEventMethod(ConferenceEventMethodEnum) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for conferenceEventMethod.
conferenceEventMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
(optional) he HTTP method to use for the request to conferenceEventMethod.
ConferenceEventMethodEnum - Enum in com.bandwidth.voice.models
ConferenceEventMethodEnum to be used.
conferenceEventUrl - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) URL to send Conference events to.
conferenceEventUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceEventUrl(String) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for conferenceEventUrl.
conferenceEventUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Conference.ConferenceBuilder
 
conferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for conferenceId.
conferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for conferenceId.
conferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for conferenceId.
ConferenceMemberState - Class in com.bandwidth.voice.models
This is a model class for ConferenceMemberState type.
ConferenceMemberState() - Constructor for class com.bandwidth.voice.models.ConferenceMemberState
Default constructor.
ConferenceMemberState(String, String, String, Boolean, Boolean, OptionalNullable<List<String>>) - Constructor for class com.bandwidth.voice.models.ConferenceMemberState
Internal initialization constructor.
ConferenceMemberState(String, String, String, Boolean, Boolean, List<String>) - Constructor for class com.bandwidth.voice.models.ConferenceMemberState
Initialization constructor.
ConferenceMemberState.Builder - Class in com.bandwidth.voice.models
Class to build instances of ConferenceMemberState.
ConferenceRecordingMetadata - Class in com.bandwidth.voice.models
This is a model class for ConferenceRecordingMetadata type.
ConferenceRecordingMetadata() - Constructor for class com.bandwidth.voice.models.ConferenceRecordingMetadata
Default constructor.
ConferenceRecordingMetadata(String, String, String, String, String, Integer, LocalDateTime, LocalDateTime, FileFormatEnum, String, String) - Constructor for class com.bandwidth.voice.models.ConferenceRecordingMetadata
Initialization constructor.
ConferenceRecordingMetadata.Builder - Class in com.bandwidth.voice.models
Class to build instances of ConferenceRecordingMetadata.
ConferenceState - Class in com.bandwidth.voice.models
This is a model class for ConferenceState type.
ConferenceState() - Constructor for class com.bandwidth.voice.models.ConferenceState
Default constructor.
ConferenceState(String, String, LocalDateTime, OptionalNullable<LocalDateTime>, OptionalNullable<String>, OptionalNullable<ConferenceEventMethodEnum>, OptionalNullable<String>, List<ConferenceMemberState>) - Constructor for class com.bandwidth.voice.models.ConferenceState
Internal initialization constructor.
ConferenceState(String, String, LocalDateTime, LocalDateTime, String, ConferenceEventMethodEnum, String, List<ConferenceMemberState>) - Constructor for class com.bandwidth.voice.models.ConferenceState
Initialization constructor.
ConferenceState.Builder - Class in com.bandwidth.voice.models
Class to build instances of ConferenceState.
confidence(Double) - Method in class com.bandwidth.voice.models.Transcript.Builder
Setter for confidence.
config - Variable in class com.bandwidth.controllers.BaseController
Protected variables to hold an instance of Configuration.
Configuration - Interface in com.bandwidth
Configuration Interface for the library.
content(String) - Method in class com.bandwidth.messaging.models.Media.Builder
Setter for content.
contentLength(Integer) - Method in class com.bandwidth.messaging.models.Media.Builder
Setter for contentLength.
convertResponse(HttpRequest, Response, boolean) - Static method in class com.bandwidth.http.client.OkClient
Converts a given OkHttp response into our internal http response model.
country(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for country.
createCall(String, CreateCallRequest) - Method in class com.bandwidth.voice.controllers.APIController
Creates an outbound phone call.
createCallAsync(String, CreateCallRequest) - Method in class com.bandwidth.voice.controllers.APIController
Creates an outbound phone call.
CreateCallRequest - Class in com.bandwidth.voice.models
This is a model class for CreateCallRequest type.
CreateCallRequest() - Constructor for class com.bandwidth.voice.models.CreateCallRequest
Default constructor.
CreateCallRequest(String, String, String, String, OptionalNullable<String>, OptionalNullable<Double>, OptionalNullable<Double>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<AnswerMethodEnum>, OptionalNullable<AnswerFallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<DisconnectMethodEnum>, OptionalNullable<String>, MachineDetectionConfiguration) - Constructor for class com.bandwidth.voice.models.CreateCallRequest
Internal initialization constructor.
CreateCallRequest(String, String, String, String, String, Double, Double, String, String, String, String, String, AnswerMethodEnum, AnswerFallbackMethodEnum, String, DisconnectMethodEnum, String, MachineDetectionConfiguration) - Constructor for class com.bandwidth.voice.models.CreateCallRequest
Initialization constructor.
CreateCallRequest.Builder - Class in com.bandwidth.voice.models
Class to build instances of CreateCallRequest.
CreateCallResponse - Class in com.bandwidth.voice.models
This is a model class for CreateCallResponse type.
CreateCallResponse() - Constructor for class com.bandwidth.voice.models.CreateCallResponse
Default constructor.
CreateCallResponse(String, String, String, String, String, String, String, AnswerMethodEnum, DisconnectMethodEnum, LocalDateTime, Double, Double, OptionalNullable<String>, OptionalNullable<AnswerFallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.bandwidth.voice.models.CreateCallResponse
Internal initialization constructor.
CreateCallResponse(String, String, String, String, String, String, String, AnswerMethodEnum, DisconnectMethodEnum, LocalDateTime, Double, Double, String, AnswerFallbackMethodEnum, String, String, String, String, String, String) - Constructor for class com.bandwidth.voice.models.CreateCallResponse
Initialization constructor.
CreateCallResponse.Builder - Class in com.bandwidth.voice.models
Class to build instances of CreateCallResponse.
createdTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for createdTime.
createLookupRequest(String, OrderRequest) - Method in class com.bandwidth.phonenumberlookup.controllers.APIController
Create a TN Lookup Order.
createLookupRequestAsync(String, OrderRequest) - Method in class com.bandwidth.phonenumberlookup.controllers.APIController
Create a TN Lookup Order.
createMessage(String, MessageRequest) - Method in class com.bandwidth.messaging.controllers.APIController
Endpoint for sending text messages and picture messages using V2 messaging.
createMessageAsync(String, MessageRequest) - Method in class com.bandwidth.messaging.controllers.APIController
Endpoint for sending text messages and picture messages using V2 messaging.
createMessagingTwoFactor(String, TwoFactorCodeRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Multi-Factor authentication with Bandwidth Messaging services.
createMessagingTwoFactorAsync(String, TwoFactorCodeRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Multi-Factor authentication with Bandwidth Messaging services.
createParticipant(String, Participant) - Method in class com.bandwidth.webrtc.controllers.APIController
Create a new participant under this account.
createParticipantAsync(String, Participant) - Method in class com.bandwidth.webrtc.controllers.APIController
Create a new participant under this account.
createSession(String, Session) - Method in class com.bandwidth.webrtc.controllers.APIController
Create a new session.
createSessionAsync(String, Session) - Method in class com.bandwidth.webrtc.controllers.APIController
Create a new session.
createTranscribeCallRecording(String, String, String, TranscribeRecordingRequest) - Method in class com.bandwidth.voice.controllers.APIController
Requests that the specified recording be transcribed.
createTranscribeCallRecordingAsync(String, String, String, TranscribeRecordingRequest) - Method in class com.bandwidth.voice.controllers.APIController
Requests that the specified recording be transcribed.
createVerifyTwoFactor(String, TwoFactorVerifyRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Allows a user to verify an MFA code.
createVerifyTwoFactorAsync(String, TwoFactorVerifyRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Allows a user to verify an MFA code.
createVoiceTwoFactor(String, TwoFactorCodeRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Multi-Factor authentication with Bandwidth Voice services.
createVoiceTwoFactorAsync(String, TwoFactorCodeRequestSchema) - Method in class com.bandwidth.multifactorauth.controllers.MFAController
Multi-Factor authentication with Bandwidth Voice services.
CUSTOM - com.bandwidth.Environment
 

D

DateTimeHelper - Class in com.bandwidth
This is a utility class for DateTime operations.
DateTimeHelper() - Constructor for class com.bandwidth.DateTimeHelper
 
DateTimeHelper.Rfc1123DateTimeDeserializer - Class in com.bandwidth
A class to handle deserialization of DateTime objects to Rfc1123 format strings.
DateTimeHelper.Rfc1123DateTimeSerializer - Class in com.bandwidth
A class to handle serialization of Rfc1123 format strings to DateTime objects.
DateTimeHelper.Rfc8601DateTimeDeserializer - Class in com.bandwidth
A class to handle deserialization of DateTime objects to Rfc8601(Rfc3339) format strings.
DateTimeHelper.Rfc8601DateTimeSerializer - Class in com.bandwidth
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
DateTimeHelper.SimpleDateDeserializer - Class in com.bandwidth
A class to handle deserialization of date strings to LocalDate objects.
DateTimeHelper.SimpleDateSerializer - Class in com.bandwidth
A class to handle serialization of LocalDate objects to date strings.
DateTimeHelper.UnixTimestampDeserializer - Class in com.bandwidth
A class to handle deserialization of DateTime objects to Unix Timestamps.
DateTimeHelper.UnixTimestampSerializer - Class in com.bandwidth
A class to handle serialization of Unix Timestamps to DateTime objects.
DeferredResult - Class in com.bandwidth.messaging.models
This is a model class for DeferredResult type.
DeferredResult() - Constructor for class com.bandwidth.messaging.models.DeferredResult
Default constructor.
DeferredResult(Object, Boolean) - Constructor for class com.bandwidth.messaging.models.DeferredResult
Initialization constructor.
DeferredResult.Builder - Class in com.bandwidth.messaging.models
Class to build instances of DeferredResult.
delayResult(Boolean) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for delayResult.
delete(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP DELETE request with parameters.
delete(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP DELETE request with parameters.
DELETE - com.bandwidth.http.request.HttpMethod
 
deleteBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP DELETE request with body.
deleteBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP DELETE request with body.
deleteCallTranscription(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording's transcription.
deleteCallTranscriptionAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording's transcription.
deleteMedia(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Deletes a media file from Bandwidth API server.
deleteMediaAsync(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Deletes a media file from Bandwidth API server.
deleteParticipant(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Delete participant by ID.
deleteParticipantAsync(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Delete participant by ID.
deleteRecording(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording.
deleteRecordingAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording.
deleteRecordingMedia(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording's media.
deleteRecordingMediaAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Deletes the specified recording's media.
deleteSession(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Delete session by ID.
deleteSessionAsync(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Delete session by ID.
description(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for description.
deserialize(JsonParser, DeserializationContext) - Method in class com.bandwidth.DateTimeHelper.Rfc1123DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.bandwidth.DateTimeHelper.Rfc8601DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.bandwidth.DateTimeHelper.SimpleDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.bandwidth.DateTimeHelper.UnixTimestampDeserializer
 
deserialize(String) - Static method in class com.bandwidth.ApiHelper
Json deserialization of the given Json string.
deserialize(String, TypeReference<List<T>>, Class<T>, JsonDeserializer<T>) - Static method in class com.bandwidth.ApiHelper
Json deserialization of the given Json string using a specified JsonDerializer.
deserialize(String, TypeReference<T>) - Static method in class com.bandwidth.ApiHelper
JSON Deserialization of the given json string.
deserialize(String, Class<T>) - Static method in class com.bandwidth.ApiHelper
Json deserialization of the given Json string.
deserializeArray(String, Class<T[]>) - Static method in class com.bandwidth.ApiHelper
JSON Deserialization of the given json string.
deserializeAsObject(String) - Static method in class com.bandwidth.ApiHelper
Json deserialization of the given Json string.
destinationTn(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for destinationTn.
detectionTimeout(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for detectionTimeout.
deviceApiVersion(DeviceApiVersionEnum) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for deviceApiVersion.
DeviceApiVersionEnum - Enum in com.bandwidth.webrtc.models
DeviceApiVersionEnum to be used.
digit(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for digit.
digits(double) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for digits.
digits(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for digits.
direction(DirectionEnum) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for direction.
direction(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for direction.
direction(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for direction.
direction(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for direction.
DirectionEnum - Enum in com.bandwidth.voice.models
DirectionEnum to be used.
disconnectCause(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for disconnectCause.
disconnectMethod(DisconnectMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for disconnectMethod.
disconnectMethod(DisconnectMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for disconnectMethod.
DisconnectMethodEnum - Enum in com.bandwidth.voice.models
DisconnectMethodEnum to be used.
disconnectUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for disconnectUrl.
disconnectUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for disconnectUrl.
diversion(Diversion) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for diversion.
Diversion - Class in com.bandwidth.voice.models
This is a model class for Diversion type.
Diversion() - Constructor for class com.bandwidth.voice.models.Diversion
Default constructor.
Diversion(String, String, String, String) - Constructor for class com.bandwidth.voice.models.Diversion
Initialization constructor.
Diversion.Builder - Class in com.bandwidth.voice.models
Class to build instances of Diversion.
dtmfMethod - Variable in class com.bandwidth.voice.bxml.verbs.StartGather
 
dtmfMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.StartGather.StartGatherBuilder
(optional) The HTTP method to use for the request to dtmfUrl.
dtmfMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.StartGather.StartGatherBuilder
(optional) The HTTP method to use for the request to dtmfUrl.
dtmfUrl - Variable in class com.bandwidth.voice.bxml.verbs.StartGather
 
dtmfUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.StartGather.StartGatherBuilder
URL to send the DTMF event to.
dtmfUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.StartGather.StartGatherBuilder
URL to send the DTMF event to.
duration(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for duration.
duration(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for duration.
duration(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for duration.
duration(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for duration.
DynamicResponse - Class in com.bandwidth.voice.models
Represents dynamic response returned by an API call.
DynamicResponse(HttpResponse) - Constructor for class com.bandwidth.voice.models.DynamicResponse
Instantiate class.

E

e164Format(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for e164Format.
ELAINE - com.bandwidth.voice.bxml.verbs.Voice
 
ELLA - com.bandwidth.voice.bxml.verbs.Voice
 
EMILY - com.bandwidth.voice.bxml.verbs.Voice
 
endTime(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for endTime.
endTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for endTime.
endTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for endTime.
endTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for endTime.
endTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for endTime.
ENUM_DEFAULT - com.bandwidth.messaging.models.PriorityEnum
 
ENUM_DEFAULT - com.bandwidth.Server
 
environment(Environment) - Method in class com.bandwidth.BandwidthClient.Builder
Current API environment.
Environment - Enum in com.bandwidth
Environment to be used.
equals(String, String) - Method in interface com.bandwidth.MessagingBasicAuthCredentials
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in class com.bandwidth.MessagingBasicAuthManager
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in interface com.bandwidth.MultiFactorAuthBasicAuthCredentials
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in interface com.bandwidth.PhoneNumberLookupBasicAuthCredentials
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in interface com.bandwidth.VoiceBasicAuthCredentials
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in class com.bandwidth.VoiceBasicAuthManager
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in interface com.bandwidth.WebRtcBasicAuthCredentials
Checks if provided credentials matched with existing ones.
equals(String, String) - Method in class com.bandwidth.WebRtcBasicAuthManager
Checks if provided credentials matched with existing ones.
errorCode(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for errorCode.
errorCode(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for errorCode.
ErrorException - Exception in com.bandwidth.webrtc.exceptions
This is a model class for ErrorException type.
ErrorException(String, HttpContext) - Constructor for exception com.bandwidth.webrtc.exceptions.ErrorException
Initialization constructor.
errorId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for errorId.
errorId(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for errorId.
errorMessage(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for errorMessage.
errorMessage(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for errorMessage.
ErrorWithRequestException - Exception in com.bandwidth.multifactorauth.exceptions
This is a model class for ErrorWithRequestException type.
ErrorWithRequestException(String, HttpContext) - Constructor for exception com.bandwidth.multifactorauth.exceptions.ErrorWithRequestException
Initialization constructor.
ETHAN - com.bandwidth.voice.bxml.verbs.Voice
 
eventTime(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for eventTime.
eventTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for eventTime.
eventType(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for eventType.
eventType(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for eventType.
execute(HttpRequest) - Method in interface com.bandwidth.controllers.BaseController.RequestExecutor
Execute a given HttpRequest to get the response back.
execute(HttpRequest, boolean) - Method in interface com.bandwidth.http.client.HttpClient
Execute a given HttpRequest to get string/binary response back.
execute(HttpRequest, boolean) - Method in class com.bandwidth.http.client.OkClient
Execute a given HttpRequest to get string/binary response back.
executeAsync(HttpRequest, boolean) - Method in interface com.bandwidth.http.client.HttpClient
Execute a given HttpRequest to get string/binary response back.
executeAsync(HttpRequest, boolean) - Method in class com.bandwidth.http.client.OkClient
Execute a given HttpRequest to get string/binary response back.
expirationTimeInMinutes(double) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Setter for expirationTimeInMinutes.

F

failedTelephoneNumbers(List<String>) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
Setter for failedTelephoneNumbers.
fallbackMethod(FallbackMethodEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for fallbackMethod.
FallbackMethodEnum - Enum in com.bandwidth.voice.models
FallbackMethodEnum to be used.
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.Conference
 
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.Gather
 
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.Record
 
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
 
fallbackPassword - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
 
fallbackPassword(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for fallbackPassword.
fallbackPassword(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for fallbackPassword.
fallbackPassword(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for fallbackPassword.
fallbackPassword(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for fallbackPassword.
fallbackPassword(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for fallbackPassword.
fallbackUrl(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for fallbackUrl.
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.Conference
 
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.Gather
 
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.Record
 
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
 
fallbackUsername - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
 
fallbackUsername(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for fallbackUsername.
fallbackUsername(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for fallbackUsername.
fallbackUsername(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for fallbackUsername.
fallbackUsername(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for fallbackUsername.
fallbackUsername(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for fallbackUsername.
fileFormat - Variable in class com.bandwidth.voice.bxml.verbs.Record
(optional) The audio format that the recording will be saved as: mp3 or wav.
fileFormat - Variable in class com.bandwidth.voice.bxml.verbs.StartRecording
(optional) The audio format that the recording will be saved as: mp3 or wav.
fileFormat(FileFormatEnum) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for fileFormat.
fileFormat(FileFormatEnum) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for fileFormat.
fileFormat(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for fileFormat.
fileFormat(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for fileFormat.
FileFormat - Enum in com.bandwidth.voice.bxml.verbs
File format that AudioProducer can handle
FileFormatAdapter - Class in com.bandwidth.voice.bxml.verbs.adapter
 
FileFormatAdapter() - Constructor for class com.bandwidth.voice.bxml.verbs.adapter.FileFormatAdapter
 
FileFormatEnum - Enum in com.bandwidth.voice.models
FileFormatEnum to be used.
FileWrapper - Class in com.bandwidth.utilities
Class to wrap file and contentType to be sent as part of a HTTP request.
FileWrapper(File) - Constructor for class com.bandwidth.utilities.FileWrapper
Initialization constructor.
FileWrapper(File, String) - Constructor for class com.bandwidth.utilities.FileWrapper
Initialization constructor.
ForbiddenRequestException - Exception in com.bandwidth.multifactorauth.exceptions
This is a model class for ForbiddenRequestException type.
ForbiddenRequestException(String, HttpContext) - Constructor for exception com.bandwidth.multifactorauth.exceptions.ForbiddenRequestException
Initialization constructor.
formatted(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for formatted.
Forward - Class in com.bandwidth.voice.bxml.verbs
Forwards an unanswered incoming call to another number.
Forward() - Constructor for class com.bandwidth.voice.bxml.verbs.Forward
 
from(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for from.
from(String) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for from.
from(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for from.
from(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for from.
fromRfc1123DateTime(String) - Static method in class com.bandwidth.DateTimeHelper
Parse a datetime string in Rfc1123 format to a DateTime object.
fromRfc8601DateTime(String) - Static method in class com.bandwidth.DateTimeHelper
Parse a datetime string in Rfc8601(Rfc3339) format to a DateTime object.
fromSimpleDate(String) - Static method in class com.bandwidth.DateTimeHelper
Parse a simple date string to a LocalDate object.
fromString(String) - Static method in enum com.bandwidth.Environment
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.messaging.models.PriorityEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.Server
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.AnswerMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.CallbackMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.DirectionEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.FallbackMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.FileFormatEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.ModeEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.RedirectMethodEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.State1Enum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.StateEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.voice.models.StatusEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Returns the enum member associated with the given string value.
fromString(String) - Static method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Returns the enum member associated with the given string value.
fromUnixTimestamp(Long) - Static method in class com.bandwidth.DateTimeHelper
Parse a Unix Timestamp to a DateTime object.
fromUnixTimestamp(String) - Static method in class com.bandwidth.DateTimeHelper
Parse a Unix Timestamp string to a DateTime object.
fromValue(String) - Static method in enum com.bandwidth.voice.bxml.verbs.FileFormat
Converts a string value to an FileFormat Enum
fromValue(String) - Static method in enum com.bandwidth.voice.bxml.verbs.Method
Translates a String value to a Method if applicable
fromValue(String) - Static method in enum com.bandwidth.voice.bxml.verbs.Voice
Translates a string into a Voice Enum

G

Gather - Class in com.bandwidth.voice.bxml.verbs
The Gather verb is used to collect digits for some period of time.
Gather() - Constructor for class com.bandwidth.voice.bxml.verbs.Gather
 
Gather.GatherBuilder - Class in com.bandwidth.voice.bxml.verbs
 
GatherBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
 
gatherFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.Gather
 
gatherFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
 
gatherFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
 
gatherFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.Gather
 
gatherFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
 
gatherFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
 
gatherMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) he HTTP method to use for the request to gatherUrl.
gatherMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) he HTTP method to use for the request to gatherUrl.
gatherUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) URL to send Gather event to and request new BXML.
gatherUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Gather.GatherBuilder
(optional) URL to send Gather event to and request new BXML.
generateBxml(String, String) - Static method in class com.bandwidth.webrtc.utils.WebRtcTransfer
 
generateBxml(String, String, String) - Static method in class com.bandwidth.webrtc.utils.WebRtcTransfer
 
generateTransferVerb(String, String, String) - Static method in class com.bandwidth.webrtc.utils.WebRtcTransfer
 
get(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create a simple HTTP GET request.
get(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create a simple HTTP GET request.
GET - com.bandwidth.http.request.HttpMethod
 
GET - com.bandwidth.voice.bxml.verbs.Method
 
GET - com.bandwidth.voice.models.AnswerFallbackMethodEnum
 
GET - com.bandwidth.voice.models.AnswerMethodEnum
 
GET - com.bandwidth.voice.models.CallbackMethodEnum
 
GET - com.bandwidth.voice.models.ConferenceEventMethodEnum
 
GET - com.bandwidth.voice.models.DisconnectMethodEnum
 
GET - com.bandwidth.voice.models.FallbackMethodEnum
 
GET - com.bandwidth.voice.models.RedirectFallbackMethodEnum
 
GET - com.bandwidth.voice.models.RedirectMethodEnum
 
getAccountId() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.CallState
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for AccountId.
getAccountId() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for AccountId.
getActiveMembers() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for ActiveMembers.
getAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for AnswerFallbackMethod.
getAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for AnswerFallbackMethod.
getAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for AnswerFallbackUrl.
getAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for AnswerFallbackUrl.
getAnswerMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for AnswerMethod.
getAnswerMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for AnswerMethod.
getAnswerTime() - Method in class com.bandwidth.voice.models.CallCallback
Getter for AnswerTime.
getAnswerTime() - Method in class com.bandwidth.voice.models.CallState
Getter for AnswerTime.
getAnswerUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for AnswerUrl.
getAnswerUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for AnswerUrl.
getAPIController() - Method in class com.bandwidth.MessagingClient
 
getAPIController() - Method in class com.bandwidth.PhoneNumberLookupClient
 
getAPIController() - Method in class com.bandwidth.VoiceClient
 
getAPIController() - Method in class com.bandwidth.WebRtcClient
 
getApplicationId() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.voice.models.CallState
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for ApplicationId.
getApplicationId() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for ApplicationId.
getAttachmentCount() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for AttachmentCount.
getAuthManagers() - Method in class com.bandwidth.BandwidthClient
The list of auth managers.
getBackOffFactor() - Method in class com.bandwidth.http.client.HttpClientConfiguration
To use in calculation of wait time for next request in case of failure.
getBackOffFactor() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
To use in calculation of wait time for next request in case of failure.
getBaseUri() - Method in class com.bandwidth.BandwidthClient
Get base URI by current environment.
getBaseUri() - Method in interface com.bandwidth.Configuration
Get base URI by current environment.
getBaseUri(Server) - Method in class com.bandwidth.BandwidthClient
Get base URI by current environment.
getBaseUri(Server) - Method in interface com.bandwidth.Configuration
Get base URI by current environment.
getBaseUrl() - Method in class com.bandwidth.BandwidthClient
baseUrl value.
getBaseUrl() - Method in interface com.bandwidth.Configuration
baseUrl value.
getBasicAuthPassword() - Method in interface com.bandwidth.MessagingBasicAuthCredentials
String value for basicAuthPassword.
getBasicAuthPassword() - Method in class com.bandwidth.MessagingBasicAuthManager
String value for basicAuthPassword.
getBasicAuthPassword() - Method in interface com.bandwidth.MultiFactorAuthBasicAuthCredentials
String value for basicAuthPassword.
getBasicAuthPassword() - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
String value for basicAuthPassword.
getBasicAuthPassword() - Method in interface com.bandwidth.PhoneNumberLookupBasicAuthCredentials
String value for basicAuthPassword.
getBasicAuthPassword() - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
String value for basicAuthPassword.
getBasicAuthPassword() - Method in interface com.bandwidth.VoiceBasicAuthCredentials
String value for basicAuthPassword.
getBasicAuthPassword() - Method in class com.bandwidth.VoiceBasicAuthManager
String value for basicAuthPassword.
getBasicAuthPassword() - Method in interface com.bandwidth.WebRtcBasicAuthCredentials
String value for basicAuthPassword.
getBasicAuthPassword() - Method in class com.bandwidth.WebRtcBasicAuthManager
String value for basicAuthPassword.
getBasicAuthUserName() - Method in interface com.bandwidth.MessagingBasicAuthCredentials
String value for basicAuthUserName.
getBasicAuthUserName() - Method in class com.bandwidth.MessagingBasicAuthManager
String value for basicAuthUserName.
getBasicAuthUserName() - Method in interface com.bandwidth.MultiFactorAuthBasicAuthCredentials
String value for basicAuthUserName.
getBasicAuthUserName() - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
String value for basicAuthUserName.
getBasicAuthUserName() - Method in interface com.bandwidth.PhoneNumberLookupBasicAuthCredentials
String value for basicAuthUserName.
getBasicAuthUserName() - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
String value for basicAuthUserName.
getBasicAuthUserName() - Method in interface com.bandwidth.VoiceBasicAuthCredentials
String value for basicAuthUserName.
getBasicAuthUserName() - Method in class com.bandwidth.VoiceBasicAuthManager
String value for basicAuthUserName.
getBasicAuthUserName() - Method in interface com.bandwidth.WebRtcBasicAuthCredentials
String value for basicAuthUserName.
getBasicAuthUserName() - Method in class com.bandwidth.WebRtcBasicAuthManager
String value for basicAuthUserName.
getBody() - Method in class com.bandwidth.http.request.HttpBodyRequest
Body for the http request.
getBody() - Method in class com.bandwidth.http.response.HttpStringResponse
String body of the http response.
getByteArray() - Method in class com.bandwidth.http.request.MultipartWrapper
Getter for bytes.
getCall(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns near-realtime metadata about the specified call.
getCallAsync(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns near-realtime metadata about the specified call.
getCallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for CallbackMethod.
getCallbackMethod() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for CallbackMethod.
getCallbackTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for CallbackTimeout.
getCallbackTimeout() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for CallbackTimeout.
getCallbackTimeout() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for CallbackTimeout.
getCallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for CallbackUrl.
getCallbackUrl() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for CallbackUrl.
getCallbackUrl() - Method in class com.bandwidth.webrtc.models.Participant
Getter for CallbackUrl.
getCallId() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.CallState
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for CallId.
getCallId() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for CallId.
getCallIdsToCoach() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for CallIdsToCoach.
getCallRecording(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns metadata for the specified recording.
getCallRecordingAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns metadata for the specified recording.
getCallRecordings(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
getCallRecordingsAsync(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
getCallTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for CallTimeout.
getCallTimeout() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for CallTimeout.
getCallTranscription(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified transcription.
getCallTranscriptionAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified transcription.
getCallUrl() - Method in class com.bandwidth.voice.models.CallCallback
Getter for CallUrl.
getCallUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for CallUrl.
getCampaignClass() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for CampaignClass.
getCarrierName() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for CarrierName.
getCause() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Cause.
getChannels() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Channels.
getChannels() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for Channels.
getChannels() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for Channels.
getChannels() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for Channels.
getClientInstance() - Method in class com.bandwidth.controllers.BaseController
Shared instance of the Http client.
getCode() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Getter for Code.
getCode() - Method in exception com.bandwidth.webrtc.exceptions.ErrorException
Getter for Code.
getCompletedTime() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for CompletedTime.
getCompletedTime() - Method in class com.bandwidth.voice.models.Transcription
Getter for CompletedTime.
getCompletedTime() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Getter for CompletedTime.
getConference(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the specified conference.
getConferenceAsync(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the specified conference.
getConferenceEventMethod() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for ConferenceEventMethod.
getConferenceEventUrl() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for ConferenceEventUrl.
getConferenceId() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for ConferenceId.
getConferenceId() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for ConferenceId.
getConferenceId() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for ConferenceId.
getConferenceMember(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the specified conference member.
getConferenceMemberAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the specified conference member.
getConferenceRecording(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns metadata for the specified recording.
getConferenceRecordingAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns metadata for the specified recording.
getConferenceRecordings(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.
getConferenceRecordingsAsync(String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.
getConferences(String, String, String, String, Integer, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the conferences in the account.
getConferencesAsync(String, String, String, String, Integer, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns information about the conferences in the account.
getConfidence() - Method in class com.bandwidth.voice.models.Transcript
Getter for Confidence.
getConfiguration() - Method in class com.bandwidth.MessagingClient
 
getConfiguration() - Method in class com.bandwidth.MultiFactorAuthClient
 
getConfiguration() - Method in class com.bandwidth.PhoneNumberLookupClient
 
getConfiguration() - Method in class com.bandwidth.VoiceClient
 
getConfiguration() - Method in class com.bandwidth.WebRtcClient
 
getContent() - Method in class com.bandwidth.messaging.models.Media
Getter for Content.
getContentLength() - Method in class com.bandwidth.messaging.models.Media
Getter for ContentLength.
getContentType() - Method in class com.bandwidth.utilities.FileWrapper
Getter for content type.
getCountry() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for Country.
getCreatedTime() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for CreatedTime.
getDelayResult() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for DelayResult.
getDescription() - Method in exception com.bandwidth.messaging.exceptions.MessagingException
Getter for Description.
getDescription() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for Description.
getDescription() - Method in exception com.bandwidth.voice.exceptions.ApiErrorException
Getter for Description.
getDestinationTn() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for DestinationTn.
getDetectionTimeout() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for DetectionTimeout.
getDeviceApiVersion() - Method in class com.bandwidth.webrtc.models.Participant
Getter for DeviceApiVersion.
getDigit() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Digit.
getDigits() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for Digits.
getDigits() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Digits.
getDirection() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Direction.
getDirection() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Direction.
getDirection() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for Direction.
getDirection() - Method in class com.bandwidth.voice.models.CallState
Getter for Direction.
getDisconnectCause() - Method in class com.bandwidth.voice.models.CallState
Getter for DisconnectCause.
getDisconnectMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for DisconnectMethod.
getDisconnectMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for DisconnectMethod.
getDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for DisconnectUrl.
getDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for DisconnectUrl.
getDiversion() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Diversion.
getDownloadCallRecording(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified recording.
getDownloadCallRecordingAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified recording.
getDownloadConferenceRecording(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified recording.
getDownloadConferenceRecordingAsync(String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Downloads the specified recording.
getDuration() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Duration.
getDuration() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for Duration.
getDuration() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for Duration.
getDuration() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for Duration.
getE164Format() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for E164Format.
getEndTime() - Method in class com.bandwidth.voice.models.CallCallback
Getter for EndTime.
getEndTime() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for EndTime.
getEndTime() - Method in class com.bandwidth.voice.models.CallState
Getter for EndTime.
getEndTime() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for EndTime.
getEndTime() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for EndTime.
getEnvironment() - Method in class com.bandwidth.BandwidthClient
Current API environment.
getEnvironment() - Method in interface com.bandwidth.Configuration
Current API environment.
getError() - Method in exception com.bandwidth.multifactorauth.exceptions.ErrorWithRequestException
Getter for Error.
getErrorCode() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for ErrorCode.
getErrorCode() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for ErrorCode.
getErrorId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for ErrorId.
getErrorId() - Method in class com.bandwidth.voice.models.CallState
Getter for ErrorId.
getErrorMessage() - Method in class com.bandwidth.voice.models.CallCallback
Getter for ErrorMessage.
getErrorMessage() - Method in class com.bandwidth.voice.models.CallState
Getter for ErrorMessage.
getEventTime() - Method in class com.bandwidth.voice.models.CallCallback
Getter for EventTime.
getEventTime() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for EventTime.
getEventType() - Method in class com.bandwidth.voice.models.CallCallback
Getter for EventType.
getEventType() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for EventType.
getExpirationTimeInMinutes() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Getter for ExpirationTimeInMinutes.
getFailedTelephoneNumbers() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Getter for FailedTelephoneNumbers.
getFallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for FallbackMethod.
getFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for FallbackPassword.
getFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for FallbackPassword.
getFallbackPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for FallbackPassword.
getFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for FallbackPassword.
getFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for FallbackPassword.
getFallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for FallbackUrl.
getFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for FallbackUsername.
getFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for FallbackUsername.
getFallbackUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for FallbackUsername.
getFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for FallbackUsername.
getFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for FallbackUsername.
getFile() - Method in class com.bandwidth.utilities.FileWrapper
Getter for file.
getFileFormat() - Method in class com.bandwidth.voice.models.CallCallback
Getter for FileFormat.
getFileFormat() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for FileFormat.
getFileFormat() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for FileFormat.
getFileFormat() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for FileFormat.
getFileWrapper() - Method in class com.bandwidth.http.request.MultipartFileWrapper
Getter for file wrapper.
getFormatted() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for Formatted.
getFrom() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for From.
getFrom() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for From.
getFrom() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.CallCallback
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.CallState
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for From.
getFrom() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for From.
getFrom(OptionalNullable<T>) - Static method in class com.bandwidth.internal.OptionalNullable
Extracts the encapsulated value from the given OptionalNullable.
getHeaders() - Method in class com.bandwidth.http.request.HttpRequest
Headers for the http request.
getHeaders() - Method in class com.bandwidth.http.request.MultipartFileWrapper
Getter for headers.
getHeaders() - Method in class com.bandwidth.http.request.MultipartWrapper
Getter for headers.
getHeaders() - Method in class com.bandwidth.http.response.ApiResponse
Headers of the http response.
getHeaders() - Method in class com.bandwidth.http.response.HttpResponse
Headers of the http response.
getHeaders() - Method in class com.bandwidth.voice.models.DynamicResponse
Get response headers for the HTTP response.
getHold() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for Hold.
getHttpCallback() - Method in class com.bandwidth.controllers.BaseController
Get httpCallback associated with this controller.
getHttpClient() - Method in class com.bandwidth.BandwidthClient
The HTTP Client instance to use for making HTTP requests.
getHttpClientConfig() - Method in class com.bandwidth.BandwidthClient
Http Client Configuration instance.
getHttpClientConfig() - Method in interface com.bandwidth.Configuration
Http Client Configuration instance.
getHttpClientInstance() - Method in class com.bandwidth.http.client.HttpClientConfiguration
The OkHttpClient instance used to make the HTTP calls.
getHttpClientInstance() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
The OkHttpClient instance used to make the HTTP calls.
getHttpContext() - Method in exception com.bandwidth.exceptions.ApiException
The HTTP response body from the API request.
getHttpMethod() - Method in class com.bandwidth.http.request.HttpRequest
HttpMethod for the http request.
getHttpMethodsToRetry() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Http methods to retry against.
getHttpMethodsToRetry() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
Http methods to retry against.
getHttpStatusCodesToRetry() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Http status codes to retry against.
getHttpStatusCodesToRetry() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
Http status codes to retry against.
getId() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Id.
getId() - Method in exception com.bandwidth.voice.exceptions.ApiErrorException
Getter for Id.
getId() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for Id.
getId() - Method in class com.bandwidth.voice.models.Transcription
Getter for Id.
getId() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Getter for Id.
getId() - Method in class com.bandwidth.webrtc.models.Participant
Getter for Id.
getId() - Method in class com.bandwidth.webrtc.models.Session
Getter for Id.
getIdentity() - Method in class com.bandwidth.voice.models.CallState
Getter for Identity.
getKey() - Method in class com.bandwidth.messaging.models.Tag
Getter for Key.
getLastUpdate() - Method in class com.bandwidth.voice.models.CallState
Getter for LastUpdate.
getLineProvider() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for LineProvider.
getLineType() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for LineType.
getLookupRequestStatus(String, String) - Method in class com.bandwidth.phonenumberlookup.controllers.APIController
Query an existing TN Lookup Order.
getLookupRequestStatusAsync(String, String) - Method in class com.bandwidth.phonenumberlookup.controllers.APIController
Query an existing TN Lookup Order.
getMachineDetection() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for MachineDetection.
getMaximumRetryWaitTime() - Method in class com.bandwidth.http.client.HttpClientConfiguration
The maximum wait time for overall retrying requests.
getMaximumRetryWaitTime() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
The maximum wait time for overall retrying requests.
getMedia() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Media.
getMedia() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for Media.
getMedia(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Downloads a media file you previously uploaded.
getMediaAsync(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Downloads a media file you previously uploaded.
getMediaName() - Method in class com.bandwidth.messaging.models.Media
Getter for MediaName.
getMediaUrl() - Method in class com.bandwidth.voice.models.CallCallback
Getter for MediaUrl.
getMediaUrl() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for MediaUrl.
getMediaUrl() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for MediaUrl.
getMediaUrl() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for MediaUrl.
getMemberUrl() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for MemberUrl.
getMessage() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for Message.
getMessage() - Method in exception com.bandwidth.multifactorauth.exceptions.ForbiddenRequestException
Getter for Message.
getMessage() - Method in exception com.bandwidth.multifactorauth.exceptions.UnauthorizedRequestException
Getter for Message.
getMessage() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for Message.
getMessage() - Method in exception com.bandwidth.phonenumberlookup.exceptions.AccountsTnlookup400ErrorException
Getter for Message.
getMessage() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for Message.
getMessage() - Method in exception com.bandwidth.webrtc.exceptions.ErrorException
Getter for Message.
getMessageDirection() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageDirection.
getMessageId() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageId.
getMessageId() - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
Getter for MessageId.
getMessageLength() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageLength.
getMessages() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Getter for Messages.
getMessages(String, String, String, String, String, Integer, String, String, String, Integer) - Method in class com.bandwidth.messaging.controllers.APIController
Gets a list of messages based on query parameters.
getMessagesAsync(String, String, String, String, String, Integer, String, String, String, Integer) - Method in class com.bandwidth.messaging.controllers.APIController
Gets a list of messages based on query parameters.
getMessageSize() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageSize.
getMessageStatus() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageStatus.
getMessageType() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for MessageType.
getMessagingBasicAuthCredentials() - Method in class com.bandwidth.BandwidthClient
The credentials to use with MessagingBasicAuth.
getMessagingBasicAuthCredentials() - Method in interface com.bandwidth.Configuration
The credentials to use with MessagingBasicAuth.
getMessagingClient() - Method in class com.bandwidth.BandwidthClient
Provides access to messagingClient Client.
getMFAController() - Method in class com.bandwidth.MultiFactorAuthClient
 
getMobileCountryCode() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for MobileCountryCode.
getMobileNetworkCode() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for MobileNetworkCode.
getMode() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for Mode.
getMultiFactorAuthBasicAuthCredentials() - Method in class com.bandwidth.BandwidthClient
The credentials to use with MultiFactorAuthBasicAuth.
getMultiFactorAuthBasicAuthCredentials() - Method in interface com.bandwidth.Configuration
The credentials to use with MultiFactorAuthBasicAuth.
getMultiFactorAuthClient() - Method in class com.bandwidth.BandwidthClient
Provides access to multiFactorAuthClient Client.
getMute() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Getter for Mute.
getName() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for Name.
getName() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for Name.
getName() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for Name.
getNextPage() - Method in class com.bandwidth.messaging.models.PageInfo
Getter for NextPage.
getNextPageToken() - Method in class com.bandwidth.messaging.models.PageInfo
Getter for NextPageToken.
getNumberOfRetries() - Method in class com.bandwidth.http.client.HttpClientConfiguration
The number of retries to make.
getNumberOfRetries() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
The number of retries to make.
getOrigTo() - Method in class com.bandwidth.voice.models.Diversion
Getter for OrigTo.
getOwner() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Owner.
getPageInfo() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Getter for PageInfo.
getParameters() - Method in class com.bandwidth.http.request.HttpRequest
Parameters for the http request.
getParentCallId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for ParentCallId.
getParentCallId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for ParentCallId.
getParentCallId() - Method in class com.bandwidth.voice.models.CallState
Getter for ParentCallId.
getParticipant() - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Getter for Participant.
getParticipant(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get participant by ID.
getParticipantAsync(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get participant by ID.
getParticipantId() - Method in class com.bandwidth.webrtc.models.ParticipantSubscription
Getter for ParticipantId.
getParticipants() - Method in class com.bandwidth.webrtc.models.Subscriptions
Getter for Participants.
getParticipantSubscriptions(String, String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get a participant's subscriptions.
getParticipantSubscriptionsAsync(String, String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get a participant's subscriptions.
getPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for Password.
getPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for Password.
getPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for Password.
getPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for Password.
getPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for Password.
getPassword() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for Password.
getPhoneNumberLookupBasicAuthCredentials() - Method in class com.bandwidth.BandwidthClient
The credentials to use with PhoneNumberLookupBasicAuth.
getPhoneNumberLookupBasicAuthCredentials() - Method in interface com.bandwidth.Configuration
The credentials to use with PhoneNumberLookupBasicAuth.
getPhoneNumberLookupClient() - Method in class com.bandwidth.BandwidthClient
Provides access to phoneNumberLookupClient Client.
getPrevPage() - Method in class com.bandwidth.messaging.models.PageInfo
Getter for PrevPage.
getPrevPageToken() - Method in class com.bandwidth.messaging.models.PageInfo
Getter for PrevPageToken.
getPriority() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Priority.
getPriority() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for Priority.
getPrivacy() - Method in class com.bandwidth.voice.models.Diversion
Getter for Privacy.
getPublishPermissions() - Method in class com.bandwidth.webrtc.models.Participant
Getter for PublishPermissions.
getQueryCallRecordings(String, String, String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a list of metadata for the recordings associated with the specified account.
getQueryCallRecordingsAsync(String, String, String, String, String) - Method in class com.bandwidth.voice.controllers.APIController
Returns a list of metadata for the recordings associated with the specified account.
getQueryParameters() - Method in class com.bandwidth.http.request.HttpRequest
Query parameters for the http request.
getQueryUrl() - Method in class com.bandwidth.http.request.HttpRequest
Query url for the http request.
getRawBody() - Method in class com.bandwidth.http.response.HttpResponse
Raw body of the http response.
getRawBody() - Method in class com.bandwidth.voice.models.DynamicResponse
Get the raw stream for the response body.
getRawBodyString() - Method in class com.bandwidth.http.response.HttpResponse
String representation for raw body of the http response.
getReason() - Method in class com.bandwidth.voice.models.Diversion
Getter for Reason.
getReceiveTime() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for ReceiveTime.
getRecipientCount() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for RecipientCount.
getRecordingId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for RecordingId.
getRecordingId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for RecordingId.
getRecordingId() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for RecordingId.
getRecordingId() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for RecordingId.
getRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for RedirectFallbackMethod.
getRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for RedirectFallbackMethod.
getRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for RedirectFallbackUrl.
getRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for RedirectFallbackUrl.
getRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for RedirectMethod.
getRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for RedirectMethod.
getRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for RedirectUrl.
getRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for RedirectUrl.
getRequest() - Method in class com.bandwidth.http.client.HttpContext
Getter for the Http Request.
getRequestId() - Method in exception com.bandwidth.multifactorauth.exceptions.ErrorWithRequestException
Getter for RequestId.
getRequestId() - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Getter for RequestId.
getRequestId() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Getter for RequestId.
getResponse() - Method in class com.bandwidth.http.client.HttpContext
Getter for the Http Response.
getResponseCode() - Method in exception com.bandwidth.exceptions.ApiException
The HTTP response code from the API request.
getResponseCode() - Method in class com.bandwidth.phonenumberlookup.models.Result
Getter for ResponseCode.
getResult() - Method in class com.bandwidth.http.response.ApiResponse
The deserialized result of the api response.
getResult() - Method in class com.bandwidth.messaging.models.DeferredResult
Getter for Result.
getResult() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Getter for Result.
getRetryInterval() - Method in class com.bandwidth.http.client.HttpClientConfiguration
To use in calculation of wait time for next request in case of failure.
getRetryInterval() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
To use in calculation of wait time for next request in case of failure.
getScope() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for Scope.
getScope() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Getter for Scope.
getSegmentCount() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for SegmentCount.
getSegmentCount() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for SegmentCount.
getSession(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get session by ID.
getSessionAsync(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Get session by ID.
getSessionId() - Method in class com.bandwidth.webrtc.models.Subscriptions
Getter for SessionId.
getSessions() - Method in class com.bandwidth.webrtc.models.Participant
Getter for Sessions.
getSetOrExpired() - Method in class com.bandwidth.messaging.models.DeferredResult
Getter for SetOrExpired.
getSilenceTimeout() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for SilenceTimeout.
getSourceTn() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Getter for SourceTn.
getSpeechEndThreshold() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for SpeechEndThreshold.
getSpeechThreshold() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for SpeechThreshold.
getStartTime() - Method in class com.bandwidth.voice.models.CallCallback
Getter for StartTime.
getStartTime() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for StartTime.
getStartTime() - Method in class com.bandwidth.voice.models.CallState
Getter for StartTime.
getStartTime() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for StartTime.
getStartTime() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for StartTime.
getStartTime() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for StartTime.
getState() - Method in class com.bandwidth.voice.models.CallState
Getter for State.
getState() - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest
Getter for State.
getState() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for State.
getStatus() - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Getter for Status.
getStatus() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.Transcription
Getter for Status.
getStatus() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Getter for Status.
getStatusCode() - Method in class com.bandwidth.http.response.ApiResponse
HTTP Status code of the api response.
getStatusCode() - Method in class com.bandwidth.http.response.HttpResponse
HTTP Status code of the http response.
getStirShaken() - Method in class com.bandwidth.voice.models.CallState
Getter for StirShaken.
getSubscriptions() - Method in class com.bandwidth.webrtc.models.Participant
Getter for Subscriptions.
getTag() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Tag.
getTag() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.ConferenceState
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for Tag.
getTag() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for Tag.
getTag() - Method in class com.bandwidth.webrtc.models.Participant
Getter for Tag.
getTag() - Method in class com.bandwidth.webrtc.models.Session
Getter for Tag.
getTerminatingDigit() - Method in class com.bandwidth.voice.models.CallCallback
Getter for TerminatingDigit.
getText() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Text.
getText() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for Text.
getText() - Method in class com.bandwidth.voice.models.Transcript
Getter for Text.
getTime() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for Time.
getTime() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for Time.
getTimeout() - Method in class com.bandwidth.http.client.HttpClientConfiguration
The timeout in seconds to use for making HTTP requests.
getTimeout() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
The timeout in seconds to use for making HTTP requests.
getTns() - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest
Getter for Tns.
getTo() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for To.
getTo() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Getter for To.
getTo() - Method in class com.bandwidth.messaging.models.MessageRequest
Getter for To.
getTo() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Getter for To.
getTo() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.CallCallback
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.CallState
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.ConferenceCallback
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for To.
getTo() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for To.
getToken() - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Getter for Token.
getTotalCount() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Getter for TotalCount.
getTranscription() - Method in class com.bandwidth.voice.models.CallCallback
Getter for Transcription.
getTranscription() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for Transcription.
getTranscripts() - Method in class com.bandwidth.voice.models.TranscriptionResponse
Getter for Transcripts.
getTransferCallerId() - Method in class com.bandwidth.voice.models.CallCallback
Getter for TransferCallerId.
getTransferCallerId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for TransferCallerId.
getTransferTo() - Method in class com.bandwidth.voice.models.CallCallback
Getter for TransferTo.
getTransferTo() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Getter for TransferTo.
getType() - Method in exception com.bandwidth.messaging.exceptions.MessagingException
Getter for Type.
getType() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Getter for Type.
getType() - Method in exception com.bandwidth.voice.exceptions.ApiErrorException
Getter for Type.
getUnknown() - Method in class com.bandwidth.voice.models.Diversion
Getter for Unknown.
getUrl() - Method in class com.bandwidth.voice.models.Transcription
Getter for Url.
getUrl() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Getter for Url.
getUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for Username.
getUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
Getter for Username.
getUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Getter for Username.
getUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Getter for Username.
getUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Getter for Username.
getUsername() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Getter for Username.
getUui() - Method in class com.bandwidth.voice.models.CreateCallRequest
Getter for Uui.
getValid() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
Getter for Valid.
getValue() - Method in class com.bandwidth.messaging.models.Tag
Getter for Value.
getVerbs() - Method in class com.bandwidth.voice.bxml.verbs.Response
Returns list of verbs in this Response
getVoiceBasicAuthCredentials() - Method in class com.bandwidth.BandwidthClient
The credentials to use with VoiceBasicAuth.
getVoiceBasicAuthCredentials() - Method in interface com.bandwidth.Configuration
The credentials to use with VoiceBasicAuth.
getVoiceClient() - Method in class com.bandwidth.BandwidthClient
Provides access to voiceClient Client.
getWebRtcBasicAuthCredentials() - Method in class com.bandwidth.BandwidthClient
The credentials to use with WebRtcBasicAuth.
getWebRtcBasicAuthCredentials() - Method in interface com.bandwidth.Configuration
The credentials to use with WebRtcBasicAuth.
getWebRtcClient() - Method in class com.bandwidth.BandwidthClient
Provides access to webRtcClient Client.

H

handle(HttpContext) - Method in interface com.bandwidth.controllers.BaseController.ResponseHandler
Handles the response for an endpoint.
Hangup - Class in com.bandwidth.voice.bxml.verbs
The Hangup verb is used to hang up the current call.
Hangup() - Constructor for class com.bandwidth.voice.bxml.verbs.Hangup
 
has(String) - Method in class com.bandwidth.http.Headers
Use to check if the given name is present in headers.
head(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create a simple HTTP HEAD request.
head(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create a simple HTTP HEAD request.
HEAD - com.bandwidth.http.request.HttpMethod
 
Headers - Class in com.bandwidth.http
Class for creating and managing HTTP Headers.
Headers() - Constructor for class com.bandwidth.http.Headers
Default constructor.
Headers(Headers) - Constructor for class com.bandwidth.http.Headers
Copy Constructor.
Headers(Map<String, List<String>>) - Constructor for class com.bandwidth.http.Headers
Constructor that creates a new instance using a given Map.
HIGH - com.bandwidth.messaging.models.PriorityEnum
 
hold - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) A boolean value to indicate whether the member should be on hold in the conference.
hold(Boolean) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for hold.
HttpBodyRequest - Class in com.bandwidth.http.request
HTTP Request with an explicit body.
HttpBodyRequest(HttpMethod, StringBuilder, Headers, Map<String, Object>, Object) - Constructor for class com.bandwidth.http.request.HttpBodyRequest
Create a request with explicit body.
httpCallback - Variable in class com.bandwidth.controllers.BaseController
Protected variable to hold an instance of HttpCallback if the user provides it.
httpCallback(HttpCallback) - Method in class com.bandwidth.BandwidthClient.Builder
HttpCallback.
HttpCallback - Interface in com.bandwidth.http.client
Callback to be called before and after the HTTP call for an endpoint is made.
HttpClient - Interface in com.bandwidth.http.client
HTTP Client to send HTTP Requests and read the responses.
httpClientConfig(Consumer<HttpClientConfiguration.Builder>) - Method in class com.bandwidth.BandwidthClient.Builder
Setter for the Builder of httpClientConfiguration, takes in an operation to be performed on the builder instance of HTTP client configuration.
HttpClientConfiguration - Class in com.bandwidth.http.client
Class to hold HTTP Client Configuration.
HttpClientConfiguration.Builder - Class in com.bandwidth.http.client
Class to build instances of HttpClientConfiguration.
httpClientInstance(OkHttpClient) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
The OkHttpClient instance used to make the HTTP calls.
httpClientInstance(OkHttpClient, boolean) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
The OkHttpClient instance used to make the HTTP calls.
HttpContext - Class in com.bandwidth.http.client
Class to wrap the request sent to the server and the response received from the server.
HttpContext(HttpRequest, HttpResponse) - Constructor for class com.bandwidth.http.client.HttpContext
Initialization constructor.
HttpMethod - Enum in com.bandwidth.http.request
HTTP methods enumeration.
httpMethodsToRetry(Set<HttpMethod>) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
Http methods to retry against.
HttpRedirectInterceptor - Class in com.bandwidth.http.client
HttpRedirectInterceptor intercepts and complete 307 and 308 redirects as described in RFC.
HttpRedirectInterceptor(boolean) - Constructor for class com.bandwidth.http.client.HttpRedirectInterceptor
Initialization constructor.
HttpRequest - Class in com.bandwidth.http.request
Class for creating and managing HTTP Requests.
HttpRequest(HttpMethod, StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Constructor for class com.bandwidth.http.request.HttpRequest
Initializes a simple http request.
HttpResponse - Class in com.bandwidth.http.response
Class to hold HTTP Response.
HttpResponse(int, Headers, InputStream) - Constructor for class com.bandwidth.http.response.HttpResponse
Initialization constructor.
httpStatusCodesToRetry(Set<Integer>) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
Http status codes to retry against.
HttpStringResponse - Class in com.bandwidth.http.response
Class to hold response body as string.
HttpStringResponse(int, Headers, InputStream, String) - Constructor for class com.bandwidth.http.response.HttpStringResponse
Initialization constructor.

I

id(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for id.
id(String) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for id.
id(String) - Method in class com.bandwidth.voice.models.Transcription.Builder
Setter for id.
id(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata.Builder
Setter for id.
id(String) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for id.
id(String) - Method in class com.bandwidth.webrtc.models.Session.Builder
Setter for id.
identity(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for identity.
INBOUND - com.bandwidth.voice.models.DirectionEnum
 
intercept(Interceptor.Chain) - Method in class com.bandwidth.http.client.HttpRedirectInterceptor
Intercepts and complete 307 and 308 redirects as described in RFC.
intercept(Interceptor.Chain) - Method in class com.bandwidth.http.client.RetryInterceptor
Intercepts and retry requests if failed based on configuration.
internalGetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for AnswerFallbackMethod.
internalGetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for AnswerFallbackMethod.
internalGetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for AnswerFallbackUrl.
internalGetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for AnswerFallbackUrl.
internalGetAnswerMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for AnswerMethod.
internalGetAnswerTime() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for AnswerTime.
internalGetCallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for CallbackMethod.
internalGetCallbackMethod() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal Getter for CallbackMethod.
internalGetCallbackTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for CallbackTimeout.
internalGetCallbackTimeout() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal Getter for CallbackTimeout.
internalGetCallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for CallbackUrl.
internalGetCallbackUrl() - Method in class com.bandwidth.webrtc.models.Participant
Internal Getter for CallbackUrl.
internalGetCallIdsToCoach() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Internal Getter for CallIdsToCoach.
internalGetCallTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for CallTimeout.
internalGetCompletedTime() - Method in class com.bandwidth.voice.models.ConferenceState
Internal Getter for CompletedTime.
internalGetConferenceEventMethod() - Method in class com.bandwidth.voice.models.ConferenceState
Internal Getter for ConferenceEventMethod.
internalGetConferenceEventUrl() - Method in class com.bandwidth.voice.models.ConferenceState
Internal Getter for ConferenceEventUrl.
internalGetDisconnectCause() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for DisconnectCause.
internalGetDisconnectMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for DisconnectMethod.
internalGetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for DisconnectUrl.
internalGetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for DisconnectUrl.
internalGetEndTime() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for EndTime.
internalGetErrorId() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for ErrorId.
internalGetErrorMessage() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for ErrorMessage.
internalGetFallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for FallbackMethod.
internalGetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for FallbackPassword.
internalGetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for FallbackPassword.
internalGetFallbackPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for FallbackPassword.
internalGetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for FallbackPassword.
internalGetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for FallbackPassword.
internalGetFallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for FallbackUrl.
internalGetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for FallbackUsername.
internalGetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for FallbackUsername.
internalGetFallbackUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for FallbackUsername.
internalGetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for FallbackUsername.
internalGetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for FallbackUsername.
internalGetIdentity() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for Identity.
internalGetParentCallId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Internal Getter for ParentCallId.
internalGetParentCallId() - Method in class com.bandwidth.voice.models.CallState
Internal Getter for ParentCallId.
internalGetPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for Password.
internalGetPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for Password.
internalGetPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for Password.
internalGetPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for Password.
internalGetPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for Password.
internalGetPassword() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal Getter for Password.
internalGetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for RedirectFallbackMethod.
internalGetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for RedirectFallbackMethod.
internalGetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for RedirectFallbackUrl.
internalGetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for RedirectFallbackUrl.
internalGetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for RedirectMethod.
internalGetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for RedirectMethod.
internalGetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for RedirectUrl.
internalGetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for RedirectUrl.
internalGetState() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for State.
internalGetTag() - Method in class com.bandwidth.voice.models.ConferenceState
Internal Getter for Tag.
internalGetTag() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for Tag.
internalGetTag() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for Tag.
internalGetTag() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for Tag.
internalGetTag() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal Getter for Tag.
internalGetUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for Username.
internalGetUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
Internal Getter for Username.
internalGetUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal Getter for Username.
internalGetUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Internal Getter for Username.
internalGetUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Internal Getter for Username.
internalGetUsername() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal Getter for Username.
internalGetUui() - Method in class com.bandwidth.voice.models.CreateCallRequest
Internal Getter for Uui.
isNullOrWhiteSpace(String) - Static method in class com.bandwidth.ApiHelper
Validates if the string is null, empty or whitespace.

J

JAMES - com.bandwidth.voice.bxml.verbs.Voice
 
JANE - com.bandwidth.voice.bxml.verbs.Voice
 

K

key(String) - Method in class com.bandwidth.messaging.models.Tag.Builder
Setter for key.

L

lastUpdate(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for lastUpdate.
lineProvider(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for lineProvider.
lineType(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for lineType.
listMedia(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Gets a list of your media files.
listMediaAsync(String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Gets a list of your media files.
listSessionParticipants(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
List participants in a session.
listSessionParticipantsAsync(String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
List participants in a session.

M

machineDetection(MachineDetectionConfiguration) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for machineDetection.
MachineDetectionConfiguration - Class in com.bandwidth.voice.models
This is a model class for MachineDetectionConfiguration type.
MachineDetectionConfiguration() - Constructor for class com.bandwidth.voice.models.MachineDetectionConfiguration
Default constructor.
MachineDetectionConfiguration(ModeEnum, Double, Double, Double, Double, Boolean, OptionalNullable<String>, OptionalNullable<CallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<FallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.bandwidth.voice.models.MachineDetectionConfiguration
Internal initialization constructor.
MachineDetectionConfiguration(ModeEnum, Double, Double, Double, Double, Boolean, String, CallbackMethodEnum, String, FallbackMethodEnum, String, String, String, String) - Constructor for class com.bandwidth.voice.models.MachineDetectionConfiguration
Initialization constructor.
MachineDetectionConfiguration.Builder - Class in com.bandwidth.voice.models
Class to build instances of MachineDetectionConfiguration.
makeHttpCallAsync(BaseController.RequestSupplier, BaseController.RequestExecutor, BaseController.ResponseHandler<T>) - Method in class com.bandwidth.controllers.BaseController
Make an asynchronous HTTP endpoint call.
mapper - Static variable in class com.bandwidth.ApiHelper
 
MARIANA - com.bandwidth.voice.bxml.verbs.Voice
 
marshal(FileFormat) - Method in class com.bandwidth.voice.bxml.verbs.adapter.FileFormatAdapter
 
marshal(Method) - Method in class com.bandwidth.voice.bxml.verbs.adapter.MethodAdapter
 
marshal(Voice) - Method in class com.bandwidth.voice.bxml.verbs.adapter.VoiceAdapter
 
MATEO - com.bandwidth.voice.bxml.verbs.Voice
 
MAX - com.bandwidth.voice.bxml.verbs.Voice
 
maxDuration - Variable in class com.bandwidth.voice.bxml.verbs.Record
(optional) Maximum length of recording (in seconds).
maximumRetryWaitTime(long) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
The maximum wait time for overall retrying requests.
media(List<String>) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for media.
media(List<String>) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for media.
Media - Class in com.bandwidth.messaging.models
This is a model class for Media type.
Media() - Constructor for class com.bandwidth.messaging.models.Media
Default constructor.
Media(String, Integer, String) - Constructor for class com.bandwidth.messaging.models.Media
Initialization constructor.
Media.Builder - Class in com.bandwidth.messaging.models
Class to build instances of Media.
mediaName(String) - Method in class com.bandwidth.messaging.models.Media.Builder
Setter for mediaName.
mediaUrl(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for mediaUrl.
mediaUrl(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for mediaUrl.
mediaUrl(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for mediaUrl.
mediaUrl(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for mediaUrl.
memberUrl(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for memberUrl.
message(BandwidthMessage) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for message.
message(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for message.
message(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for message.
messageDirection(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageDirection.
messageId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageId.
messageId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse.Builder
Setter for messageId.
messageLength(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageLength.
MessageRequest - Class in com.bandwidth.messaging.models
This is a model class for MessageRequest type.
MessageRequest() - Constructor for class com.bandwidth.messaging.models.MessageRequest
Default constructor.
MessageRequest(String, List<String>, String, String, List<String>, String, PriorityEnum) - Constructor for class com.bandwidth.messaging.models.MessageRequest
Initialization constructor.
MessageRequest.Builder - Class in com.bandwidth.messaging.models
Class to build instances of MessageRequest.
messages(List<BandwidthMessageItem>) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList.Builder
Setter for messages.
messageSize(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageSize.
messageStatus(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageStatus.
messageType(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for messageType.
messagingBasicAuthCredentials(String, String) - Method in class com.bandwidth.BandwidthClient.Builder
Credentials setter for MessagingBasicAuth.
MessagingBasicAuthCredentials - Interface in com.bandwidth
Interface for defining the behavior of Basic Authentication.
MessagingBasicAuthManager - Class in com.bandwidth
Utility class for authorization and token management.
MessagingBasicAuthManager(String, String) - Constructor for class com.bandwidth.MessagingBasicAuthManager
Constructor.
MessagingClient - Class in com.bandwidth
 
MessagingClient(BandwidthClient, HttpCallback) - Constructor for class com.bandwidth.MessagingClient
Default constructor.
MESSAGINGDEFAULT - com.bandwidth.Server
 
MessagingException - Exception in com.bandwidth.messaging.exceptions
This is a model class for MessagingException type.
MessagingException(String, HttpContext) - Constructor for exception com.bandwidth.messaging.exceptions.MessagingException
Initialization constructor.
Method - Enum in com.bandwidth.voice.bxml.verbs
HTTP Method to be used in the verb
MethodAdapter - Class in com.bandwidth.voice.bxml.verbs.adapter
 
MethodAdapter() - Constructor for class com.bandwidth.voice.bxml.verbs.adapter.MethodAdapter
 
MFAController - Class in com.bandwidth.multifactorauth.controllers
This class lists all the endpoints of the groups.
MFAController(Configuration, HttpClient, Map<String, AuthManager>) - Constructor for class com.bandwidth.multifactorauth.controllers.MFAController
Initializes the controller.
MFAController(Configuration, HttpClient, Map<String, AuthManager>, HttpCallback) - Constructor for class com.bandwidth.multifactorauth.controllers.MFAController
Initializes the controller with HTTPCallback.
MILA - com.bandwidth.voice.bxml.verbs.Voice
 
mobileCountryCode(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for mobileCountryCode.
mobileNetworkCode(String) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for mobileNetworkCode.
mode(ModeEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for mode.
ModeEnum - Enum in com.bandwidth.voice.models
ModeEnum to be used.
modifyCall(String, String, ModifyCallRequest) - Method in class com.bandwidth.voice.controllers.APIController
Interrupts and replaces an active call's BXML document.
modifyCallAsync(String, String, ModifyCallRequest) - Method in class com.bandwidth.voice.controllers.APIController
Interrupts and replaces an active call's BXML document.
ModifyCallRecordingRequest - Class in com.bandwidth.voice.models
This is a model class for ModifyCallRecordingRequest type.
ModifyCallRecordingRequest() - Constructor for class com.bandwidth.voice.models.ModifyCallRecordingRequest
Default constructor.
ModifyCallRecordingRequest(State1Enum) - Constructor for class com.bandwidth.voice.models.ModifyCallRecordingRequest
Initialization constructor.
ModifyCallRecordingRequest.Builder - Class in com.bandwidth.voice.models
Class to build instances of ModifyCallRecordingRequest.
modifyCallRecordingState(String, String, ModifyCallRecordingRequest) - Method in class com.bandwidth.voice.controllers.APIController
Pauses or resumes a recording.
modifyCallRecordingStateAsync(String, String, ModifyCallRecordingRequest) - Method in class com.bandwidth.voice.controllers.APIController
Pauses or resumes a recording.
ModifyCallRequest - Class in com.bandwidth.voice.models
This is a model class for ModifyCallRequest type.
ModifyCallRequest() - Constructor for class com.bandwidth.voice.models.ModifyCallRequest
Default constructor.
ModifyCallRequest(OptionalNullable<StateEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<RedirectMethodEnum>, OptionalNullable<RedirectFallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.bandwidth.voice.models.ModifyCallRequest
Internal initialization constructor.
ModifyCallRequest(StateEnum, String, String, RedirectMethodEnum, RedirectFallbackMethodEnum, String, String, String, String, String) - Constructor for class com.bandwidth.voice.models.ModifyCallRequest
Initialization constructor.
ModifyCallRequest.Builder - Class in com.bandwidth.voice.models
Class to build instances of ModifyCallRequest.
modifyConference(String, String, ModifyConferenceRequest) - Method in class com.bandwidth.voice.controllers.APIController
Modify the conference state.
modifyConferenceAsync(String, String, ModifyConferenceRequest) - Method in class com.bandwidth.voice.controllers.APIController
Modify the conference state.
modifyConferenceMember(String, String, String, ConferenceMemberState) - Method in class com.bandwidth.voice.controllers.APIController
Updates settings for a particular conference member.
modifyConferenceMemberAsync(String, String, String, ConferenceMemberState) - Method in class com.bandwidth.voice.controllers.APIController
Updates settings for a particular conference member.
ModifyConferenceRequest - Class in com.bandwidth.voice.models
This is a model class for ModifyConferenceRequest type.
ModifyConferenceRequest() - Constructor for class com.bandwidth.voice.models.ModifyConferenceRequest
Default constructor.
ModifyConferenceRequest(StatusEnum, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<RedirectMethodEnum>, OptionalNullable<RedirectFallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>) - Constructor for class com.bandwidth.voice.models.ModifyConferenceRequest
Internal initialization constructor.
ModifyConferenceRequest(StatusEnum, String, String, RedirectMethodEnum, RedirectFallbackMethodEnum, String, String, String, String) - Constructor for class com.bandwidth.voice.models.ModifyConferenceRequest
Initialization constructor.
ModifyConferenceRequest.Builder - Class in com.bandwidth.voice.models
Class to build instances of ModifyConferenceRequest.
MP3 - com.bandwidth.voice.bxml.verbs.FileFormat
 
MP3 - com.bandwidth.voice.models.FileFormatEnum
 
multiChannel - Variable in class com.bandwidth.voice.bxml.verbs.StartRecording
(optional) A boolean value indicating whether or not the recording file should separate each side of the call into its own audio channel.
multiFactorAuthBasicAuthCredentials(String, String) - Method in class com.bandwidth.BandwidthClient.Builder
Credentials setter for MultiFactorAuthBasicAuth.
MultiFactorAuthBasicAuthCredentials - Interface in com.bandwidth
Interface for defining the behavior of Basic Authentication.
MultiFactorAuthBasicAuthManager - Class in com.bandwidth
Utility class for authorization and token management.
MultiFactorAuthBasicAuthManager(String, String) - Constructor for class com.bandwidth.MultiFactorAuthBasicAuthManager
Constructor.
MultiFactorAuthClient - Class in com.bandwidth
 
MultiFactorAuthClient(BandwidthClient, HttpCallback) - Constructor for class com.bandwidth.MultiFactorAuthClient
Default constructor.
MULTIFACTORAUTHDEFAULT - com.bandwidth.Server
 
MultipartFileWrapper - Class in com.bandwidth.http.request
Class to wrap file and headers to be sent as part of a multipart request.
MultipartFileWrapper(FileWrapper, Headers) - Constructor for class com.bandwidth.http.request.MultipartFileWrapper
Initialization constructor.
MultipartWrapper - Class in com.bandwidth.http.request
Class to wrap byteArray and headers to be sent as part of a multipart request.
MultipartWrapper(String, Headers) - Constructor for class com.bandwidth.http.request.MultipartWrapper
Initialization constructor.
mute - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) A boolean value to indicate whether the member should be on mute in the conference.
mute(Boolean) - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
Setter for mute.

N

name(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for name.
name(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for name.
name(String) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for name.
names() - Method in class com.bandwidth.http.Headers
Returns a Set containing all header names.
newBuilder() - Method in class com.bandwidth.BandwidthClient
Builds a new BandwidthClient.Builder object.
newBuilder() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Builds a new HttpClientConfiguration.Builder object.
nextPage(String) - Method in class com.bandwidth.messaging.models.PageInfo.Builder
Setter for nextPage.
nextPageToken(String) - Method in class com.bandwidth.messaging.models.PageInfo.Builder
Setter for nextPageToken.
NOT_RECORDING - com.bandwidth.voice.models.State1Enum
 
numberOfRetries(int) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
The number of retries to make.

O

of(T) - Static method in class com.bandwidth.internal.OptionalNullable
Creates an OptionalNullable instance with the provided value.
OkClient - Class in com.bandwidth.http.client
HTTP Client class to send HTTP Requests and read the responses.
OkClient(ReadonlyHttpClientConfiguration) - Constructor for class com.bandwidth.http.client.OkClient
Default constructor.
onAfterResponse(HttpContext) - Method in interface com.bandwidth.http.client.HttpCallback
Callback called just after the HTTP response is received.
onBeforeRequest(HttpRequest) - Method in interface com.bandwidth.http.client.HttpCallback
Callback called just before the HTTP request is sent.
OptionalNullable<T> - Class in com.bandwidth.internal
Class to encapsulate fields which are Optional as well as Nullable.
OptionalNullable.Rfc1123DateTimeSerializer - Class in com.bandwidth.internal
A class to handle serialization of Rfc1123 format strings to DateTime objects.
OptionalNullable.Rfc8601DateTimeSerializer - Class in com.bandwidth.internal
A class to handle serialization of Rfc8601(Rfc3339) format strings to DateTime objects.
OptionalNullable.Serializer - Class in com.bandwidth.internal
JsonSerializer for the OptionalNullable instance.
OptionalNullable.SimpleDateSerializer - Class in com.bandwidth.internal
A class to handle serialization of LocalDate objects to date strings.
OptionalNullable.UnixTimestampSerializer - Class in com.bandwidth.internal
A class to handle serialization of Unix Timestamps to DateTime objects.
OrderRequest - Class in com.bandwidth.phonenumberlookup.models
This is a model class for OrderRequest type.
OrderRequest() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderRequest
Default constructor.
OrderRequest(List<String>) - Constructor for class com.bandwidth.phonenumberlookup.models.OrderRequest
Initialization constructor.
OrderRequest.Builder - Class in com.bandwidth.phonenumberlookup.models
Class to build instances of OrderRequest.
OrderResponse - Class in com.bandwidth.phonenumberlookup.models
This is a model class for OrderResponse type.
OrderResponse() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderResponse
Default constructor.
OrderResponse(String, String) - Constructor for class com.bandwidth.phonenumberlookup.models.OrderResponse
Initialization constructor.
OrderResponse.Builder - Class in com.bandwidth.phonenumberlookup.models
Class to build instances of OrderResponse.
OrderStatus - Class in com.bandwidth.phonenumberlookup.models
This is a model class for OrderStatus type.
OrderStatus() - Constructor for class com.bandwidth.phonenumberlookup.models.OrderStatus
Default constructor.
OrderStatus(String, String, List<String>, List<Result>) - Constructor for class com.bandwidth.phonenumberlookup.models.OrderStatus
Initialization constructor.
OrderStatus.Builder - Class in com.bandwidth.phonenumberlookup.models
Class to build instances of OrderStatus.
origTo(String) - Method in class com.bandwidth.voice.models.Diversion.Builder
Setter for origTo.
OUTBOUND - com.bandwidth.voice.models.DirectionEnum
 
owner(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for owner.

P

pageInfo(PageInfo) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList.Builder
Setter for pageInfo.
PageInfo - Class in com.bandwidth.messaging.models
This is a model class for PageInfo type.
PageInfo() - Constructor for class com.bandwidth.messaging.models.PageInfo
Default constructor.
PageInfo(String, String, String, String) - Constructor for class com.bandwidth.messaging.models.PageInfo
Initialization constructor.
PageInfo.Builder - Class in com.bandwidth.messaging.models
Class to build instances of PageInfo.
parentCallId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for parentCallId.
parentCallId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for parentCallId.
parentCallId(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for parentCallId.
parse(Class<T>) - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as instance of class cls.
parseAsBoolean() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as boolean.
parseAsByte() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as boolean.
parseAsCharacter() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as character.
parseAsDictionary() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as a map of keys and values.
parseAsDouble() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as double.
parseAsFloat() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as float.
parseAsInteger() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as integer.
parseAsLong() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as long.
parseAsShort() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as short.
parseAsString() - Method in class com.bandwidth.voice.models.DynamicResponse
Parse response as string.
participant(Participant) - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse.Builder
Setter for participant.
Participant - Class in com.bandwidth.webrtc.models
This is a model class for Participant type.
Participant() - Constructor for class com.bandwidth.webrtc.models.Participant
Default constructor.
Participant(String, OptionalNullable<String>, List<PublishPermissionEnum>, List<String>, Subscriptions, String, DeviceApiVersionEnum) - Constructor for class com.bandwidth.webrtc.models.Participant
Internal initialization constructor.
Participant(String, String, List<PublishPermissionEnum>, List<String>, Subscriptions, String, DeviceApiVersionEnum) - Constructor for class com.bandwidth.webrtc.models.Participant
Initialization constructor.
Participant.Builder - Class in com.bandwidth.webrtc.models
Class to build instances of Participant.
participantId(String) - Method in class com.bandwidth.webrtc.models.ParticipantSubscription.Builder
Setter for participantId.
participants(List<ParticipantSubscription>) - Method in class com.bandwidth.webrtc.models.Subscriptions.Builder
Setter for participants.
ParticipantSubscription - Class in com.bandwidth.webrtc.models
This is a model class for ParticipantSubscription type.
ParticipantSubscription() - Constructor for class com.bandwidth.webrtc.models.ParticipantSubscription
Default constructor.
ParticipantSubscription(String) - Constructor for class com.bandwidth.webrtc.models.ParticipantSubscription
Initialization constructor.
ParticipantSubscription.Builder - Class in com.bandwidth.webrtc.models
Class to build instances of ParticipantSubscription.
password - Variable in class com.bandwidth.voice.bxml.verbs.Bridge
password to use to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpoints
password - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) The password to send in the HTTP request to conferenceEventUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.Gather
(optional) The password to send in the HTTP request to gatherUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
(optional) The password to send in the HTTP request to transferAnswerUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.PlayAudio
password to use to authenticate at the audioUri endpoint
password - Variable in class com.bandwidth.voice.bxml.verbs.Record
(optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
(optional) The password to send in the HTTP request to redirectUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.StartGather
(optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.StartRecording
(optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
password - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
(optional) The password to send in the HTTP request to transferCompleteUrl.
password(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for password.
password(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for password.
password(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for password.
password(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for password.
password(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for password.
password(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for password.
patch(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP PATCH request with parameters.
patch(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP PATCH request with parameters.
PATCH - com.bandwidth.http.request.HttpMethod
 
patchBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP PATCH request with body.
patchBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP PATCH request with body.
Pause - Class in com.bandwidth.voice.bxml.verbs
The Pause verb is used to delay for a set period of time.
Pause() - Constructor for class com.bandwidth.voice.bxml.verbs.Pause
 
PAUSED - com.bandwidth.voice.models.State1Enum
 
PauseRecording - Class in com.bandwidth.voice.bxml.verbs
The PauseRecording verb is used to pause a recording that was previously started by a verb.
PauseRecording() - Constructor for class com.bandwidth.voice.bxml.verbs.PauseRecording
 
PhoneNumber - Class in com.bandwidth.voice.bxml.verbs
Object representation of a Phonenumber
PhoneNumber() - Constructor for class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
PhoneNumber.PhoneNumberBuilder - Class in com.bandwidth.voice.bxml.verbs
 
PhoneNumberBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
 
phoneNumberLookupBasicAuthCredentials(String, String) - Method in class com.bandwidth.BandwidthClient.Builder
Credentials setter for PhoneNumberLookupBasicAuth.
PhoneNumberLookupBasicAuthCredentials - Interface in com.bandwidth
Interface for defining the behavior of Basic Authentication.
PhoneNumberLookupBasicAuthManager - Class in com.bandwidth
Utility class for authorization and token management.
PhoneNumberLookupBasicAuthManager(String, String) - Constructor for class com.bandwidth.PhoneNumberLookupBasicAuthManager
Constructor.
PhoneNumberLookupClient - Class in com.bandwidth
 
PhoneNumberLookupClient(BandwidthClient, HttpCallback) - Constructor for class com.bandwidth.PhoneNumberLookupClient
Default constructor.
PHONENUMBERLOOKUPDEFAULT - com.bandwidth.Server
 
phoneNumbers(PhoneNumber...) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
A collection of phone numbers to transfer the call to.
phoneNumbers(List<PhoneNumber>) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
A collection of phone numbers to transfer the call to.
PlayAudio - Class in com.bandwidth.voice.bxml.verbs
The PlayAudio verb is used to play an audio file in the call.
PlayAudio() - Constructor for class com.bandwidth.voice.bxml.verbs.PlayAudio
 
PlayAudio.PlayAudioBuilder - Class in com.bandwidth.voice.bxml.verbs
 
PlayAudioBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.PlayAudio.PlayAudioBuilder
 
populate(String, ApiException) - Static method in class com.bandwidth.ApiHelper
Populates an object of an ApiException subclass with the required properties.
post(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP POST request with parameters.
post(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP POST request with parameters.
POST - com.bandwidth.http.request.HttpMethod
 
POST - com.bandwidth.voice.bxml.verbs.Method
 
POST - com.bandwidth.voice.models.AnswerFallbackMethodEnum
 
POST - com.bandwidth.voice.models.AnswerMethodEnum
 
POST - com.bandwidth.voice.models.CallbackMethodEnum
 
POST - com.bandwidth.voice.models.ConferenceEventMethodEnum
 
POST - com.bandwidth.voice.models.DisconnectMethodEnum
 
POST - com.bandwidth.voice.models.FallbackMethodEnum
 
POST - com.bandwidth.voice.models.RedirectFallbackMethodEnum
 
POST - com.bandwidth.voice.models.RedirectMethodEnum
 
postBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP POST request with body.
postBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP POST request with body.
prepareFormFields(Map<?, ?>) - Static method in class com.bandwidth.ApiHelper
Prepares Array style form fields from a given array of values.
prevPage(String) - Method in class com.bandwidth.messaging.models.PageInfo.Builder
Setter for prevPage.
prevPageToken(String) - Method in class com.bandwidth.messaging.models.PageInfo.Builder
Setter for prevPageToken.
priority(PriorityEnum) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for priority.
priority(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for priority.
PriorityEnum - Enum in com.bandwidth.messaging.models
PriorityEnum to be used.
privacy(String) - Method in class com.bandwidth.voice.models.Diversion.Builder
Setter for privacy.
PRODUCTION - com.bandwidth.Environment
 
PublishPermissionEnum - Enum in com.bandwidth.webrtc.models
PublishPermissionEnum to be used.
publishPermissions(List<PublishPermissionEnum>) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for publishPermissions.
put(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP PUT request with parameters.
put(StringBuilder, Headers, Map<String, Object>, List<AbstractMap.SimpleEntry<String, Object>>) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP PUT request with parameters.
PUT - com.bandwidth.http.request.HttpMethod
 
putBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in interface com.bandwidth.http.client.HttpClient
Create an HTTP PUT request with body.
putBody(StringBuilder, Headers, Map<String, Object>, Object) - Method in class com.bandwidth.http.client.OkClient
Create an HTTP PUT request with body.

R

ReadonlyHttpClientConfiguration - Interface in com.bandwidth.http.client
Interface for holding HTTP Client Configuration.
reason(String) - Method in class com.bandwidth.voice.models.Diversion.Builder
Setter for reason.
receiveTime(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for receiveTime.
recipientCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for recipientCount.
Record - Class in com.bandwidth.voice.bxml.verbs
The Record verb is used to Record the current XML execution to another URL.
Record() - Constructor for class com.bandwidth.voice.bxml.verbs.Record
 
Record.RecordBuilder - Class in com.bandwidth.voice.bxml.verbs
 
RecordBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
 
recordCompleteFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.Record
 
recordCompleteFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
 
recordCompleteFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
 
recordCompleteFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.Record
 
recordCompleteFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
 
recordCompleteFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
 
recordCompleteMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to recordCompleteUrl.
recordCompleteMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to recordCompleteUrl.
recordCompleteUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to request new BXML from.
recordCompleteUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to send the Record Complete event to once it has ended.
RECORDING - com.bandwidth.voice.models.State1Enum
 
recordingAvailableMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to recordingAvailableUrl.
recordingAvailableMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(optional) The HTTP method to use for the request to recordingAvailableUrl.
recordingAvailableMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to recordingAvailableUrl.
recordingAvailableMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(optional) The HTTP method to use for the request to recordingAvailableUrl.
recordingAvailableUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to send the Recording Available event to once it has been processed.
recordingAvailableUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(required) URL to send the Recording Available event to once it has been processed.
recordingAvailableUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to send the Recording Available event to once it has been processed.
recordingAvailableUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(required) URL to send the Recording Available event to once it has been processed.
recordingId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for recordingId.
recordingId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for recordingId.
recordingId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for recordingId.
recordingId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for recordingId.
Redirect - Class in com.bandwidth.voice.bxml.verbs
The Redirect verb is used to redirect the current XML execution to another URL.
Redirect() - Constructor for class com.bandwidth.voice.bxml.verbs.Redirect
 
Redirect.RedirectBuilder - Class in com.bandwidth.voice.bxml.verbs
 
RedirectBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
 
redirectFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
 
redirectFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
 
redirectFallbackMethod(RedirectFallbackMethodEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for redirectFallbackMethod.
redirectFallbackMethod(RedirectFallbackMethodEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for redirectFallbackMethod.
redirectFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
 
RedirectFallbackMethodEnum - Enum in com.bandwidth.voice.models
RedirectFallbackMethodEnum to be used.
redirectFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
 
redirectFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
 
redirectFallbackUrl(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for redirectFallbackUrl.
redirectFallbackUrl(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for redirectFallbackUrl.
redirectFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
 
redirectMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
(optional) The HTTP method to use for the request to redirectUrl.
redirectMethod(RedirectMethodEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for redirectMethod.
redirectMethod(RedirectMethodEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for redirectMethod.
redirectMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
(optional) The HTTP method to use for the request to redirectUrl.
RedirectMethodEnum - Enum in com.bandwidth.voice.models
RedirectMethodEnum to be used.
redirectUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
(required) URL to request new BXML from.
redirectUrl(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for redirectUrl.
redirectUrl(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for redirectUrl.
redirectUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Redirect.RedirectBuilder
(required) URL to request new BXML from.
remove(String) - Method in class com.bandwidth.http.Headers
Removes the mapping for a header name if it is present, and get the value to which this map previously associated the key, or null if the map contained no mapping for the key.
removeNullValues(Map<String, ?>) - Static method in class com.bandwidth.ApiHelper
Removes null values from the given map.
removeParticipantFromSession(String, String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Remove a participant from a session.
removeParticipantFromSessionAsync(String, String, String) - Method in class com.bandwidth.webrtc.controllers.APIController
Remove a participant from a session.
replaceAll(StringBuilder, String, String) - Static method in class com.bandwidth.ApiHelper
Replaces all occurrences of the given string in the string builder.
requestId(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse.Builder
Setter for requestId.
requestId(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
Setter for requestId.
Response - Class in com.bandwidth.voice.bxml.verbs
 
Response() - Constructor for class com.bandwidth.voice.bxml.verbs.Response
 
responseCode(Integer) - Method in class com.bandwidth.phonenumberlookup.models.Result.Builder
Setter for responseCode.
result(Object) - Method in class com.bandwidth.messaging.models.DeferredResult.Builder
Setter for result.
result(List<Result>) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
Setter for result.
Result - Class in com.bandwidth.phonenumberlookup.models
This is a model class for Result type.
Result() - Constructor for class com.bandwidth.phonenumberlookup.models.Result
Default constructor.
Result(Integer, String, String, String, String, String, String, String, String) - Constructor for class com.bandwidth.phonenumberlookup.models.Result
Initialization constructor.
Result.Builder - Class in com.bandwidth.phonenumberlookup.models
Class to build instances of Result.
ResumeRecording - Class in com.bandwidth.voice.bxml.verbs
The ResumeRecording verb is used to resume a recording that was previously paused by a verb.
ResumeRecording() - Constructor for class com.bandwidth.voice.bxml.verbs.ResumeRecording
 
RetryInterceptor - Class in com.bandwidth.http.client
RetryInterceptor intercepts and retry requests if failed based on configuration.
RetryInterceptor(ReadonlyHttpClientConfiguration) - Constructor for class com.bandwidth.http.client.RetryInterceptor
Default Constructor, Initializes the httpClientConfiguration attribute.
retryInterval(long) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
To use in calculation of wait time for next request in case of failure.
Rfc1123DateTimeDeserializer() - Constructor for class com.bandwidth.DateTimeHelper.Rfc1123DateTimeDeserializer
 
Rfc1123DateTimeSerializer() - Constructor for class com.bandwidth.DateTimeHelper.Rfc1123DateTimeSerializer
 
Rfc1123DateTimeSerializer() - Constructor for class com.bandwidth.internal.OptionalNullable.Rfc1123DateTimeSerializer
 
Rfc8601DateTimeDeserializer() - Constructor for class com.bandwidth.DateTimeHelper.Rfc8601DateTimeDeserializer
 
Rfc8601DateTimeSerializer() - Constructor for class com.bandwidth.DateTimeHelper.Rfc8601DateTimeSerializer
 
Rfc8601DateTimeSerializer() - Constructor for class com.bandwidth.internal.OptionalNullable.Rfc8601DateTimeSerializer
 
Ring - Class in com.bandwidth.voice.bxml.verbs
The Ring verb is used to play ringing audio on a call.
Ring() - Constructor for class com.bandwidth.voice.bxml.verbs.Ring
 

S

scope(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for scope.
scope(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Setter for scope.
segmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for segmentCount.
segmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for segmentCount.
SendDtmf - Class in com.bandwidth.voice.bxml.verbs
The SendDtmf verb is used to play DTMF digits in the call.
SendDtmf() - Constructor for class com.bandwidth.voice.bxml.verbs.SendDtmf
 
serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.internal.OptionalNullable.Rfc1123DateTimeSerializer
 
serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.internal.OptionalNullable.Rfc8601DateTimeSerializer
 
serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.internal.OptionalNullable.Serializer
 
serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.internal.OptionalNullable.SimpleDateSerializer
 
serialize(OptionalNullable<Object>, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.internal.OptionalNullable.UnixTimestampSerializer
 
serialize(Object) - Static method in class com.bandwidth.ApiHelper
Json Serialization of a given object.
serialize(Object, JsonSerializer) - Static method in class com.bandwidth.ApiHelper
Json Serialization of a given object using a specified JsonSerializer.
serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.DateTimeHelper.SimpleDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.DateTimeHelper.Rfc1123DateTimeSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.DateTimeHelper.Rfc8601DateTimeSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class com.bandwidth.DateTimeHelper.UnixTimestampSerializer
 
Serializer() - Constructor for class com.bandwidth.internal.OptionalNullable.Serializer
 
Server - Enum in com.bandwidth
Server to be used.
Session - Class in com.bandwidth.webrtc.models
This is a model class for Session type.
Session() - Constructor for class com.bandwidth.webrtc.models.Session
Default constructor.
Session(String, String) - Constructor for class com.bandwidth.webrtc.models.Session
Initialization constructor.
Session.Builder - Class in com.bandwidth.webrtc.models
Class to build instances of Session.
sessionId(String) - Method in class com.bandwidth.webrtc.models.Subscriptions.Builder
Setter for sessionId.
sessions(List<String>) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for sessions.
setAccountId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.CallState
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for AccountId.
setAccountId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for AccountId.
setActiveMembers(List<ConferenceMemberState>) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for ActiveMembers.
setAnswerFallbackMethod(AnswerFallbackMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for AnswerFallbackMethod.
setAnswerFallbackMethod(AnswerFallbackMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for AnswerFallbackMethod.
setAnswerFallbackUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for AnswerFallbackUrl.
setAnswerFallbackUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for AnswerFallbackUrl.
setAnswerMethod(AnswerMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for AnswerMethod.
setAnswerMethod(AnswerMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for AnswerMethod.
setAnswerTime(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for AnswerTime.
setAnswerTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState
Setter for AnswerTime.
setAnswerUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for AnswerUrl.
setAnswerUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for AnswerUrl.
setApplicationId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.voice.models.CallState
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for ApplicationId.
setApplicationId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for ApplicationId.
setAttachmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for AttachmentCount.
setCallbackMethod(CallbackMethodEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for CallbackMethod.
setCallbackMethod(CallbackMethodEnum) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for CallbackMethod.
setCallbackTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for CallbackTimeout.
setCallbackTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for CallbackTimeout.
setCallbackTimeout(Double) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for CallbackTimeout.
setCallbackUrl(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for CallbackUrl.
setCallbackUrl(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for CallbackUrl.
setCallbackUrl(String) - Method in class com.bandwidth.webrtc.models.Participant
Setter for CallbackUrl.
setCallId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.CallState
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for CallId.
setCallId(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for CallId.
setCallIdsToCoach(List<String>) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for CallIdsToCoach.
setCallTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for CallTimeout.
setCallTimeout(Double) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for CallTimeout.
setCallUrl(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for CallUrl.
setCallUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for CallUrl.
setCampaignClass(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for CampaignClass.
setCarrierName(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for CarrierName.
setCause(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Cause.
setChannels(Integer) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Channels.
setChannels(Integer) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for Channels.
setChannels(Integer) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for Channels.
setChannels(Integer) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for Channels.
setCode(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Setter for Code.
setCompletedTime(String) - Method in class com.bandwidth.voice.models.Transcription
Setter for CompletedTime.
setCompletedTime(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Setter for CompletedTime.
setCompletedTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for CompletedTime.
setConferenceEventMethod(ConferenceEventMethodEnum) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for ConferenceEventMethod.
setConferenceEventUrl(String) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for ConferenceEventUrl.
setConferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for ConferenceId.
setConferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for ConferenceId.
setConferenceId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for ConferenceId.
setConfidence(Double) - Method in class com.bandwidth.voice.models.Transcript
Setter for Confidence.
setContent(String) - Method in class com.bandwidth.messaging.models.Media
Setter for Content.
setContentLength(Integer) - Method in class com.bandwidth.messaging.models.Media
Setter for ContentLength.
setCountry(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for Country.
setCreatedTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for CreatedTime.
setDelayResult(Boolean) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for DelayResult.
setDescription(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for Description.
setDestinationTn(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for DestinationTn.
setDetectionTimeout(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for DetectionTimeout.
setDeviceApiVersion(DeviceApiVersionEnum) - Method in class com.bandwidth.webrtc.models.Participant
Setter for DeviceApiVersion.
setDigit(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Digit.
setDigits(double) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for Digits.
setDigits(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Digits.
setDirection(DirectionEnum) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for Direction.
setDirection(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Direction.
setDirection(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Direction.
setDirection(String) - Method in class com.bandwidth.voice.models.CallState
Setter for Direction.
setDisconnectCause(String) - Method in class com.bandwidth.voice.models.CallState
Setter for DisconnectCause.
setDisconnectMethod(DisconnectMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for DisconnectMethod.
setDisconnectMethod(DisconnectMethodEnum) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for DisconnectMethod.
setDisconnectUrl(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for DisconnectUrl.
setDisconnectUrl(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for DisconnectUrl.
setDiversion(Diversion) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Diversion.
setDuration(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Duration.
setDuration(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for Duration.
setDuration(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for Duration.
setDuration(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for Duration.
setE164Format(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for E164Format.
setEndTime(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for EndTime.
setEndTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for EndTime.
setEndTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for EndTime.
setEndTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState
Setter for EndTime.
setEndTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for EndTime.
setErrorCode(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for ErrorCode.
setErrorCode(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for ErrorCode.
setErrorId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for ErrorId.
setErrorId(String) - Method in class com.bandwidth.voice.models.CallState
Setter for ErrorId.
setErrorMessage(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for ErrorMessage.
setErrorMessage(String) - Method in class com.bandwidth.voice.models.CallState
Setter for ErrorMessage.
setEventTime(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for EventTime.
setEventTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for EventTime.
setEventType(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for EventType.
setEventType(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for EventType.
setExpirationTimeInMinutes(double) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Setter for ExpirationTimeInMinutes.
setFailedTelephoneNumbers(List<String>) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Setter for FailedTelephoneNumbers.
setFallbackMethod(FallbackMethodEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for FallbackMethod.
setFallbackPassword(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for FallbackPassword.
setFallbackPassword(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for FallbackPassword.
setFallbackPassword(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for FallbackPassword.
setFallbackPassword(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for FallbackPassword.
setFallbackPassword(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for FallbackPassword.
setFallbackUrl(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for FallbackUrl.
setFallbackUsername(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for FallbackUsername.
setFallbackUsername(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for FallbackUsername.
setFallbackUsername(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for FallbackUsername.
setFallbackUsername(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for FallbackUsername.
setFallbackUsername(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for FallbackUsername.
setFileFormat(FileFormatEnum) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for FileFormat.
setFileFormat(FileFormatEnum) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for FileFormat.
setFileFormat(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for FileFormat.
setFileFormat(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for FileFormat.
setFormatted(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for Formatted.
setFrom(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for From.
setFrom(String) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for From.
setFrom(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.CallState
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for From.
setFrom(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for From.
setHold(Boolean) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for Hold.
setId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Id.
setId(String) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for Id.
setId(String) - Method in class com.bandwidth.voice.models.Transcription
Setter for Id.
setId(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Setter for Id.
setId(String) - Method in class com.bandwidth.webrtc.models.Participant
Setter for Id.
setId(String) - Method in class com.bandwidth.webrtc.models.Session
Setter for Id.
setIdentity(String) - Method in class com.bandwidth.voice.models.CallState
Setter for Identity.
setKey(String) - Method in class com.bandwidth.messaging.models.Tag
Setter for Key.
setLastUpdate(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState
Setter for LastUpdate.
setLineProvider(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for LineProvider.
setLineType(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for LineType.
setMachineDetection(MachineDetectionConfiguration) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for MachineDetection.
setMedia(List<String>) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Media.
setMedia(List<String>) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for Media.
setMediaName(String) - Method in class com.bandwidth.messaging.models.Media
Setter for MediaName.
setMediaUrl(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for MediaUrl.
setMediaUrl(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for MediaUrl.
setMediaUrl(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for MediaUrl.
setMediaUrl(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for MediaUrl.
setMemberUrl(String) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for MemberUrl.
setMessage(BandwidthMessage) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for Message.
setMessage(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for Message.
setMessage(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for Message.
setMessageDirection(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageDirection.
setMessageId(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageId.
setMessageId(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
Setter for MessageId.
setMessageLength(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageLength.
setMessages(List<BandwidthMessageItem>) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Setter for Messages.
setMessageSize(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageSize.
setMessageStatus(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageStatus.
setMessageType(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for MessageType.
setMobileCountryCode(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for MobileCountryCode.
setMobileNetworkCode(String) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for MobileNetworkCode.
setMode(ModeEnum) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for Mode.
setMute(Boolean) - Method in class com.bandwidth.voice.models.ConferenceMemberState
Setter for Mute.
setName(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for Name.
setName(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for Name.
setName(String) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for Name.
setNextPage(String) - Method in class com.bandwidth.messaging.models.PageInfo
Setter for NextPage.
setNextPageToken(String) - Method in class com.bandwidth.messaging.models.PageInfo
Setter for NextPageToken.
setOrExpired(Boolean) - Method in class com.bandwidth.messaging.models.DeferredResult.Builder
Setter for setOrExpired.
setOrigTo(String) - Method in class com.bandwidth.voice.models.Diversion
Setter for OrigTo.
setOwner(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Owner.
setPageInfo(PageInfo) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Setter for PageInfo.
setParentCallId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for ParentCallId.
setParentCallId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for ParentCallId.
setParentCallId(String) - Method in class com.bandwidth.voice.models.CallState
Setter for ParentCallId.
setParticipant(Participant) - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Setter for Participant.
setParticipantId(String) - Method in class com.bandwidth.webrtc.models.ParticipantSubscription
Setter for ParticipantId.
setParticipants(List<ParticipantSubscription>) - Method in class com.bandwidth.webrtc.models.Subscriptions
Setter for Participants.
setPassword(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for Password.
setPassword(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for Password.
setPassword(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for Password.
setPassword(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for Password.
setPassword(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for Password.
setPassword(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for Password.
setPrevPage(String) - Method in class com.bandwidth.messaging.models.PageInfo
Setter for PrevPage.
setPrevPageToken(String) - Method in class com.bandwidth.messaging.models.PageInfo
Setter for PrevPageToken.
setPriority(PriorityEnum) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for Priority.
setPriority(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Priority.
setPrivacy(String) - Method in class com.bandwidth.voice.models.Diversion
Setter for Privacy.
setPublishPermissions(List<PublishPermissionEnum>) - Method in class com.bandwidth.webrtc.models.Participant
Setter for PublishPermissions.
setReason(String) - Method in class com.bandwidth.voice.models.Diversion
Setter for Reason.
setReceiveTime(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for ReceiveTime.
setRecipientCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for RecipientCount.
setRecordingId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for RecordingId.
setRecordingId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for RecordingId.
setRecordingId(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for RecordingId.
setRecordingId(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for RecordingId.
setRedirectFallbackMethod(RedirectFallbackMethodEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for RedirectFallbackMethod.
setRedirectFallbackMethod(RedirectFallbackMethodEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for RedirectFallbackMethod.
setRedirectFallbackUrl(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for RedirectFallbackUrl.
setRedirectFallbackUrl(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for RedirectFallbackUrl.
setRedirectMethod(RedirectMethodEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for RedirectMethod.
setRedirectMethod(RedirectMethodEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for RedirectMethod.
setRedirectUrl(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for RedirectUrl.
setRedirectUrl(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for RedirectUrl.
setRequestId(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Setter for RequestId.
setRequestId(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Setter for RequestId.
setResponseCode(Integer) - Method in class com.bandwidth.phonenumberlookup.models.Result
Setter for ResponseCode.
setResult(Object) - Method in class com.bandwidth.messaging.models.DeferredResult
Setter for Result.
setResult(List<Result>) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Setter for Result.
setScope(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for Scope.
setScope(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Setter for Scope.
setSegmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for SegmentCount.
setSegmentCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for SegmentCount.
setSessionId(String) - Method in class com.bandwidth.webrtc.models.Subscriptions
Setter for SessionId.
setSessions(List<String>) - Method in class com.bandwidth.webrtc.models.Participant
Setter for Sessions.
setSetOrExpired(Boolean) - Method in class com.bandwidth.messaging.models.DeferredResult
Setter for SetOrExpired.
setSilenceTimeout(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for SilenceTimeout.
setSourceTn(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Setter for SourceTn.
setSpeechEndThreshold(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for SpeechEndThreshold.
setSpeechThreshold(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for SpeechThreshold.
setStartTime(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for StartTime.
setStartTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for StartTime.
setStartTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for StartTime.
setStartTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState
Setter for StartTime.
setStartTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for StartTime.
setStartTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for StartTime.
setState(State1Enum) - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest
Setter for State.
setState(StateEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for State.
setState(String) - Method in class com.bandwidth.voice.models.CallState
Setter for State.
setStatus(StatusEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for Status.
setStatus(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Setter for Status.
setStatus(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.Transcription
Setter for Status.
setStatus(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Setter for Status.
setStirShaken(Map<String, String>) - Method in class com.bandwidth.voice.models.CallState
Setter for StirShaken.
setSubscriptions(Subscriptions) - Method in class com.bandwidth.webrtc.models.Participant
Setter for Subscriptions.
setTag(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Tag.
setTag(String) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.ConferenceState
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for Tag.
setTag(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for Tag.
setTag(String) - Method in class com.bandwidth.webrtc.models.Participant
Setter for Tag.
setTag(String) - Method in class com.bandwidth.webrtc.models.Session
Setter for Tag.
setTerminatingDigit(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for TerminatingDigit.
setText(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Text.
setText(String) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for Text.
setText(String) - Method in class com.bandwidth.voice.models.Transcript
Setter for Text.
setTime(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for Time.
setTime(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for Time.
setTns(List<String>) - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest
Setter for Tns.
setTo(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for To.
setTo(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Setter for To.
setTo(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.CallState
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.ConferenceCallback
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for To.
setTo(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for To.
setTo(List<String>) - Method in class com.bandwidth.messaging.models.BandwidthMessage
Setter for To.
setTo(List<String>) - Method in class com.bandwidth.messaging.models.MessageRequest
Setter for To.
setToken(String) - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Setter for Token.
setTotalCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Setter for TotalCount.
setTranscription(Transcription) - Method in class com.bandwidth.voice.models.CallCallback
Setter for Transcription.
setTranscription(TranscriptionMetadata) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for Transcription.
setTranscripts(List<Transcript>) - Method in class com.bandwidth.voice.models.TranscriptionResponse
Setter for Transcripts.
setTransferCallerId(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for TransferCallerId.
setTransferCallerId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for TransferCallerId.
setTransferTo(String) - Method in class com.bandwidth.voice.models.CallCallback
Setter for TransferTo.
setTransferTo(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Setter for TransferTo.
setType(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Setter for Type.
setUnknown(String) - Method in class com.bandwidth.voice.models.Diversion
Setter for Unknown.
setUrl(String) - Method in class com.bandwidth.voice.models.Transcription
Setter for Url.
setUrl(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Setter for Url.
setUsername(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for Username.
setUsername(String) - Method in class com.bandwidth.voice.models.CreateCallResponse
Setter for Username.
setUsername(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Setter for Username.
setUsername(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest
Setter for Username.
setUsername(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Setter for Username.
setUsername(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Setter for Username.
setUui(String) - Method in class com.bandwidth.voice.models.CreateCallRequest
Setter for Uui.
setValid(Boolean) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
Setter for Valid.
setValue(String) - Method in class com.bandwidth.messaging.models.Tag
Setter for Value.
shouldOverrideHttpClientConfigurations() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Allow the SDK to override HTTP client instance's settings used for features like retries, timeouts etc.
shouldOverrideHttpClientConfigurations() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
Allow the SDK to override HTTP client instance's settings used for features like retries, timeouts etc.
shouldRetryOnTimeout() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Whether to retry on request timeout.
shouldRetryOnTimeout() - Method in interface com.bandwidth.http.client.ReadonlyHttpClientConfiguration
Whether to retry on request timeout.
shouldRetryOnTimeout(boolean) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
Whether to retry on request timeout.
shutdown() - Static method in class com.bandwidth.BandwidthClient
Shutdown the underlying HttpClient instance.
shutdown() - Static method in class com.bandwidth.http.client.OkClient
Shutdown the underlying OkHttpClient instance.
shutdown() - Static method in class com.bandwidth.MessagingClient
 
shutdown() - Static method in class com.bandwidth.MultiFactorAuthClient
 
shutdown() - Static method in class com.bandwidth.PhoneNumberLookupClient
 
shutdown() - Static method in class com.bandwidth.VoiceClient
 
shutdown() - Static method in class com.bandwidth.WebRtcClient
 
silenceTimeout(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for silenceTimeout.
SimpleDateDeserializer() - Constructor for class com.bandwidth.DateTimeHelper.SimpleDateDeserializer
 
SimpleDateSerializer() - Constructor for class com.bandwidth.DateTimeHelper.SimpleDateSerializer
 
SimpleDateSerializer() - Constructor for class com.bandwidth.internal.OptionalNullable.SimpleDateSerializer
 
SipUri - Class in com.bandwidth.voice.bxml.verbs
 
SipUri() - Constructor for class com.bandwidth.voice.bxml.verbs.SipUri
 
SipUri.SipUriBuilder - Class in com.bandwidth.voice.bxml.verbs
 
SipUriBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
SOPHIA - com.bandwidth.voice.bxml.verbs.Voice
 
sourceTn(String) - Method in class com.bandwidth.messaging.models.BandwidthMessageItem.Builder
Setter for sourceTn.
SpeakSentence - Class in com.bandwidth.voice.bxml.verbs
The SpeakSentence verb translates text to speech and plays the resulting audio on the call
Attributes of the speaker may be changed using these values.
SpeakSentence() - Constructor for class com.bandwidth.voice.bxml.verbs.SpeakSentence
 
speechEndThreshold(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for speechEndThreshold.
speechThreshold(Double) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for speechThreshold.
StartGather - Class in com.bandwidth.voice.bxml.verbs
Start Gather Verb
StartGather() - Constructor for class com.bandwidth.voice.bxml.verbs.StartGather
 
StartGather.StartGatherBuilder - Class in com.bandwidth.voice.bxml.verbs
 
StartGatherBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.StartGather.StartGatherBuilder
 
StartRecording - Class in com.bandwidth.voice.bxml.verbs
The StartRecording verb allows a segment of a call to be recorded while other verbs are executing.
StartRecording() - Constructor for class com.bandwidth.voice.bxml.verbs.StartRecording
 
StartRecording.StartRecordingBuilder - Class in com.bandwidth.voice.bxml.verbs
 
StartRecordingBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
 
startTime(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for startTime.
startTime(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for startTime.
startTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for startTime.
startTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for startTime.
startTime(LocalDateTime) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for startTime.
startTime(LocalDateTime) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for startTime.
state(State1Enum) - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest.Builder
Setter for state.
state(StateEnum) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for state.
state(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for state.
State1Enum - Enum in com.bandwidth.voice.models
State1Enum to be used.
StateEnum - Enum in com.bandwidth.voice.models
StateEnum to be used.
status(StatusEnum) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for status.
status(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse.Builder
Setter for status.
status(String) - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.Transcription.Builder
Setter for status.
status(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata.Builder
Setter for status.
StatusEnum - Enum in com.bandwidth.voice.models
StatusEnum to be used.
STEFANO - com.bandwidth.voice.bxml.verbs.Voice
 
stirShaken(Map<String, String>) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for stirShaken.
StopGather - Class in com.bandwidth.voice.bxml.verbs
Stop Gather Verb
StopGather() - Constructor for class com.bandwidth.voice.bxml.verbs.StopGather
 
StopRecording - Class in com.bandwidth.voice.bxml.verbs
The StopRecording verb is used to stop a recording that was previously started by a verb.
StopRecording() - Constructor for class com.bandwidth.voice.bxml.verbs.StopRecording
 
subscriptions(Subscriptions) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for subscriptions.
Subscriptions - Class in com.bandwidth.webrtc.models
This is a model class for Subscriptions type.
Subscriptions() - Constructor for class com.bandwidth.webrtc.models.Subscriptions
Default constructor.
Subscriptions(String, List<ParticipantSubscription>) - Constructor for class com.bandwidth.webrtc.models.Subscriptions
Initialization constructor.
Subscriptions.Builder - Class in com.bandwidth.webrtc.models
Class to build instances of Subscriptions.
supply() - Method in interface com.bandwidth.controllers.BaseController.RequestSupplier
Supplies the HttpRequest object.
SYNC - com.bandwidth.voice.models.ModeEnum
 

T

tag(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.ConferenceState.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.webrtc.models.Participant.Builder
Setter for tag.
tag(String) - Method in class com.bandwidth.webrtc.models.Session.Builder
Setter for tag.
Tag - Class in com.bandwidth.messaging.models
This is a model class for Tag type.
Tag - Class in com.bandwidth.voice.bxml.verbs
The Tag verb is used to set a new tag value without executing a callback.
Tag() - Constructor for class com.bandwidth.messaging.models.Tag
Default constructor.
Tag() - Constructor for class com.bandwidth.voice.bxml.verbs.Tag
 
Tag(String, String) - Constructor for class com.bandwidth.messaging.models.Tag
Initialization constructor.
Tag.Builder - Class in com.bandwidth.messaging.models
Class to build instances of Tag.
terminatingDigit(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for terminatingDigit.
terminatingDigits - Variable in class com.bandwidth.voice.bxml.verbs.Record
(optional) When pressed, this digit will terminate the recording.
text(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for text.
text(String) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for text.
text(String) - Method in class com.bandwidth.voice.models.Transcript.Builder
Setter for text.
time(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for time.
time(String) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for time.
timeout() - Method in class com.bandwidth.BandwidthClient
Deprecated.
This method will be removed in a future version. Use BandwidthClient.getHttpClientConfig() instead.
timeout() - Method in interface com.bandwidth.Configuration
The timeout to use for making HTTP requests.
timeout(long) - Method in class com.bandwidth.BandwidthClient.Builder
Deprecated.
This method will be removed in a future version. Use httpClientConfig instead.
timeout(long) - Method in class com.bandwidth.http.client.HttpClientConfiguration.Builder
The timeout in seconds to use for making HTTP requests.
tns(List<String>) - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest.Builder
Setter for tns.
to(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for to.
to(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema.Builder
Setter for to.
to(String) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.CallState.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.ConferenceCallback.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for to.
to(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for to.
to(List<String>) - Method in class com.bandwidth.messaging.models.BandwidthMessage.Builder
Setter for to.
to(List<String>) - Method in class com.bandwidth.messaging.models.MessageRequest.Builder
Setter for to.
toBuilder() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
toBuilder() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Builds a new BandwidthMessage.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Builds a new BandwidthMessageItem.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Builds a new BandwidthMessagesList.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.DeferredResult
Builds a new DeferredResult.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.Media
Builds a new Media.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.MessageRequest
Builds a new MessageRequest.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.PageInfo
Builds a new PageInfo.Builder object.
toBuilder() - Method in class com.bandwidth.messaging.models.Tag
Builds a new Tag.Builder object.
toBuilder() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
toBuilder() - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
toBuilder() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
toBuilder() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
toBuilder() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Builds a new TwoFactorVoiceResponse.Builder object.
toBuilder() - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest
Builds a new OrderRequest.Builder object.
toBuilder() - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Builds a new OrderResponse.Builder object.
toBuilder() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Builds a new OrderStatus.Builder object.
toBuilder() - Method in class com.bandwidth.phonenumberlookup.models.Result
Builds a new Result.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.CallCallback
Builds a new CallCallback.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Builds a new CallRecordingMetadata.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.CallState
Builds a new CallState.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.ConferenceCallback
Builds a new ConferenceCallback.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Builds a new ConferenceMemberState.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
toBuilder() - Method in class com.bandwidth.voice.models.ConferenceState
Builds a new ConferenceState.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.CreateCallRequest
Builds a new CreateCallRequest.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.CreateCallResponse
Builds a new CreateCallResponse.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.Diversion
Builds a new Diversion.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
toBuilder() - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest
toBuilder() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Builds a new ModifyCallRequest.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Builds a new ModifyConferenceRequest.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
toBuilder() - Method in class com.bandwidth.voice.models.Transcript
Builds a new Transcript.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.Transcription
Builds a new Transcription.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Builds a new TranscriptionMetadata.Builder object.
toBuilder() - Method in class com.bandwidth.voice.models.TranscriptionResponse
Builds a new TranscriptionResponse.Builder object.
toBuilder() - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
toBuilder() - Method in class com.bandwidth.webrtc.models.Participant
Builds a new Participant.Builder object.
toBuilder() - Method in class com.bandwidth.webrtc.models.ParticipantSubscription
Builds a new ParticipantSubscription.Builder object.
toBuilder() - Method in class com.bandwidth.webrtc.models.Session
Builds a new Session.Builder object.
toBuilder() - Method in class com.bandwidth.webrtc.models.Subscriptions
Builds a new Subscriptions.Builder object.
toBXML() - Method in class com.bandwidth.voice.bxml.verbs.Response
Convert this Response and its verbs into their corresponding XML and get the result as a String
token(String) - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse.Builder
Setter for token.
toRfc1123DateTime(LocalDateTime) - Static method in class com.bandwidth.DateTimeHelper
Convert a DateTime object to a Rfc1123 formatted string.
toRfc1123DateTime(List<LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a List of DateTime objects to Rfc1123 formatted strings.
toRfc1123DateTime(Map<String, LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a Map of DateTime objects to Rfc1123 formatted strings.
toRfc8601DateTime(LocalDateTime) - Static method in class com.bandwidth.DateTimeHelper
Convert a DateTime object to a Rfc8601(Rfc3339) formatted string.
toRfc8601DateTime(List<LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a List of DateTime objects to Rfc8601(Rfc3339) formatted strings.
toRfc8601DateTime(Map<String, LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a Map of DateTime objects to Rfc8601(Rfc3339) formatted strings.
toSimpleDate(LocalDate) - Static method in class com.bandwidth.DateTimeHelper
Convert a LocalDate object to a string.
toSimpleDate(List<LocalDate>) - Static method in class com.bandwidth.DateTimeHelper
Convert a List of LocalDate objects to strings.
toSimpleDate(Map<String, LocalDate>) - Static method in class com.bandwidth.DateTimeHelper
Convert a Map of LocalDate objects to strings.
toString() - Method in class com.bandwidth.BandwidthClient
Converts this BandwidthClient into string format.
toString() - Method in enum com.bandwidth.Environment
Get string representation of this enum.
toString() - Method in class com.bandwidth.http.client.HttpClientConfiguration
Converts this HttpClientConfiguration into string format.
toString() - Method in class com.bandwidth.http.client.HttpContext
Converts this HttpContext into string format.
toString() - Method in class com.bandwidth.http.Headers
Converts this Headers into string format.
toString() - Method in class com.bandwidth.http.request.HttpBodyRequest
Converts this HttpBodyRequest into string format.
toString() - Method in class com.bandwidth.http.request.HttpRequest
Converts this HttpRequest into string format.
toString() - Method in class com.bandwidth.http.response.HttpResponse
Converts this HttpResponse into string format.
toString() - Method in class com.bandwidth.http.response.HttpStringResponse
Converts this HttpStringResponse into string format.
toString() - Method in class com.bandwidth.internal.OptionalNullable
Converts this OptionalNullable into string format.
toString() - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage
Converts this BandwidthCallbackMessage into string format.
toString() - Method in class com.bandwidth.messaging.models.BandwidthMessage
Converts this BandwidthMessage into string format.
toString() - Method in class com.bandwidth.messaging.models.BandwidthMessageItem
Converts this BandwidthMessageItem into string format.
toString() - Method in class com.bandwidth.messaging.models.BandwidthMessagesList
Converts this BandwidthMessagesList into string format.
toString() - Method in class com.bandwidth.messaging.models.DeferredResult
Converts this DeferredResult into string format.
toString() - Method in class com.bandwidth.messaging.models.Media
Converts this Media into string format.
toString() - Method in class com.bandwidth.messaging.models.MessageRequest
Converts this MessageRequest into string format.
toString() - Method in class com.bandwidth.messaging.models.PageInfo
Converts this PageInfo into string format.
toString() - Method in enum com.bandwidth.messaging.models.PriorityEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.messaging.models.Tag
Converts this Tag into string format.
toString() - Method in class com.bandwidth.MessagingBasicAuthManager
Converts this MessagingBasicAuthManager into string format.
toString() - Method in class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Converts this TwoFactorCodeRequestSchema into string format.
toString() - Method in class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
Converts this TwoFactorMessagingResponse into string format.
toString() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
Converts this TwoFactorVerifyCodeResponse into string format.
toString() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Converts this TwoFactorVerifyRequestSchema into string format.
toString() - Method in class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Converts this TwoFactorVoiceResponse into string format.
toString() - Method in class com.bandwidth.MultiFactorAuthBasicAuthManager
Converts this MultiFactorAuthBasicAuthManager into string format.
toString() - Method in class com.bandwidth.phonenumberlookup.models.OrderRequest
Converts this OrderRequest into string format.
toString() - Method in class com.bandwidth.phonenumberlookup.models.OrderResponse
Converts this OrderResponse into string format.
toString() - Method in class com.bandwidth.phonenumberlookup.models.OrderStatus
Converts this OrderStatus into string format.
toString() - Method in class com.bandwidth.phonenumberlookup.models.Result
Converts this Result into string format.
toString() - Method in class com.bandwidth.PhoneNumberLookupBasicAuthManager
Converts this PhoneNumberLookupBasicAuthManager into string format.
toString() - Method in enum com.bandwidth.Server
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.bxml.verbs.FileFormat
 
toString() - Method in enum com.bandwidth.voice.bxml.verbs.Method
 
toString() - Method in enum com.bandwidth.voice.bxml.verbs.Voice
 
toString() - Method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.AnswerMethodEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.CallbackMethodEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.CallCallback
Converts this CallCallback into string format.
toString() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
Converts this CallRecordingMetadata into string format.
toString() - Method in class com.bandwidth.voice.models.CallState
Converts this CallState into string format.
toString() - Method in class com.bandwidth.voice.models.ConferenceCallback
Converts this ConferenceCallback into string format.
toString() - Method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.ConferenceMemberState
Converts this ConferenceMemberState into string format.
toString() - Method in class com.bandwidth.voice.models.ConferenceRecordingMetadata
Converts this ConferenceRecordingMetadata into string format.
toString() - Method in class com.bandwidth.voice.models.ConferenceState
Converts this ConferenceState into string format.
toString() - Method in class com.bandwidth.voice.models.CreateCallRequest
Converts this CreateCallRequest into string format.
toString() - Method in class com.bandwidth.voice.models.CreateCallResponse
Converts this CreateCallResponse into string format.
toString() - Method in enum com.bandwidth.voice.models.DirectionEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.Diversion
Converts this Diversion into string format.
toString() - Method in enum com.bandwidth.voice.models.FallbackMethodEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.FileFormatEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
Converts this MachineDetectionConfiguration into string format.
toString() - Method in enum com.bandwidth.voice.models.ModeEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.ModifyCallRecordingRequest
Converts this ModifyCallRecordingRequest into string format.
toString() - Method in class com.bandwidth.voice.models.ModifyCallRequest
Converts this ModifyCallRequest into string format.
toString() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
Converts this ModifyConferenceRequest into string format.
toString() - Method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.RedirectMethodEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.State1Enum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.StateEnum
Get string representation of this enum.
toString() - Method in enum com.bandwidth.voice.models.StatusEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
Converts this TranscribeRecordingRequest into string format.
toString() - Method in class com.bandwidth.voice.models.Transcript
Converts this Transcript into string format.
toString() - Method in class com.bandwidth.voice.models.Transcription
Converts this Transcription into string format.
toString() - Method in class com.bandwidth.voice.models.TranscriptionMetadata
Converts this TranscriptionMetadata into string format.
toString() - Method in class com.bandwidth.voice.models.TranscriptionResponse
Converts this TranscriptionResponse into string format.
toString() - Method in class com.bandwidth.VoiceBasicAuthManager
Converts this VoiceBasicAuthManager into string format.
toString() - Method in class com.bandwidth.webrtc.models.AccountsParticipantsResponse
Converts this AccountsParticipantsResponse into string format.
toString() - Method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.webrtc.models.Participant
Converts this Participant into string format.
toString() - Method in class com.bandwidth.webrtc.models.ParticipantSubscription
Converts this ParticipantSubscription into string format.
toString() - Method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Get string representation of this enum.
toString() - Method in class com.bandwidth.webrtc.models.Session
Converts this Session into string format.
toString() - Method in class com.bandwidth.webrtc.models.Subscriptions
Converts this Subscriptions into string format.
toString() - Method in class com.bandwidth.WebRtcBasicAuthManager
Converts this WebRtcBasicAuthManager into string format.
totalCount(Integer) - Method in class com.bandwidth.messaging.models.BandwidthMessagesList.Builder
Setter for totalCount.
toUnixTimestamp(LocalDateTime) - Static method in class com.bandwidth.DateTimeHelper
Convert a DateTime object to a Unix Timestamp string.
toUnixTimestamp(List<LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a List of DateTime objects to Unix Timestamp strings.
toUnixTimestamp(Map<String, LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a Map of DateTime objects to Unix Timestamp strings.
toUnixTimestampLong(LocalDateTime) - Static method in class com.bandwidth.DateTimeHelper
Convert a DateTime object to a Unix Timestamp Long.
toUnixTimestampLong(List<LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a List of DateTime objects to Unix Timestamp Longs.
toUnixTimestampLong(Map<String, LocalDateTime>) - Static method in class com.bandwidth.DateTimeHelper
Convert a Map of DateTime objects to Unix Timestamp Longs.
toValue(List<Environment>) - Static method in enum com.bandwidth.Environment
Convert list of Environment values to list of string values.
toValue(List<PriorityEnum>) - Static method in enum com.bandwidth.messaging.models.PriorityEnum
Convert list of PriorityEnum values to list of string values.
toValue(List<Server>) - Static method in enum com.bandwidth.Server
Convert list of Server values to list of string values.
toValue(List<AnswerFallbackMethodEnum>) - Static method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Convert list of AnswerFallbackMethodEnum values to list of string values.
toValue(List<AnswerMethodEnum>) - Static method in enum com.bandwidth.voice.models.AnswerMethodEnum
Convert list of AnswerMethodEnum values to list of string values.
toValue(List<CallbackMethodEnum>) - Static method in enum com.bandwidth.voice.models.CallbackMethodEnum
Convert list of CallbackMethodEnum values to list of string values.
toValue(List<ConferenceEventMethodEnum>) - Static method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Convert list of ConferenceEventMethodEnum values to list of string values.
toValue(List<DirectionEnum>) - Static method in enum com.bandwidth.voice.models.DirectionEnum
Convert list of DirectionEnum values to list of string values.
toValue(List<DisconnectMethodEnum>) - Static method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Convert list of DisconnectMethodEnum values to list of string values.
toValue(List<FallbackMethodEnum>) - Static method in enum com.bandwidth.voice.models.FallbackMethodEnum
Convert list of FallbackMethodEnum values to list of string values.
toValue(List<FileFormatEnum>) - Static method in enum com.bandwidth.voice.models.FileFormatEnum
Convert list of FileFormatEnum values to list of string values.
toValue(List<ModeEnum>) - Static method in enum com.bandwidth.voice.models.ModeEnum
Convert list of ModeEnum values to list of string values.
toValue(List<RedirectFallbackMethodEnum>) - Static method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Convert list of RedirectFallbackMethodEnum values to list of string values.
toValue(List<RedirectMethodEnum>) - Static method in enum com.bandwidth.voice.models.RedirectMethodEnum
Convert list of RedirectMethodEnum values to list of string values.
toValue(List<State1Enum>) - Static method in enum com.bandwidth.voice.models.State1Enum
Convert list of State1Enum values to list of string values.
toValue(List<StateEnum>) - Static method in enum com.bandwidth.voice.models.StateEnum
Convert list of StateEnum values to list of string values.
toValue(List<StatusEnum>) - Static method in enum com.bandwidth.voice.models.StatusEnum
Convert list of StatusEnum values to list of string values.
toValue(List<DeviceApiVersionEnum>) - Static method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Convert list of DeviceApiVersionEnum values to list of string values.
toValue(List<PublishPermissionEnum>) - Static method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Convert list of PublishPermissionEnum values to list of string values.
TranscribeRecordingRequest - Class in com.bandwidth.voice.models
This is a model class for TranscribeRecordingRequest type.
TranscribeRecordingRequest() - Constructor for class com.bandwidth.voice.models.TranscribeRecordingRequest
Default constructor.
TranscribeRecordingRequest(String, OptionalNullable<CallbackMethodEnum>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<String>, OptionalNullable<Double>) - Constructor for class com.bandwidth.voice.models.TranscribeRecordingRequest
Internal initialization constructor.
TranscribeRecordingRequest(String, CallbackMethodEnum, String, String, String, Double) - Constructor for class com.bandwidth.voice.models.TranscribeRecordingRequest
Initialization constructor.
TranscribeRecordingRequest.Builder - Class in com.bandwidth.voice.models
Class to build instances of TranscribeRecordingRequest.
Transcript - Class in com.bandwidth.voice.models
This is a model class for Transcript type.
Transcript() - Constructor for class com.bandwidth.voice.models.Transcript
Default constructor.
Transcript(String, Double) - Constructor for class com.bandwidth.voice.models.Transcript
Initialization constructor.
Transcript.Builder - Class in com.bandwidth.voice.models
Class to build instances of Transcript.
transcription(Transcription) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for transcription.
transcription(TranscriptionMetadata) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for transcription.
Transcription - Class in com.bandwidth.voice.models
This is a model class for Transcription type.
Transcription() - Constructor for class com.bandwidth.voice.models.Transcription
Default constructor.
Transcription(String, String, String, String) - Constructor for class com.bandwidth.voice.models.Transcription
Initialization constructor.
Transcription.Builder - Class in com.bandwidth.voice.models
Class to build instances of Transcription.
transcriptionAvailableMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to transcriptionAvailableUrl.
transcriptionAvailableMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(optional) The HTTP method to use for the request to transcriptionAvailableUrl.
transcriptionAvailableMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(optional) The HTTP method to use for the request to transcriptionAvailableUrl.
transcriptionAvailableMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(optional) The HTTP method to use for the request to transcriptionAvailableUrl.
transcriptionAvailableUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to send the transcriptionAvailable event to.
transcriptionAvailableUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(required) URL to send the transcriptionAvailable event to.
transcriptionAvailableUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Record.RecordBuilder
(required) URL to send the transcriptionAvailable event to.
transcriptionAvailableUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.StartRecording.StartRecordingBuilder
(required) URL to send the transcriptionAvailable event to.
TranscriptionMetadata - Class in com.bandwidth.voice.models
This is a model class for TranscriptionMetadata type.
TranscriptionMetadata() - Constructor for class com.bandwidth.voice.models.TranscriptionMetadata
Default constructor.
TranscriptionMetadata(String, String, String, String) - Constructor for class com.bandwidth.voice.models.TranscriptionMetadata
Initialization constructor.
TranscriptionMetadata.Builder - Class in com.bandwidth.voice.models
Class to build instances of TranscriptionMetadata.
TranscriptionResponse - Class in com.bandwidth.voice.models
This is a model class for TranscriptionResponse type.
TranscriptionResponse() - Constructor for class com.bandwidth.voice.models.TranscriptionResponse
Default constructor.
TranscriptionResponse(List<Transcript>) - Constructor for class com.bandwidth.voice.models.TranscriptionResponse
Initialization constructor.
TranscriptionResponse.Builder - Class in com.bandwidth.voice.models
Class to build instances of TranscriptionResponse.
transcripts(List<Transcript>) - Method in class com.bandwidth.voice.models.TranscriptionResponse.Builder
Setter for transcripts.
Transfer - Class in com.bandwidth.voice.bxml.verbs
The Transfer verb is used to bridge another party onto the current call.
Transfer() - Constructor for class com.bandwidth.voice.bxml.verbs.Transfer
 
Transfer.TransferBuilder - Class in com.bandwidth.voice.bxml.verbs
 
transferAnswerFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
transferAnswerFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
 
transferAnswerFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
 
transferAnswerFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
transferAnswerFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
 
transferAnswerFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
 
transferAnswerFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferAnswerUrl.
transferAnswerMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferAnswerUrl.
transferAnswerMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferAnswerUrl.
transferAnswerUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferAnswerUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferAnswerUrl.
transferAnswerUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
TransferBuilder() - Constructor for class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
 
transferCallerId(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for transferCallerId.
transferCallerId(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for transferCallerId.
transferCompleteFallbackMethod - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
 
transferCompleteFallbackMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
 
transferCompleteFallbackMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
 
transferCompleteFallbackUrl - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
 
transferCompleteFallbackUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
 
transferCompleteFallbackUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
 
transferCompleteMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
(optional) The HTTP method to use for the request to transferCompleteUrl.
transferCompleteMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
(optional) The HTTP method to use for the request to transferCompleteUrl.
transferCompleteUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
(optional) URL to send the Transfer Complete event to and request new BXML.
transferCompleteUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.Transfer.TransferBuilder
(optional) URL to send the Transfer Complete event to and request new BXML.
transferDisconnectMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferDisconnectUrl.
transferDisconnectMethod(Method) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferDisconnectMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferDisconnectUrl.
transferDisconnectMethod(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferDisconnectUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferDisconnectUrl .
transferDisconnectUrl(String) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferDisconnectUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.PhoneNumber.PhoneNumberBuilder
(optional) The HTTP method to use for the request to transferDisconnectUrl .
transferDisconnectUrl(URI) - Method in class com.bandwidth.voice.bxml.verbs.SipUri.SipUriBuilder
 
transferTo(String) - Method in class com.bandwidth.voice.models.CallCallback.Builder
Setter for transferTo.
transferTo(String) - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
Setter for transferTo.
TwoFactorCodeRequestSchema - Class in com.bandwidth.multifactorauth.models
This is a model class for TwoFactorCodeRequestSchema type.
TwoFactorCodeRequestSchema() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Default constructor.
TwoFactorCodeRequestSchema(String, String, String, String, double, String) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
Initialization constructor.
TwoFactorCodeRequestSchema.Builder - Class in com.bandwidth.multifactorauth.models
Class to build instances of TwoFactorCodeRequestSchema.
TwoFactorMessagingResponse - Class in com.bandwidth.multifactorauth.models
This is a model class for TwoFactorMessagingResponse type.
TwoFactorMessagingResponse() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
Default constructor.
TwoFactorMessagingResponse(String) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorMessagingResponse
Initialization constructor.
TwoFactorMessagingResponse.Builder - Class in com.bandwidth.multifactorauth.models
Class to build instances of TwoFactorMessagingResponse.
TwoFactorVerifyCodeResponse - Class in com.bandwidth.multifactorauth.models
This is a model class for TwoFactorVerifyCodeResponse type.
TwoFactorVerifyCodeResponse() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
Default constructor.
TwoFactorVerifyCodeResponse(Boolean) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
Initialization constructor.
TwoFactorVerifyCodeResponse.Builder - Class in com.bandwidth.multifactorauth.models
Class to build instances of TwoFactorVerifyCodeResponse.
TwoFactorVerifyRequestSchema - Class in com.bandwidth.multifactorauth.models
This is a model class for TwoFactorVerifyRequestSchema type.
TwoFactorVerifyRequestSchema() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Default constructor.
TwoFactorVerifyRequestSchema(String, String, double, String, String) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVerifyRequestSchema
Initialization constructor.
TwoFactorVerifyRequestSchema.Builder - Class in com.bandwidth.multifactorauth.models
Class to build instances of TwoFactorVerifyRequestSchema.
TwoFactorVoiceResponse - Class in com.bandwidth.multifactorauth.models
This is a model class for TwoFactorVoiceResponse type.
TwoFactorVoiceResponse() - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Default constructor.
TwoFactorVoiceResponse(String) - Constructor for class com.bandwidth.multifactorauth.models.TwoFactorVoiceResponse
Initialization constructor.
TwoFactorVoiceResponse.Builder - Class in com.bandwidth.multifactorauth.models
Class to build instances of TwoFactorVoiceResponse.
type(String) - Method in class com.bandwidth.messaging.models.BandwidthCallbackMessage.Builder
Setter for type.
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Bridge
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Conference
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Forward
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Gather
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Hangup
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Pause
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.PauseRecording
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.PlayAudio
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Record
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Redirect
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Response
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.ResumeRecording
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Ring
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.SendDtmf
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.SipUri
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.SpeakSentence
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.StartGather
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.StartRecording
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.StopGather
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.StopRecording
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Tag
 
TYPE_NAME - Static variable in class com.bandwidth.voice.bxml.verbs.Transfer
 

U

UnauthorizedRequestException - Exception in com.bandwidth.multifactorauth.exceptions
This is a model class for UnauthorizedRequestException type.
UnauthorizedRequestException(String, HttpContext) - Constructor for exception com.bandwidth.multifactorauth.exceptions.UnauthorizedRequestException
Initialization constructor.
UnixTimestampDeserializer() - Constructor for class com.bandwidth.DateTimeHelper.UnixTimestampDeserializer
 
UnixTimestampSerializer() - Constructor for class com.bandwidth.DateTimeHelper.UnixTimestampSerializer
 
UnixTimestampSerializer() - Constructor for class com.bandwidth.internal.OptionalNullable.UnixTimestampSerializer
 
unknown(String) - Method in class com.bandwidth.voice.models.Diversion.Builder
Setter for unknown.
unmarshal(String) - Method in class com.bandwidth.voice.bxml.verbs.adapter.FileFormatAdapter
 
unmarshal(String) - Method in class com.bandwidth.voice.bxml.verbs.adapter.MethodAdapter
 
unmarshal(String) - Method in class com.bandwidth.voice.bxml.verbs.adapter.VoiceAdapter
 
unsetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for answerFallbackMethod.
unsetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for AnswerFallbackMethod.
unsetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for answerFallbackMethod.
unsetAnswerFallbackMethod() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for AnswerFallbackMethod.
unsetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for answerFallbackUrl.
unsetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for AnswerFallbackUrl.
unsetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for answerFallbackUrl.
unsetAnswerFallbackUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for AnswerFallbackUrl.
unsetAnswerMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for answerMethod.
unsetAnswerMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for AnswerMethod.
unsetAnswerTime() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for answerTime.
unsetAnswerTime() - Method in class com.bandwidth.voice.models.CallState
UnSetter for AnswerTime.
unsetCallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for callbackMethod.
unsetCallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for CallbackMethod.
unsetCallbackMethod() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
UnSetter for callbackMethod.
unsetCallbackMethod() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
UnSetter for CallbackMethod.
unsetCallbackTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for callbackTimeout.
unsetCallbackTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for CallbackTimeout.
unsetCallbackTimeout() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
UnSetter for callbackTimeout.
unsetCallbackTimeout() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
UnSetter for CallbackTimeout.
unsetCallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for callbackUrl.
unsetCallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for CallbackUrl.
unsetCallbackUrl() - Method in class com.bandwidth.webrtc.models.Participant.Builder
UnSetter for callbackUrl.
unsetCallbackUrl() - Method in class com.bandwidth.webrtc.models.Participant
UnSetter for CallbackUrl.
unsetCallIdsToCoach() - Method in class com.bandwidth.voice.models.ConferenceMemberState.Builder
UnSetter for callIdsToCoach.
unsetCallIdsToCoach() - Method in class com.bandwidth.voice.models.ConferenceMemberState
UnSetter for CallIdsToCoach.
unsetCallTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for callTimeout.
unsetCallTimeout() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for CallTimeout.
unsetCompletedTime() - Method in class com.bandwidth.voice.models.ConferenceState.Builder
UnSetter for completedTime.
unsetCompletedTime() - Method in class com.bandwidth.voice.models.ConferenceState
UnSetter for CompletedTime.
unsetConferenceEventMethod() - Method in class com.bandwidth.voice.models.ConferenceState.Builder
UnSetter for conferenceEventMethod.
unsetConferenceEventMethod() - Method in class com.bandwidth.voice.models.ConferenceState
UnSetter for ConferenceEventMethod.
unsetConferenceEventUrl() - Method in class com.bandwidth.voice.models.ConferenceState.Builder
UnSetter for conferenceEventUrl.
unsetConferenceEventUrl() - Method in class com.bandwidth.voice.models.ConferenceState
UnSetter for ConferenceEventUrl.
unsetDisconnectCause() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for disconnectCause.
unsetDisconnectCause() - Method in class com.bandwidth.voice.models.CallState
UnSetter for DisconnectCause.
unsetDisconnectMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for disconnectMethod.
unsetDisconnectMethod() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for DisconnectMethod.
unsetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for disconnectUrl.
unsetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for DisconnectUrl.
unsetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for disconnectUrl.
unsetDisconnectUrl() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for DisconnectUrl.
unsetEndTime() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for endTime.
unsetEndTime() - Method in class com.bandwidth.voice.models.CallState
UnSetter for EndTime.
unsetErrorId() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for errorId.
unsetErrorId() - Method in class com.bandwidth.voice.models.CallState
UnSetter for ErrorId.
unsetErrorMessage() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for errorMessage.
unsetErrorMessage() - Method in class com.bandwidth.voice.models.CallState
UnSetter for ErrorMessage.
unsetFallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for fallbackMethod.
unsetFallbackMethod() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for FallbackMethod.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for fallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for FallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for fallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for FallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for fallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for FallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for fallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for FallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for fallbackPassword.
unsetFallbackPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for FallbackPassword.
unsetFallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for fallbackUrl.
unsetFallbackUrl() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for FallbackUrl.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for fallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for FallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for fallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for FallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for fallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for FallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for fallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for FallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for fallbackUsername.
unsetFallbackUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for FallbackUsername.
unsetIdentity() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for identity.
unsetIdentity() - Method in class com.bandwidth.voice.models.CallState
UnSetter for Identity.
unsetParentCallId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata.Builder
UnSetter for parentCallId.
unsetParentCallId() - Method in class com.bandwidth.voice.models.CallRecordingMetadata
UnSetter for ParentCallId.
unsetParentCallId() - Method in class com.bandwidth.voice.models.CallState.Builder
UnSetter for parentCallId.
unsetParentCallId() - Method in class com.bandwidth.voice.models.CallState
UnSetter for ParentCallId.
unsetPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for Password.
unsetPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for Password.
unsetPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for Password.
unsetPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for Password.
unsetPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for Password.
unsetPassword() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
UnSetter for password.
unsetPassword() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
UnSetter for Password.
unsetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for redirectFallbackMethod.
unsetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for RedirectFallbackMethod.
unsetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for redirectFallbackMethod.
unsetRedirectFallbackMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for RedirectFallbackMethod.
unsetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for redirectFallbackUrl.
unsetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for RedirectFallbackUrl.
unsetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for redirectFallbackUrl.
unsetRedirectFallbackUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for RedirectFallbackUrl.
unsetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for redirectMethod.
unsetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for RedirectMethod.
unsetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for redirectMethod.
unsetRedirectMethod() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for RedirectMethod.
unsetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for redirectUrl.
unsetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for RedirectUrl.
unsetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for redirectUrl.
unsetRedirectUrl() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for RedirectUrl.
unsetState() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for state.
unsetState() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for State.
unsetTag() - Method in class com.bandwidth.voice.models.ConferenceState.Builder
UnSetter for tag.
unsetTag() - Method in class com.bandwidth.voice.models.ConferenceState
UnSetter for Tag.
unsetTag() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for tag.
unsetTag() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for Tag.
unsetTag() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for tag.
unsetTag() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for Tag.
unsetTag() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for tag.
unsetTag() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for Tag.
unsetTag() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
UnSetter for tag.
unsetTag() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
UnSetter for Tag.
unsetUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for Username.
unsetUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.CreateCallResponse
UnSetter for Username.
unsetUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration
UnSetter for Username.
unsetUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.ModifyCallRequest
UnSetter for Username.
unsetUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.ModifyConferenceRequest
UnSetter for Username.
unsetUsername() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
UnSetter for username.
unsetUsername() - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest
UnSetter for Username.
unsetUui() - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
UnSetter for uui.
unsetUui() - Method in class com.bandwidth.voice.models.CreateCallRequest
UnSetter for Uui.
updateParticipantSubscriptions(String, String, String, Subscriptions) - Method in class com.bandwidth.webrtc.controllers.APIController
Update a participant's subscriptions.
updateParticipantSubscriptionsAsync(String, String, String, Subscriptions) - Method in class com.bandwidth.webrtc.controllers.APIController
Update a participant's subscriptions.
uploadMedia(String, String, FileWrapper, String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Uploads a file the normal HTTP way.
uploadMediaAsync(String, String, FileWrapper, String, String) - Method in class com.bandwidth.messaging.controllers.APIController
Uploads a file the normal HTTP way.
url(String) - Method in class com.bandwidth.voice.models.Transcription.Builder
Setter for url.
url(String) - Method in class com.bandwidth.voice.models.TranscriptionMetadata.Builder
Setter for url.
userAgent - Static variable in class com.bandwidth.controllers.BaseController
 
username - Variable in class com.bandwidth.voice.bxml.verbs.Bridge
username to authenticate at the bridgeCompleteUrl & bridgeTargetCompleteUrl endpoints
username - Variable in class com.bandwidth.voice.bxml.verbs.Conference
(optional) The username to send in the HTTP request to conferenceEventUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.Gather
(optional) The username to send in the HTTP request to gatherUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.PhoneNumber
(optional) The username to send in the HTTP request to transferAnswerUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.PlayAudio
username to authenticate at the audioUri endpoint
username - Variable in class com.bandwidth.voice.bxml.verbs.Record
(optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.Redirect
(optional) The username to send in the HTTP request to redirectUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.StartGather
(optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.StartRecording
(optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
username - Variable in class com.bandwidth.voice.bxml.verbs.Transfer
(optional) The username to send in the HTTP request to transferCompleteUrl.
username(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for username.
username(String) - Method in class com.bandwidth.voice.models.CreateCallResponse.Builder
Setter for username.
username(String) - Method in class com.bandwidth.voice.models.MachineDetectionConfiguration.Builder
Setter for username.
username(String) - Method in class com.bandwidth.voice.models.ModifyCallRequest.Builder
Setter for username.
username(String) - Method in class com.bandwidth.voice.models.ModifyConferenceRequest.Builder
Setter for username.
username(String) - Method in class com.bandwidth.voice.models.TranscribeRecordingRequest.Builder
Setter for username.
uui(String) - Method in class com.bandwidth.voice.models.CreateCallRequest.Builder
Setter for uui.

V

V2 - com.bandwidth.webrtc.models.DeviceApiVersionEnum
 
V3 - com.bandwidth.webrtc.models.DeviceApiVersionEnum
 
valid(Boolean) - Method in class com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse.Builder
Setter for valid.
validateResponse(HttpResponse, HttpContext) - Method in class com.bandwidth.controllers.BaseController
Validates the response against HTTP errors defined at the API level.
value() - Method in enum com.bandwidth.Environment
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.messaging.models.PriorityEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.Server
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.AnswerMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.CallbackMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.DirectionEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.FallbackMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.FileFormatEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.ModeEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.RedirectMethodEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.State1Enum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.StateEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.voice.models.StatusEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Returns the string value associated with the enum member.
value() - Method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Returns the string value associated with the enum member.
value(String) - Method in class com.bandwidth.http.Headers
Get the first value associated with a given header name, or null if the header name is not found.
value(String) - Method in class com.bandwidth.messaging.models.Tag.Builder
Setter for value.
valueOf(String) - Static method in enum com.bandwidth.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.http.request.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.messaging.models.PriorityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.Server
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.bxml.verbs.FileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.bxml.verbs.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.bxml.verbs.Voice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.AnswerMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.CallbackMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.DirectionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.FallbackMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.FileFormatEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.ModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.RedirectMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.State1Enum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.StateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.voice.models.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bandwidth.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.http.request.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.messaging.models.PriorityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.Server
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.bxml.verbs.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.bxml.verbs.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.bxml.verbs.Voice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.AnswerFallbackMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.AnswerMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.CallbackMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.ConferenceEventMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.DirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.DisconnectMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.FallbackMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.FileFormatEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.ModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.RedirectFallbackMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.RedirectMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.State1Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.StateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.voice.models.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.webrtc.models.DeviceApiVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bandwidth.webrtc.models.PublishPermissionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class com.bandwidth.http.Headers
Get a List of all values associated with a given header name, or null if the header name is not found.
Verb - Interface in com.bandwidth.voice.bxml.verbs
BXML verb
VIDEO - com.bandwidth.webrtc.models.PublishPermissionEnum
 
Voice - Enum in com.bandwidth.voice.bxml.verbs
The list of names that can be used in the SpeakSentence Verb
VoiceAdapter - Class in com.bandwidth.voice.bxml.verbs.adapter
 
VoiceAdapter() - Constructor for class com.bandwidth.voice.bxml.verbs.adapter.VoiceAdapter
 
voiceBasicAuthCredentials(String, String) - Method in class com.bandwidth.BandwidthClient.Builder
Credentials setter for VoiceBasicAuth.
VoiceBasicAuthCredentials - Interface in com.bandwidth
Interface for defining the behavior of Basic Authentication.
VoiceBasicAuthManager - Class in com.bandwidth
Utility class for authorization and token management.
VoiceBasicAuthManager(String, String) - Constructor for class com.bandwidth.VoiceBasicAuthManager
Constructor.
VoiceClient - Class in com.bandwidth
 
VoiceClient(BandwidthClient, HttpCallback) - Constructor for class com.bandwidth.VoiceClient
Default constructor.
VOICEDEFAULT - com.bandwidth.Server
 

W

WAV - com.bandwidth.voice.bxml.verbs.FileFormat
 
WAV - com.bandwidth.voice.models.FileFormatEnum
 
webRtcBasicAuthCredentials(String, String) - Method in class com.bandwidth.BandwidthClient.Builder
Credentials setter for WebRtcBasicAuth.
WebRtcBasicAuthCredentials - Interface in com.bandwidth
Interface for defining the behavior of Basic Authentication.
WebRtcBasicAuthManager - Class in com.bandwidth
Utility class for authorization and token management.
WebRtcBasicAuthManager(String, String) - Constructor for class com.bandwidth.WebRtcBasicAuthManager
Constructor.
WebRtcClient - Class in com.bandwidth
 
WebRtcClient(BandwidthClient, HttpCallback) - Constructor for class com.bandwidth.WebRtcClient
Default constructor.
WEBRTCDEFAULT - com.bandwidth.Server
 
WebRtcTransfer - Class in com.bandwidth.webrtc.utils
 
WebRtcTransfer() - Constructor for class com.bandwidth.webrtc.utils.WebRtcTransfer
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages