Uses of Class
com.bandwidth.sdk.ApiException
Packages that use ApiException
-
Uses of ApiException in com.bandwidth.sdk
Methods in com.bandwidth.sdk with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoid
This is called when the API call fails.Methods in com.bandwidth.sdk that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> T
ApiClient.deserialize
(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse
(okhttp3.Response response) Download file from the given response.<T> ApiResponse
<T> ApiClient.execute
(okhttp3.Call call) <T> ApiResponse
<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> T
ApiClient.handleResponse
(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBody
Serialize the given Java object into request body according to the object's class and the request Content-Type.void
ApiClient.updateParamsForAuth
(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that throw ApiExceptionModifier and TypeMethodDescriptionCallsApi.createCall
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.okhttp3.Call
CallsApi.createCallAsync
(String accountId, CreateCall createCall, ApiCallback<CreateCallResponse> _callback) Create Call (asynchronously) Creates an outbound phone call.okhttp3.Call
CallsApi.createCallCall
(String accountId, CreateCall createCall, ApiCallback _callback) Build call for createCallCallsApi.createCallWithHttpInfo
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.PhoneNumberLookupApi.createLookup
(String accountId, LookupRequest lookupRequest) Create Lookup Create a Phone Number Lookup Request.okhttp3.Call
PhoneNumberLookupApi.createLookupAsync
(String accountId, LookupRequest lookupRequest, ApiCallback<CreateLookupResponse> _callback) Create Lookup (asynchronously) Create a Phone Number Lookup Request.okhttp3.Call
PhoneNumberLookupApi.createLookupCall
(String accountId, LookupRequest lookupRequest, ApiCallback _callback) Build call for createLookupPhoneNumberLookupApi.createLookupWithHttpInfo
(String accountId, LookupRequest lookupRequest) Create Lookup Create a Phone Number Lookup Request.MessagesApi.createMessage
(String accountId, MessageRequest messageRequest) Create Message Endpoint for sending text messages and picture messages using V2 messaging.okhttp3.Call
MessagesApi.createMessageAsync
(String accountId, MessageRequest messageRequest, ApiCallback<Message> _callback) Create Message (asynchronously) Endpoint for sending text messages and picture messages using V2 messaging.okhttp3.Call
MessagesApi.createMessageCall
(String accountId, MessageRequest messageRequest, ApiCallback _callback) Build call for createMessageMessagesApi.createMessageWithHttpInfo
(String accountId, MessageRequest messageRequest) Create Message Endpoint for sending text messages and picture messages using V2 messaging.void
MediaApi.deleteMedia
(String accountId, String mediaId) Delete Media Deletes a media file from Bandwidth API server.okhttp3.Call
MediaApi.deleteMediaAsync
(String accountId, String mediaId, ApiCallback<Void> _callback) Delete Media (asynchronously) Deletes a media file from Bandwidth API server.okhttp3.Call
MediaApi.deleteMediaCall
(String accountId, String mediaId, ApiCallback _callback) Build call for deleteMediaMediaApi.deleteMediaWithHttpInfo
(String accountId, String mediaId) Delete Media Deletes a media file from Bandwidth API server.void
TranscriptionsApi.deleteRealTimeTranscription
(String accountId, String callId, String transcriptionId) Delete a specific transcription Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.deleteRealTimeTranscriptionAsync
(String accountId, String callId, String transcriptionId, ApiCallback<Void> _callback) Delete a specific transcription (asynchronously) Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.deleteRealTimeTranscriptionCall
(String accountId, String callId, String transcriptionId, ApiCallback _callback) Build call for deleteRealTimeTranscriptionTranscriptionsApi.deleteRealTimeTranscriptionWithHttpInfo
(String accountId, String callId, String transcriptionId) Delete a specific transcription Delete the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).void
RecordingsApi.deleteRecording
(String accountId, String callId, String recordingId) Delete Recording Delete the recording information, media and transcription.okhttp3.Call
RecordingsApi.deleteRecordingAsync
(String accountId, String callId, String recordingId, ApiCallback<Void> _callback) Delete Recording (asynchronously) Delete the recording information, media and transcription.okhttp3.Call
RecordingsApi.deleteRecordingCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for deleteRecordingvoid
RecordingsApi.deleteRecordingMedia
(String accountId, String callId, String recordingId) Delete Recording Media Deletes the specified recording's media.okhttp3.Call
RecordingsApi.deleteRecordingMediaAsync
(String accountId, String callId, String recordingId, ApiCallback<Void> _callback) Delete Recording Media (asynchronously) Deletes the specified recording's media.okhttp3.Call
RecordingsApi.deleteRecordingMediaCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for deleteRecordingMediaRecordingsApi.deleteRecordingMediaWithHttpInfo
(String accountId, String callId, String recordingId) Delete Recording Media Deletes the specified recording's media.void
RecordingsApi.deleteRecordingTranscription
(String accountId, String callId, String recordingId) Delete Transcription Deletes the specified recording's transcription.okhttp3.Call
RecordingsApi.deleteRecordingTranscriptionAsync
(String accountId, String callId, String recordingId, ApiCallback<Void> _callback) Delete Transcription (asynchronously) Deletes the specified recording's transcription.okhttp3.Call
RecordingsApi.deleteRecordingTranscriptionCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for deleteRecordingTranscriptionRecordingsApi.deleteRecordingTranscriptionWithHttpInfo
(String accountId, String callId, String recordingId) Delete Transcription Deletes the specified recording's transcription.RecordingsApi.deleteRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Delete Recording Delete the recording information, media and transcription.RecordingsApi.downloadCallRecording
(String accountId, String callId, String recordingId) Download Recording Downloads the specified recording.okhttp3.Call
RecordingsApi.downloadCallRecordingAsync
(String accountId, String callId, String recordingId, ApiCallback<File> _callback) Download Recording (asynchronously) Downloads the specified recording.okhttp3.Call
RecordingsApi.downloadCallRecordingCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for downloadCallRecordingRecordingsApi.downloadCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Download Recording Downloads the specified recording.ConferencesApi.downloadConferenceRecording
(String accountId, String conferenceId, String recordingId) Download Conference Recording Downloads the specified recording file.okhttp3.Call
ConferencesApi.downloadConferenceRecordingAsync
(String accountId, String conferenceId, String recordingId, ApiCallback<File> _callback) Download Conference Recording (asynchronously) Downloads the specified recording file.okhttp3.Call
ConferencesApi.downloadConferenceRecordingCall
(String accountId, String conferenceId, String recordingId, ApiCallback _callback) Build call for downloadConferenceRecordingConferencesApi.downloadConferenceRecordingWithHttpInfo
(String accountId, String conferenceId, String recordingId) Download Conference Recording Downloads the specified recording file.MfaApi.generateMessagingCode
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).okhttp3.Call
MfaApi.generateMessagingCodeAsync
(String accountId, CodeRequest codeRequest, ApiCallback<MessagingCodeResponse> _callback) Messaging Authentication Code (asynchronously) Send an MFA code via text message (SMS).okhttp3.Call
MfaApi.generateMessagingCodeCall
(String accountId, CodeRequest codeRequest, ApiCallback _callback) Build call for generateMessagingCodeMfaApi.generateMessagingCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).MfaApi.generateVoiceCode
(String accountId, CodeRequest codeRequest) Voice Authentication Code Send an MFA Code via a phone call.okhttp3.Call
MfaApi.generateVoiceCodeAsync
(String accountId, CodeRequest codeRequest, ApiCallback<VoiceCodeResponse> _callback) Voice Authentication Code (asynchronously) Send an MFA Code via a phone call.okhttp3.Call
MfaApi.generateVoiceCodeCall
(String accountId, CodeRequest codeRequest, ApiCallback _callback) Build call for generateVoiceCodeMfaApi.generateVoiceCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Voice Authentication Code Send an MFA Code via a phone call.RecordingsApi.getCallRecording
(String accountId, String callId, String recordingId) Get Call Recording Returns metadata for the specified recording.okhttp3.Call
RecordingsApi.getCallRecordingAsync
(String accountId, String callId, String recordingId, ApiCallback<CallRecordingMetadata> _callback) Get Call Recording (asynchronously) Returns metadata for the specified recording.okhttp3.Call
RecordingsApi.getCallRecordingCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for getCallRecordingRecordingsApi.getCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Get Call Recording Returns metadata for the specified recording.CallsApi.getCallState
(String accountId, String callId) Get Call State Information Retrieve the current state of a specific call.okhttp3.Call
CallsApi.getCallStateAsync
(String accountId, String callId, ApiCallback<CallState> _callback) Get Call State Information (asynchronously) Retrieve the current state of a specific call.okhttp3.Call
CallsApi.getCallStateCall
(String accountId, String callId, ApiCallback _callback) Build call for getCallStateCallsApi.getCallStateWithHttpInfo
(String accountId, String callId) Get Call State Information Retrieve the current state of a specific call.ConferencesApi.getConference
(String accountId, String conferenceId) Get Conference Information Returns information about the specified conference.okhttp3.Call
ConferencesApi.getConferenceAsync
(String accountId, String conferenceId, ApiCallback<Conference> _callback) Get Conference Information (asynchronously) Returns information about the specified conference.okhttp3.Call
ConferencesApi.getConferenceCall
(String accountId, String conferenceId, ApiCallback _callback) Build call for getConferenceConferencesApi.getConferenceMember
(String accountId, String conferenceId, String memberId) Get Conference Member Returns information about the specified conference member.okhttp3.Call
ConferencesApi.getConferenceMemberAsync
(String accountId, String conferenceId, String memberId, ApiCallback<ConferenceMember> _callback) Get Conference Member (asynchronously) Returns information about the specified conference member.okhttp3.Call
ConferencesApi.getConferenceMemberCall
(String accountId, String conferenceId, String memberId, ApiCallback _callback) Build call for getConferenceMemberConferencesApi.getConferenceMemberWithHttpInfo
(String accountId, String conferenceId, String memberId) Get Conference Member Returns information about the specified conference member.ConferencesApi.getConferenceRecording
(String accountId, String conferenceId, String recordingId) Get Conference Recording Information Returns metadata for the specified recording.okhttp3.Call
ConferencesApi.getConferenceRecordingAsync
(String accountId, String conferenceId, String recordingId, ApiCallback<ConferenceRecordingMetadata> _callback) Get Conference Recording Information (asynchronously) Returns metadata for the specified recording.okhttp3.Call
ConferencesApi.getConferenceRecordingCall
(String accountId, String conferenceId, String recordingId, ApiCallback _callback) Build call for getConferenceRecordingConferencesApi.getConferenceRecordingWithHttpInfo
(String accountId, String conferenceId, String recordingId) Get Conference Recording Information Returns metadata for the specified recording.ConferencesApi.getConferenceWithHttpInfo
(String accountId, String conferenceId) Get Conference Information Returns information about the specified conference.PhoneNumberLookupApi.getLookupStatus
(String accountId, String requestId) Get Lookup Request Status Get an existing Phone Number Lookup Request.okhttp3.Call
PhoneNumberLookupApi.getLookupStatusAsync
(String accountId, String requestId, ApiCallback<LookupStatus> _callback) Get Lookup Request Status (asynchronously) Get an existing Phone Number Lookup Request.okhttp3.Call
PhoneNumberLookupApi.getLookupStatusCall
(String accountId, String requestId, ApiCallback _callback) Build call for getLookupStatusPhoneNumberLookupApi.getLookupStatusWithHttpInfo
(String accountId, String requestId) Get Lookup Request Status Get an existing Phone Number Lookup Request.Get Media Downloads a media file you previously uploaded.okhttp3.Call
MediaApi.getMediaAsync
(String accountId, String mediaId, ApiCallback<File> _callback) Get Media (asynchronously) Downloads a media file you previously uploaded.okhttp3.Call
MediaApi.getMediaCall
(String accountId, String mediaId, ApiCallback _callback) Build call for getMediaMediaApi.getMediaWithHttpInfo
(String accountId, String mediaId) Get Media Downloads a media file you previously uploaded.TranscriptionsApi.getRealTimeTranscription
(String accountId, String callId, String transcriptionId) Retrieve a specific transcription Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.getRealTimeTranscriptionAsync
(String accountId, String callId, String transcriptionId, ApiCallback<CallTranscriptionResponse> _callback) Retrieve a specific transcription (asynchronously) Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.getRealTimeTranscriptionCall
(String accountId, String callId, String transcriptionId, ApiCallback _callback) Build call for getRealTimeTranscriptionTranscriptionsApi.getRealTimeTranscriptionWithHttpInfo
(String accountId, String callId, String transcriptionId) Retrieve a specific transcription Retrieve the specified transcription that was created on this call via [startTranscription](/docs/voice/bxml/startTranscription).RecordingsApi.getRecordingTranscription
(String accountId, String callId, String recordingId) Get Transcription Downloads the specified transcription.okhttp3.Call
RecordingsApi.getRecordingTranscriptionAsync
(String accountId, String callId, String recordingId, ApiCallback<RecordingTranscriptions> _callback) Get Transcription (asynchronously) Downloads the specified transcription.okhttp3.Call
RecordingsApi.getRecordingTranscriptionCall
(String accountId, String callId, String recordingId, ApiCallback _callback) Build call for getRecordingTranscriptionRecordingsApi.getRecordingTranscriptionWithHttpInfo
(String accountId, String callId, String recordingId) Get Transcription Downloads the specified transcription.StatisticsApi.getStatistics
(String accountId) Get Account Statistics Returns details about the current state of the account.okhttp3.Call
StatisticsApi.getStatisticsAsync
(String accountId, ApiCallback<AccountStatistics> _callback) Get Account Statistics (asynchronously) Returns details about the current state of the account.okhttp3.Call
StatisticsApi.getStatisticsCall
(String accountId, ApiCallback _callback) Build call for getStatisticsStatisticsApi.getStatisticsWithHttpInfo
(String accountId) Get Account Statistics Returns details about the current state of the account.RecordingsApi.listAccountCallRecordings
(String accountId, String to, String from, String minStartTime, String maxStartTime) Get Call Recordings Returns a list of metadata for the recordings associated with the specified account.okhttp3.Call
RecordingsApi.listAccountCallRecordingsAsync
(String accountId, String to, String from, String minStartTime, String maxStartTime, ApiCallback<List<CallRecordingMetadata>> _callback) Get Call Recordings (asynchronously) Returns a list of metadata for the recordings associated with the specified account.okhttp3.Call
RecordingsApi.listAccountCallRecordingsCall
(String accountId, String to, String from, String minStartTime, String maxStartTime, ApiCallback _callback) Build call for listAccountCallRecordingsRecordingsApi.listAccountCallRecordingsWithHttpInfo
(String accountId, String to, String from, String minStartTime, String maxStartTime) Get Call Recordings Returns a list of metadata for the recordings associated with the specified account.RecordingsApi.listCallRecordings
(String accountId, String callId) List Call Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.okhttp3.Call
RecordingsApi.listCallRecordingsAsync
(String accountId, String callId, ApiCallback<List<CallRecordingMetadata>> _callback) List Call Recordings (asynchronously) Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.okhttp3.Call
RecordingsApi.listCallRecordingsCall
(String accountId, String callId, ApiCallback _callback) Build call for listCallRecordingsRecordingsApi.listCallRecordingsWithHttpInfo
(String accountId, String callId) List Call Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.CallsApi.listCalls
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken) Get Calls Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest.okhttp3.Call
CallsApi.listCallsAsync
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken, ApiCallback<List<CallState>> _callback) Get Calls (asynchronously) Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest.okhttp3.Call
CallsApi.listCallsCall
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken, ApiCallback _callback) Build call for listCallsCallsApi.listCallsWithHttpInfo
(String accountId, String to, String from, String minStartTime, String maxStartTime, String disconnectCause, Integer pageSize, String pageToken) Get Calls Returns a max of 10000 calls, sorted by `createdTime` from oldest to newest.ConferencesApi.listConferenceRecordings
(String accountId, String conferenceId) Get Conference Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.okhttp3.Call
ConferencesApi.listConferenceRecordingsAsync
(String accountId, String conferenceId, ApiCallback<List<ConferenceRecordingMetadata>> _callback) Get Conference Recordings (asynchronously) Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.okhttp3.Call
ConferencesApi.listConferenceRecordingsCall
(String accountId, String conferenceId, ApiCallback _callback) Build call for listConferenceRecordingsConferencesApi.listConferenceRecordingsWithHttpInfo
(String accountId, String conferenceId) Get Conference Recordings Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.ConferencesApi.listConferences
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken) Get Conferences Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.okhttp3.Call
ConferencesApi.listConferencesAsync
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken, ApiCallback<List<Conference>> _callback) Get Conferences (asynchronously) Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.okhttp3.Call
ConferencesApi.listConferencesCall
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken, ApiCallback _callback) Build call for listConferencesConferencesApi.listConferencesWithHttpInfo
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken) Get Conferences Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.List Media Gets a list of your media files.okhttp3.Call
MediaApi.listMediaAsync
(String accountId, String continuationToken, ApiCallback<List<Media>> _callback) List Media (asynchronously) Gets a list of your media files.okhttp3.Call
MediaApi.listMediaCall
(String accountId, String continuationToken, ApiCallback _callback) Build call for listMediaMediaApi.listMediaWithHttpInfo
(String accountId, String continuationToken) List Media Gets a list of your media files.MessagesApi.listMessages
(String accountId, String messageId, String sourceTn, String destinationTn, MessageStatusEnum messageStatus, ListMessageDirectionEnum messageDirection, String carrierName, MessageTypeEnum messageType, Integer errorCode, String fromDateTime, String toDateTime, String campaignId, String sort, String pageToken, Integer limit, Boolean limitTotalCount) List Messages Returns a list of messages based on query parameters.okhttp3.Call
MessagesApi.listMessagesAsync
(String accountId, String messageId, String sourceTn, String destinationTn, MessageStatusEnum messageStatus, ListMessageDirectionEnum messageDirection, String carrierName, MessageTypeEnum messageType, Integer errorCode, String fromDateTime, String toDateTime, String campaignId, String sort, String pageToken, Integer limit, Boolean limitTotalCount, ApiCallback<MessagesList> _callback) List Messages (asynchronously) Returns a list of messages based on query parameters.okhttp3.Call
MessagesApi.listMessagesCall
(String accountId, String messageId, String sourceTn, String destinationTn, MessageStatusEnum messageStatus, ListMessageDirectionEnum messageDirection, String carrierName, MessageTypeEnum messageType, Integer errorCode, String fromDateTime, String toDateTime, String campaignId, String sort, String pageToken, Integer limit, Boolean limitTotalCount, ApiCallback _callback) Build call for listMessagesMessagesApi.listMessagesWithHttpInfo
(String accountId, String messageId, String sourceTn, String destinationTn, MessageStatusEnum messageStatus, ListMessageDirectionEnum messageDirection, String carrierName, MessageTypeEnum messageType, Integer errorCode, String fromDateTime, String toDateTime, String campaignId, String sort, String pageToken, Integer limit, Boolean limitTotalCount) List Messages Returns a list of messages based on query parameters.TranscriptionsApi.listRealTimeTranscriptions
(String accountId, String callId) Enumerate transcriptions made with StartTranscription Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.listRealTimeTranscriptionsAsync
(String accountId, String callId, ApiCallback<List<CallTranscriptionMetadata>> _callback) Enumerate transcriptions made with StartTranscription (asynchronously) Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).okhttp3.Call
TranscriptionsApi.listRealTimeTranscriptionsCall
(String accountId, String callId, ApiCallback _callback) Build call for listRealTimeTranscriptionsTranscriptionsApi.listRealTimeTranscriptionsWithHttpInfo
(String accountId, String callId) Enumerate transcriptions made with StartTranscription Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).void
RecordingsApi.transcribeCallRecording
(String accountId, String callId, String recordingId, TranscribeRecording transcribeRecording) Create Transcription Request Generate the transcription for a specific recording.okhttp3.Call
RecordingsApi.transcribeCallRecordingAsync
(String accountId, String callId, String recordingId, TranscribeRecording transcribeRecording, ApiCallback<Void> _callback) Create Transcription Request (asynchronously) Generate the transcription for a specific recording.okhttp3.Call
RecordingsApi.transcribeCallRecordingCall
(String accountId, String callId, String recordingId, TranscribeRecording transcribeRecording, ApiCallback _callback) Build call for transcribeCallRecordingRecordingsApi.transcribeCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId, TranscribeRecording transcribeRecording) Create Transcription Request Generate the transcription for a specific recording.void
CallsApi.updateCall
(String accountId, String callId, UpdateCall updateCall) Update Call Interrupts and redirects a call to a different URL that should return a BXML document.okhttp3.Call
CallsApi.updateCallAsync
(String accountId, String callId, UpdateCall updateCall, ApiCallback<Void> _callback) Update Call (asynchronously) Interrupts and redirects a call to a different URL that should return a BXML document.void
CallsApi.updateCallBxml
(String accountId, String callId, String body) Update Call BXML Interrupts and replaces an active call's BXML document.okhttp3.Call
CallsApi.updateCallBxmlAsync
(String accountId, String callId, String body, ApiCallback<Void> _callback) Update Call BXML (asynchronously) Interrupts and replaces an active call's BXML document.okhttp3.Call
CallsApi.updateCallBxmlCall
(String accountId, String callId, String body, ApiCallback _callback) Build call for updateCallBxmlCallsApi.updateCallBxmlWithHttpInfo
(String accountId, String callId, String body) Update Call BXML Interrupts and replaces an active call's BXML document.okhttp3.Call
CallsApi.updateCallCall
(String accountId, String callId, UpdateCall updateCall, ApiCallback _callback) Build call for updateCallvoid
RecordingsApi.updateCallRecordingState
(String accountId, String callId, UpdateCallRecording updateCallRecording) Update Recording Pause or resume a recording on an active phone call.okhttp3.Call
RecordingsApi.updateCallRecordingStateAsync
(String accountId, String callId, UpdateCallRecording updateCallRecording, ApiCallback<Void> _callback) Update Recording (asynchronously) Pause or resume a recording on an active phone call.okhttp3.Call
RecordingsApi.updateCallRecordingStateCall
(String accountId, String callId, UpdateCallRecording updateCallRecording, ApiCallback _callback) Build call for updateCallRecordingStateRecordingsApi.updateCallRecordingStateWithHttpInfo
(String accountId, String callId, UpdateCallRecording updateCallRecording) Update Recording Pause or resume a recording on an active phone call.CallsApi.updateCallWithHttpInfo
(String accountId, String callId, UpdateCall updateCall) Update Call Interrupts and redirects a call to a different URL that should return a BXML document.void
ConferencesApi.updateConference
(String accountId, String conferenceId, UpdateConference updateConference) Update Conference Update the conference state.okhttp3.Call
ConferencesApi.updateConferenceAsync
(String accountId, String conferenceId, UpdateConference updateConference, ApiCallback<Void> _callback) Update Conference (asynchronously) Update the conference state.void
ConferencesApi.updateConferenceBxml
(String accountId, String conferenceId, String body) Update Conference BXML Update the conference BXML document.okhttp3.Call
ConferencesApi.updateConferenceBxmlAsync
(String accountId, String conferenceId, String body, ApiCallback<Void> _callback) Update Conference BXML (asynchronously) Update the conference BXML document.okhttp3.Call
ConferencesApi.updateConferenceBxmlCall
(String accountId, String conferenceId, String body, ApiCallback _callback) Build call for updateConferenceBxmlConferencesApi.updateConferenceBxmlWithHttpInfo
(String accountId, String conferenceId, String body) Update Conference BXML Update the conference BXML document.okhttp3.Call
ConferencesApi.updateConferenceCall
(String accountId, String conferenceId, UpdateConference updateConference, ApiCallback _callback) Build call for updateConferencevoid
ConferencesApi.updateConferenceMember
(String accountId, String conferenceId, String memberId, UpdateConferenceMember updateConferenceMember) Update Conference Member Updates settings for a particular conference member.okhttp3.Call
ConferencesApi.updateConferenceMemberAsync
(String accountId, String conferenceId, String memberId, UpdateConferenceMember updateConferenceMember, ApiCallback<Void> _callback) Update Conference Member (asynchronously) Updates settings for a particular conference member.okhttp3.Call
ConferencesApi.updateConferenceMemberCall
(String accountId, String conferenceId, String memberId, UpdateConferenceMember updateConferenceMember, ApiCallback _callback) Build call for updateConferenceMemberConferencesApi.updateConferenceMemberWithHttpInfo
(String accountId, String conferenceId, String memberId, UpdateConferenceMember updateConferenceMember) Update Conference Member Updates settings for a particular conference member.ConferencesApi.updateConferenceWithHttpInfo
(String accountId, String conferenceId, UpdateConference updateConference) Update Conference Update the conference state.void
MediaApi.uploadMedia
(String accountId, String mediaId, File body, String contentType, String cacheControl) Upload Media Upload a file.okhttp3.Call
MediaApi.uploadMediaAsync
(String accountId, String mediaId, File body, String contentType, String cacheControl, ApiCallback<Void> _callback) Upload Media (asynchronously) Upload a file.okhttp3.Call
MediaApi.uploadMediaCall
(String accountId, String mediaId, File body, String contentType, String cacheControl, ApiCallback _callback) Build call for uploadMediaMediaApi.uploadMediaWithHttpInfo
(String accountId, String mediaId, File body, String contentType, String cacheControl) Upload Media Upload a file.MfaApi.verifyCode
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code.okhttp3.Call
MfaApi.verifyCodeAsync
(String accountId, VerifyCodeRequest verifyCodeRequest, ApiCallback<VerifyCodeResponse> _callback) Verify Authentication Code (asynchronously) Verify a previously sent MFA code.okhttp3.Call
MfaApi.verifyCodeCall
(String accountId, VerifyCodeRequest verifyCodeRequest, ApiCallback _callback) Build call for verifyCodeMfaApi.verifyCodeWithHttpInfo
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code. -
Uses of ApiException in com.bandwidth.sdk.auth
Methods in com.bandwidth.sdk.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoid
ApiKeyAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) void
Authentication.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.void
HttpBasicAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) void
HttpBearerAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)