Uses of Class
com.bandwidth.sdk.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in com.bandwidth.sdk
Methods in com.bandwidth.sdk that return ApiResponseModifier and TypeMethodDescription<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. -
Uses of ApiResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return ApiResponseModifier and TypeMethodDescriptionCallsApi.createCallWithHttpInfo
(String accountId, CreateCall createCall) Create Call Creates an outbound phone call.PhoneNumberLookupApi.createLookupWithHttpInfo
(String accountId, LookupRequest lookupRequest) Create Lookup Create a Phone Number Lookup Request.MessagesApi.createMessageWithHttpInfo
(String accountId, MessageRequest messageRequest) Create Message Endpoint for sending text messages and picture messages using V2 messaging.MediaApi.deleteMediaWithHttpInfo
(String accountId, String mediaId) Delete Media Deletes a media file from Bandwidth API server.TranscriptionsApi.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).RecordingsApi.deleteRecordingMediaWithHttpInfo
(String accountId, String callId, String recordingId) Delete Recording Media Deletes the specified recording's media.RecordingsApi.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.downloadCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Download Recording Downloads the specified recording.ConferencesApi.downloadConferenceRecordingWithHttpInfo
(String accountId, String conferenceId, String recordingId) Download Conference Recording Downloads the specified recording file.MfaApi.generateMessagingCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Messaging Authentication Code Send an MFA code via text message (SMS).MfaApi.generateVoiceCodeWithHttpInfo
(String accountId, CodeRequest codeRequest) Voice Authentication Code Send an MFA Code via a phone call.RecordingsApi.getCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId) Get Call Recording Returns metadata for the specified recording.CallsApi.getCallStateWithHttpInfo
(String accountId, String callId) Get Call State Information Retrieve the current state of a specific call.ConferencesApi.getConferenceMemberWithHttpInfo
(String accountId, String conferenceId, String memberId) Get Conference Member Returns information about the specified conference member.ConferencesApi.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.getLookupStatusWithHttpInfo
(String accountId, String requestId) Get Lookup Request Status Get an existing Phone Number Lookup Request.MediaApi.getMediaWithHttpInfo
(String accountId, String mediaId) Get Media Downloads a media file you previously uploaded.TranscriptionsApi.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.getRecordingTranscriptionWithHttpInfo
(String accountId, String callId, String recordingId) Get Transcription Downloads the specified transcription.StatisticsApi.getStatisticsWithHttpInfo
(String accountId) Get Account Statistics Returns details about the current state of the account.RecordingsApi.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.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.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.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.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.MediaApi.listMediaWithHttpInfo
(String accountId, String continuationToken) List Media Gets a list of your media files.MessagesApi.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.listRealTimeTranscriptionsWithHttpInfo
(String accountId, String callId) Enumerate transcriptions made with StartTranscription Enumerates the transcriptions created on this call via [startTranscription](/docs/voice/bxml/startTranscription).RecordingsApi.transcribeCallRecordingWithHttpInfo
(String accountId, String callId, String recordingId, TranscribeRecording transcribeRecording) Create Transcription Request Generate the transcription for a specific recording.CallsApi.updateCallBxmlWithHttpInfo
(String accountId, String callId, String body) Update Call BXML Interrupts and replaces an active call's BXML document.RecordingsApi.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.ConferencesApi.updateConferenceBxmlWithHttpInfo
(String accountId, String conferenceId, String body) Update Conference BXML Update the conference BXML document.ConferencesApi.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.MediaApi.uploadMediaWithHttpInfo
(String accountId, String mediaId, File body, String contentType, String cacheControl) Upload Media Upload a file.MfaApi.verifyCodeWithHttpInfo
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code.