| Package | Description |
|---|---|
| com.infobip | |
| com.infobip.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(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 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.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
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 |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's class and the
request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SendEmailApi.APIsendEmailRequest.buildCall(ApiCallback _callback)
Build call for sendEmail.
|
TfaApplicationResponse |
TfaApi.createTfaApplication(TfaApplicationRequest tfaApplicationRequest)
Create 2FA application.
|
okhttp3.Call |
TfaApi.createTfaApplicationAsync(TfaApplicationRequest tfaApplicationRequest,
ApiCallback<TfaApplicationResponse> _callback)
Create 2FA application (asynchronously).
|
okhttp3.Call |
TfaApi.createTfaApplicationCall(TfaApplicationRequest tfaApplicationRequest,
ApiCallback _callback)
Build call for createTfaApplication.
|
ApiResponse<TfaApplicationResponse> |
TfaApi.createTfaApplicationWithHttpInfo(TfaApplicationRequest tfaApplicationRequest)
Create 2FA application.
|
TfaMessage |
TfaApi.createTfaMessageTemplate(String appId,
TfaCreateMessageRequest tfaCreateMessageRequest)
Create 2FA message template.
|
okhttp3.Call |
TfaApi.createTfaMessageTemplateAsync(String appId,
TfaCreateMessageRequest tfaCreateMessageRequest,
ApiCallback<TfaMessage> _callback)
Create 2FA message template (asynchronously).
|
okhttp3.Call |
TfaApi.createTfaMessageTemplateCall(String appId,
TfaCreateMessageRequest tfaCreateMessageRequest,
ApiCallback _callback)
Build call for createTfaMessageTemplate.
|
ApiResponse<TfaMessage> |
TfaApi.createTfaMessageTemplateWithHttpInfo(String appId,
TfaCreateMessageRequest tfaCreateMessageRequest)
Create 2FA message template.
|
WhatsAppTemplateApiResponse |
ManageWhatsAppApi.createWhatsAppTemplate(String sender,
WhatsAppTemplatePublicApiRequest whatsAppTemplatePublicApiRequest)
Create WhatsApp Template.
|
okhttp3.Call |
ManageWhatsAppApi.createWhatsAppTemplateAsync(String sender,
WhatsAppTemplatePublicApiRequest whatsAppTemplatePublicApiRequest,
ApiCallback<WhatsAppTemplateApiResponse> _callback)
Create WhatsApp Template (asynchronously).
|
okhttp3.Call |
ManageWhatsAppApi.createWhatsAppTemplateCall(String sender,
WhatsAppTemplatePublicApiRequest whatsAppTemplatePublicApiRequest,
ApiCallback _callback)
Build call for createWhatsAppTemplate.
|
ApiResponse<WhatsAppTemplateApiResponse> |
ManageWhatsAppApi.createWhatsAppTemplateWithHttpInfo(String sender,
WhatsAppTemplatePublicApiRequest whatsAppTemplatePublicApiRequest)
Create WhatsApp Template.
|
String |
ManageWhatsAppApi.deleteWhatsAppMedia(String sender,
WhatsAppUrlDeletionRequest whatsAppUrlDeletionRequest)
Delete media.
|
okhttp3.Call |
ManageWhatsAppApi.deleteWhatsAppMediaAsync(String sender,
WhatsAppUrlDeletionRequest whatsAppUrlDeletionRequest,
ApiCallback<String> _callback)
Delete media (asynchronously).
|
okhttp3.Call |
ManageWhatsAppApi.deleteWhatsAppMediaCall(String sender,
WhatsAppUrlDeletionRequest whatsAppUrlDeletionRequest,
ApiCallback _callback)
Build call for deleteWhatsAppMedia.
|
ApiResponse<String> |
ManageWhatsAppApi.deleteWhatsAppMediaWithHttpInfo(String sender,
WhatsAppUrlDeletionRequest whatsAppUrlDeletionRequest)
Delete media.
|
File |
ReceiveWhatsAppApi.downloadWhatsAppInboundMedia(String sender,
String mediaId)
Download inbound media.
|
okhttp3.Call |
ReceiveWhatsAppApi.downloadWhatsAppInboundMediaAsync(String sender,
String mediaId,
ApiCallback<File> _callback)
Download inbound media (asynchronously).
|
okhttp3.Call |
ReceiveWhatsAppApi.downloadWhatsAppInboundMediaCall(String sender,
String mediaId,
ApiCallback _callback)
Build call for downloadWhatsAppInboundMedia.
|
ApiResponse<File> |
ReceiveWhatsAppApi.downloadWhatsAppInboundMediaWithHttpInfo(String sender,
String mediaId)
Download inbound media.
|
EmailSendResponse |
SendEmailApi.APIsendEmailRequest.execute()
Execute sendEmail request.
|
okhttp3.Call |
SendEmailApi.APIsendEmailRequest.executeAsync(ApiCallback<EmailSendResponse> _callback)
Execute sendEmail request (asynchronously).
|
ApiResponse<EmailSendResponse> |
SendEmailApi.APIsendEmailRequest.executeWithHttpInfo()
Execute sendEmail request with HTTP info returned.
|
EmailReportsResult |
SendEmailApi.getEmailDeliveryReports(String bulkId,
String messageId,
Integer limit)
Email delivery reports.
|
okhttp3.Call |
SendEmailApi.getEmailDeliveryReportsAsync(String bulkId,
String messageId,
Integer limit,
ApiCallback<EmailReportsResult> _callback)
Email delivery reports (asynchronously).
|
okhttp3.Call |
SendEmailApi.getEmailDeliveryReportsCall(String bulkId,
String messageId,
Integer limit,
ApiCallback _callback)
Build call for getEmailDeliveryReports.
|
ApiResponse<EmailReportsResult> |
SendEmailApi.getEmailDeliveryReportsWithHttpInfo(String bulkId,
String messageId,
Integer limit)
Email delivery reports.
|
EmailLogsResponse |
SendEmailApi.getEmailLogs(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit)
Get email logs.
|
okhttp3.Call |
SendEmailApi.getEmailLogsAsync(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
ApiCallback<EmailLogsResponse> _callback)
Get email logs (asynchronously).
|
okhttp3.Call |
SendEmailApi.getEmailLogsCall(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
ApiCallback _callback)
Build call for getEmailLogs.
|
ApiResponse<EmailLogsResponse> |
SendEmailApi.getEmailLogsWithHttpInfo(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit)
Get email logs.
|
SmsInboundMessageResult |
ReceiveSmsApi.getInboundSmsMessages(Integer limit)
Get inbound SMS messages.
|
okhttp3.Call |
ReceiveSmsApi.getInboundSmsMessagesAsync(Integer limit,
ApiCallback<SmsInboundMessageResult> _callback)
Get inbound SMS messages (asynchronously).
|
okhttp3.Call |
ReceiveSmsApi.getInboundSmsMessagesCall(Integer limit,
ApiCallback _callback)
Build call for getInboundSmsMessages.
|
ApiResponse<SmsInboundMessageResult> |
ReceiveSmsApi.getInboundSmsMessagesWithHttpInfo(Integer limit)
Get inbound SMS messages.
|
SmsDeliveryResult |
SendSmsApi.getOutboundSmsMessageDeliveryReports(String bulkId,
String messageId,
Integer limit)
Get outbound SMS message delivery reports.
|
okhttp3.Call |
SendSmsApi.getOutboundSmsMessageDeliveryReportsAsync(String bulkId,
String messageId,
Integer limit,
ApiCallback<SmsDeliveryResult> _callback)
Get outbound SMS message delivery reports (asynchronously).
|
okhttp3.Call |
SendSmsApi.getOutboundSmsMessageDeliveryReportsCall(String bulkId,
String messageId,
Integer limit,
ApiCallback _callback)
Build call for getOutboundSmsMessageDeliveryReports.
|
ApiResponse<SmsDeliveryResult> |
SendSmsApi.getOutboundSmsMessageDeliveryReportsWithHttpInfo(String bulkId,
String messageId,
Integer limit)
Get outbound SMS message delivery reports.
|
SmsLogsResponse |
SendSmsApi.getOutboundSmsMessageLogs(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc)
Get outbound SMS message logs.
|
okhttp3.Call |
SendSmsApi.getOutboundSmsMessageLogsAsync(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc,
ApiCallback<SmsLogsResponse> _callback)
Get outbound SMS message logs (asynchronously).
|
okhttp3.Call |
SendSmsApi.getOutboundSmsMessageLogsCall(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc,
ApiCallback _callback)
Build call for getOutboundSmsMessageLogs.
|
ApiResponse<SmsLogsResponse> |
SendSmsApi.getOutboundSmsMessageLogsWithHttpInfo(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc)
Get outbound SMS message logs.
|
EmailBulkScheduleResponse |
ScheduledEmailApi.getScheduledEmails(String bulkId)
Get sent email bulks.
|
okhttp3.Call |
ScheduledEmailApi.getScheduledEmailsAsync(String bulkId,
ApiCallback<EmailBulkScheduleResponse> _callback)
Get sent email bulks (asynchronously).
|
okhttp3.Call |
ScheduledEmailApi.getScheduledEmailsCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledEmails.
|
EmailBulkStatusResponse |
ScheduledEmailApi.getScheduledEmailStatuses(String bulkId)
Get sent email bulks status.
|
okhttp3.Call |
ScheduledEmailApi.getScheduledEmailStatusesAsync(String bulkId,
ApiCallback<EmailBulkStatusResponse> _callback)
Get sent email bulks status (asynchronously).
|
okhttp3.Call |
ScheduledEmailApi.getScheduledEmailStatusesCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledEmailStatuses.
|
ApiResponse<EmailBulkStatusResponse> |
ScheduledEmailApi.getScheduledEmailStatusesWithHttpInfo(String bulkId)
Get sent email bulks status.
|
ApiResponse<EmailBulkScheduleResponse> |
ScheduledEmailApi.getScheduledEmailsWithHttpInfo(String bulkId)
Get sent email bulks.
|
SmsBulkResponse |
ScheduledSmsApi.getScheduledSmsMessages(String bulkId)
Get scheduled SMS messages.
|
okhttp3.Call |
ScheduledSmsApi.getScheduledSmsMessagesAsync(String bulkId,
ApiCallback<SmsBulkResponse> _callback)
Get scheduled SMS messages (asynchronously).
|
okhttp3.Call |
ScheduledSmsApi.getScheduledSmsMessagesCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledSmsMessages.
|
SmsBulkStatusResponse |
ScheduledSmsApi.getScheduledSmsMessagesStatus(String bulkId)
Get scheduled SMS messages status.
|
okhttp3.Call |
ScheduledSmsApi.getScheduledSmsMessagesStatusAsync(String bulkId,
ApiCallback<SmsBulkStatusResponse> _callback)
Get scheduled SMS messages status (asynchronously).
|
okhttp3.Call |
ScheduledSmsApi.getScheduledSmsMessagesStatusCall(String bulkId,
ApiCallback _callback)
Build call for getScheduledSmsMessagesStatus.
|
ApiResponse<SmsBulkStatusResponse> |
ScheduledSmsApi.getScheduledSmsMessagesStatusWithHttpInfo(String bulkId)
Get scheduled SMS messages status.
|
ApiResponse<SmsBulkResponse> |
ScheduledSmsApi.getScheduledSmsMessagesWithHttpInfo(String bulkId)
Get scheduled SMS messages.
|
TfaApplicationResponse |
TfaApi.getTfaApplication(String appId)
Get 2FA application.
|
okhttp3.Call |
TfaApi.getTfaApplicationAsync(String appId,
ApiCallback<TfaApplicationResponse> _callback)
Get 2FA application (asynchronously).
|
okhttp3.Call |
TfaApi.getTfaApplicationCall(String appId,
ApiCallback _callback)
Build call for getTfaApplication.
|
List<TfaApplicationResponse> |
TfaApi.getTfaApplications()
Get 2FA applications.
|
okhttp3.Call |
TfaApi.getTfaApplicationsAsync(ApiCallback<List<TfaApplicationResponse>> _callback)
Get 2FA applications (asynchronously).
|
okhttp3.Call |
TfaApi.getTfaApplicationsCall(ApiCallback _callback)
Build call for getTfaApplications.
|
ApiResponse<List<TfaApplicationResponse>> |
TfaApi.getTfaApplicationsWithHttpInfo()
Get 2FA applications.
|
ApiResponse<TfaApplicationResponse> |
TfaApi.getTfaApplicationWithHttpInfo(String appId)
Get 2FA application.
|
TfaMessage |
TfaApi.getTfaMessageTemplate(String appId,
String msgId)
Get 2FA message template.
|
okhttp3.Call |
TfaApi.getTfaMessageTemplateAsync(String appId,
String msgId,
ApiCallback<TfaMessage> _callback)
Get 2FA message template (asynchronously).
|
okhttp3.Call |
TfaApi.getTfaMessageTemplateCall(String appId,
String msgId,
ApiCallback _callback)
Build call for getTfaMessageTemplate.
|
List<TfaMessage> |
TfaApi.getTfaMessageTemplates(String appId)
Get 2FA message templates.
|
okhttp3.Call |
TfaApi.getTfaMessageTemplatesAsync(String appId,
ApiCallback<List<TfaMessage>> _callback)
Get 2FA message templates (asynchronously).
|
okhttp3.Call |
TfaApi.getTfaMessageTemplatesCall(String appId,
ApiCallback _callback)
Build call for getTfaMessageTemplates.
|
ApiResponse<List<TfaMessage>> |
TfaApi.getTfaMessageTemplatesWithHttpInfo(String appId)
Get 2FA message templates.
|
ApiResponse<TfaMessage> |
TfaApi.getTfaMessageTemplateWithHttpInfo(String appId,
String msgId)
Get 2FA message template.
|
TfaVerificationResponse |
TfaApi.getTfaVerificationStatus(String msisdn,
String appId,
Boolean verified,
Boolean sent)
Get 2FA verification status.
|
okhttp3.Call |
TfaApi.getTfaVerificationStatusAsync(String msisdn,
String appId,
Boolean verified,
Boolean sent,
ApiCallback<TfaVerificationResponse> _callback)
Get 2FA verification status (asynchronously).
|
okhttp3.Call |
TfaApi.getTfaVerificationStatusCall(String msisdn,
String appId,
Boolean verified,
Boolean sent,
ApiCallback _callback)
Build call for getTfaVerificationStatus.
|
ApiResponse<TfaVerificationResponse> |
TfaApi.getTfaVerificationStatusWithHttpInfo(String msisdn,
String appId,
Boolean verified,
Boolean sent)
Get 2FA verification status.
|
String |
ReceiveWhatsAppApi.getWhatsAppMediaMetadata(String sender,
String mediaId)
Get media metadata.
|
okhttp3.Call |
ReceiveWhatsAppApi.getWhatsAppMediaMetadataAsync(String sender,
String mediaId,
ApiCallback<String> _callback)
Get media metadata (asynchronously).
|
okhttp3.Call |
ReceiveWhatsAppApi.getWhatsAppMediaMetadataCall(String sender,
String mediaId,
ApiCallback _callback)
Build call for getWhatsAppMediaMetadata.
|
ApiResponse<String> |
ReceiveWhatsAppApi.getWhatsAppMediaMetadataWithHttpInfo(String sender,
String mediaId)
Get media metadata.
|
WhatsAppTemplatesApiResponse |
ManageWhatsAppApi.getWhatsAppTemplates(String sender)
Get WhatsApp Templates.
|
okhttp3.Call |
ManageWhatsAppApi.getWhatsAppTemplatesAsync(String sender,
ApiCallback<WhatsAppTemplatesApiResponse> _callback)
Get WhatsApp Templates (asynchronously).
|
okhttp3.Call |
ManageWhatsAppApi.getWhatsAppTemplatesCall(String sender,
ApiCallback _callback)
Build call for getWhatsAppTemplates.
|
ApiResponse<WhatsAppTemplatesApiResponse> |
ManageWhatsAppApi.getWhatsAppTemplatesWithHttpInfo(String sender)
Get WhatsApp Templates.
|
void |
ReceiveWhatsAppApi.markWhatsAppMessageAsRead(String sender,
String messageId)
Mark as read.
|
okhttp3.Call |
ReceiveWhatsAppApi.markWhatsAppMessageAsReadAsync(String sender,
String messageId,
ApiCallback<Void> _callback)
Mark as read (asynchronously).
|
okhttp3.Call |
ReceiveWhatsAppApi.markWhatsAppMessageAsReadCall(String sender,
String messageId,
ApiCallback _callback)
Build call for markWhatsAppMessageAsRead.
|
ApiResponse<Void> |
ReceiveWhatsAppApi.markWhatsAppMessageAsReadWithHttpInfo(String sender,
String messageId)
Mark as read.
|
SmsPreviewResponse |
SendSmsApi.previewSmsMessage(SmsPreviewRequest smsPreviewRequest)
Preview SMS message.
|
okhttp3.Call |
SendSmsApi.previewSmsMessageAsync(SmsPreviewRequest smsPreviewRequest,
ApiCallback<SmsPreviewResponse> _callback)
Preview SMS message (asynchronously).
|
okhttp3.Call |
SendSmsApi.previewSmsMessageCall(SmsPreviewRequest smsPreviewRequest,
ApiCallback _callback)
Build call for previewSmsMessage.
|
ApiResponse<SmsPreviewResponse> |
SendSmsApi.previewSmsMessageWithHttpInfo(SmsPreviewRequest smsPreviewRequest)
Preview SMS message.
|
EmailBulkRescheduleResponse |
ScheduledEmailApi.rescheduleEmails(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest)
Reschedule Email messages.
|
okhttp3.Call |
ScheduledEmailApi.rescheduleEmailsAsync(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest,
ApiCallback<EmailBulkRescheduleResponse> _callback)
Reschedule Email messages (asynchronously).
|
okhttp3.Call |
ScheduledEmailApi.rescheduleEmailsCall(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest,
ApiCallback _callback)
Build call for rescheduleEmails.
|
ApiResponse<EmailBulkRescheduleResponse> |
ScheduledEmailApi.rescheduleEmailsWithHttpInfo(String bulkId,
EmailBulkRescheduleRequest emailBulkRescheduleRequest)
Reschedule Email messages.
|
SmsBulkResponse |
ScheduledSmsApi.rescheduleSmsMessages(String bulkId,
SmsBulkRequest smsBulkRequest)
Reschedule SMS messages.
|
okhttp3.Call |
ScheduledSmsApi.rescheduleSmsMessagesAsync(String bulkId,
SmsBulkRequest smsBulkRequest,
ApiCallback<SmsBulkResponse> _callback)
Reschedule SMS messages (asynchronously).
|
okhttp3.Call |
ScheduledSmsApi.rescheduleSmsMessagesCall(String bulkId,
SmsBulkRequest smsBulkRequest,
ApiCallback _callback)
Build call for rescheduleSmsMessages.
|
ApiResponse<SmsBulkResponse> |
ScheduledSmsApi.rescheduleSmsMessagesWithHttpInfo(String bulkId,
SmsBulkRequest smsBulkRequest)
Reschedule SMS messages.
|
TfaStartAuthenticationResponse |
TfaApi.resendTfaPinCodeOverSms(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverSmsAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverSmsCall(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback _callback)
Build call for resendTfaPinCodeOverSms.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverSmsWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
TfaStartAuthenticationResponse |
TfaApi.resendTfaPinCodeOverVoice(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverVoiceAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over Voice (asynchronously).
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverVoiceCall(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback _callback)
Build call for resendTfaPinCodeOverVoice.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverVoiceWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
SmsResponse |
SendSmsApi.sendBinarySmsMessage(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest)
Send binary SMS message.
|
okhttp3.Call |
SendSmsApi.sendBinarySmsMessageAsync(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest,
ApiCallback<SmsResponse> _callback)
Send binary SMS message (asynchronously).
|
okhttp3.Call |
SendSmsApi.sendBinarySmsMessageCall(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest,
ApiCallback _callback)
Build call for sendBinarySmsMessage.
|
ApiResponse<SmsResponse> |
SendSmsApi.sendBinarySmsMessageWithHttpInfo(SmsAdvancedBinaryRequest smsAdvancedBinaryRequest)
Send binary SMS message.
|
SmsResponse |
SendSmsApi.sendSmsMessage(SmsAdvancedTextualRequest smsAdvancedTextualRequest)
Send SMS message.
|
okhttp3.Call |
SendSmsApi.sendSmsMessageAsync(SmsAdvancedTextualRequest smsAdvancedTextualRequest,
ApiCallback<SmsResponse> _callback)
Send SMS message (asynchronously).
|
okhttp3.Call |
SendSmsApi.sendSmsMessageCall(SmsAdvancedTextualRequest smsAdvancedTextualRequest,
ApiCallback _callback)
Build call for sendSmsMessage.
|
ApiResponse<SmsResponse> |
SendSmsApi.sendSmsMessageWithHttpInfo(SmsAdvancedTextualRequest smsAdvancedTextualRequest)
Send SMS message.
|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverSms(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverSmsAsync(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverSmsCall(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback _callback)
Build call for sendTfaPinCodeOverSms.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverSmsWithHttpInfo(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverVoice(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverVoiceAsync(TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over Voice (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverVoiceCall(TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback _callback)
Build call for sendTfaPinCodeOverVoice.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverVoiceWithHttpInfo(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppAudioMessage(WhatsAppAudioMessage whatsAppAudioMessage)
Send WhatsApp audio message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppAudioMessageAsync(WhatsAppAudioMessage whatsAppAudioMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp audio message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppAudioMessageCall(WhatsAppAudioMessage whatsAppAudioMessage,
ApiCallback _callback)
Build call for sendWhatsAppAudioMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppAudioMessageWithHttpInfo(WhatsAppAudioMessage whatsAppAudioMessage)
Send WhatsApp audio message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppContactMessage(WhatsAppContactsMessage whatsAppContactsMessage)
Send WhatsApp contact message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppContactMessageAsync(WhatsAppContactsMessage whatsAppContactsMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp contact message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppContactMessageCall(WhatsAppContactsMessage whatsAppContactsMessage,
ApiCallback _callback)
Build call for sendWhatsAppContactMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppContactMessageWithHttpInfo(WhatsAppContactsMessage whatsAppContactsMessage)
Send WhatsApp contact message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppDocumentMessage(WhatsAppDocumentMessage whatsAppDocumentMessage)
Send WhatsApp document message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppDocumentMessageAsync(WhatsAppDocumentMessage whatsAppDocumentMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp document message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppDocumentMessageCall(WhatsAppDocumentMessage whatsAppDocumentMessage,
ApiCallback _callback)
Build call for sendWhatsAppDocumentMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppDocumentMessageWithHttpInfo(WhatsAppDocumentMessage whatsAppDocumentMessage)
Send WhatsApp document message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppImageMessage(WhatsAppImageMessage whatsAppImageMessage)
Send WhatsApp image message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppImageMessageAsync(WhatsAppImageMessage whatsAppImageMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp image message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppImageMessageCall(WhatsAppImageMessage whatsAppImageMessage,
ApiCallback _callback)
Build call for sendWhatsAppImageMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppImageMessageWithHttpInfo(WhatsAppImageMessage whatsAppImageMessage)
Send WhatsApp image message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppInteractiveButtonsMessage(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage)
Send WhatsApp interactive buttons message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppInteractiveButtonsMessageAsync(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp interactive buttons message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppInteractiveButtonsMessageCall(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage,
ApiCallback _callback)
Build call for sendWhatsAppInteractiveButtonsMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppInteractiveButtonsMessageWithHttpInfo(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage)
Send WhatsApp interactive buttons message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppInteractiveListMessage(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage)
Send WhatsApp interactive list message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppInteractiveListMessageAsync(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp interactive list message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppInteractiveListMessageCall(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage,
ApiCallback _callback)
Build call for sendWhatsAppInteractiveListMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppInteractiveListMessageWithHttpInfo(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage)
Send WhatsApp interactive list message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppLocationMessage(WhatsAppLocationMessage whatsAppLocationMessage)
Send WhatsApp location message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppLocationMessageAsync(WhatsAppLocationMessage whatsAppLocationMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp location message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppLocationMessageCall(WhatsAppLocationMessage whatsAppLocationMessage,
ApiCallback _callback)
Build call for sendWhatsAppLocationMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppLocationMessageWithHttpInfo(WhatsAppLocationMessage whatsAppLocationMessage)
Send WhatsApp location message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppStickerMessage(WhatsAppStickerMessage whatsAppStickerMessage)
Send WhatsApp sticker message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppStickerMessageAsync(WhatsAppStickerMessage whatsAppStickerMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp sticker message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppStickerMessageCall(WhatsAppStickerMessage whatsAppStickerMessage,
ApiCallback _callback)
Build call for sendWhatsAppStickerMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppStickerMessageWithHttpInfo(WhatsAppStickerMessage whatsAppStickerMessage)
Send WhatsApp sticker message.
|
WhatsAppBulkMessageInfo |
SendWhatsAppApi.sendWhatsAppTemplateMessage(WhatsAppBulkMessage whatsAppBulkMessage)
Send WhatsApp template message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppTemplateMessageAsync(WhatsAppBulkMessage whatsAppBulkMessage,
ApiCallback<WhatsAppBulkMessageInfo> _callback)
Send WhatsApp template message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppTemplateMessageCall(WhatsAppBulkMessage whatsAppBulkMessage,
ApiCallback _callback)
Build call for sendWhatsAppTemplateMessage.
|
ApiResponse<WhatsAppBulkMessageInfo> |
SendWhatsAppApi.sendWhatsAppTemplateMessageWithHttpInfo(WhatsAppBulkMessage whatsAppBulkMessage)
Send WhatsApp template message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppTextMessage(WhatsAppTextMessage whatsAppTextMessage)
Send WhatsApp text message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppTextMessageAsync(WhatsAppTextMessage whatsAppTextMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp text message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppTextMessageCall(WhatsAppTextMessage whatsAppTextMessage,
ApiCallback _callback)
Build call for sendWhatsAppTextMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppTextMessageWithHttpInfo(WhatsAppTextMessage whatsAppTextMessage)
Send WhatsApp text message.
|
WhatsAppSingleMessageInfo |
SendWhatsAppApi.sendWhatsAppVideoMessage(WhatsAppVideoMessage whatsAppVideoMessage)
Send WhatsApp video message.
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppVideoMessageAsync(WhatsAppVideoMessage whatsAppVideoMessage,
ApiCallback<WhatsAppSingleMessageInfo> _callback)
Send WhatsApp video message (asynchronously).
|
okhttp3.Call |
SendWhatsAppApi.sendWhatsAppVideoMessageCall(WhatsAppVideoMessage whatsAppVideoMessage,
ApiCallback _callback)
Build call for sendWhatsAppVideoMessage.
|
ApiResponse<WhatsAppSingleMessageInfo> |
SendWhatsAppApi.sendWhatsAppVideoMessageWithHttpInfo(WhatsAppVideoMessage whatsAppVideoMessage)
Send WhatsApp video message.
|
EmailBulkUpdateStatusResponse |
ScheduledEmailApi.updateScheduledEmailStatuses(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest)
Update scheduled Email messages status.
|
okhttp3.Call |
ScheduledEmailApi.updateScheduledEmailStatusesAsync(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest,
ApiCallback<EmailBulkUpdateStatusResponse> _callback)
Update scheduled Email messages status (asynchronously).
|
okhttp3.Call |
ScheduledEmailApi.updateScheduledEmailStatusesCall(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest,
ApiCallback _callback)
Build call for updateScheduledEmailStatuses.
|
ApiResponse<EmailBulkUpdateStatusResponse> |
ScheduledEmailApi.updateScheduledEmailStatusesWithHttpInfo(String bulkId,
EmailBulkUpdateStatusRequest emailBulkUpdateStatusRequest)
Update scheduled Email messages status.
|
SmsBulkStatusResponse |
ScheduledSmsApi.updateScheduledSmsMessagesStatus(String bulkId,
SmsUpdateStatusRequest smsUpdateStatusRequest)
Update scheduled SMS messages status.
|
okhttp3.Call |
ScheduledSmsApi.updateScheduledSmsMessagesStatusAsync(String bulkId,
SmsUpdateStatusRequest smsUpdateStatusRequest,
ApiCallback<SmsBulkStatusResponse> _callback)
Update scheduled SMS messages status (asynchronously).
|
okhttp3.Call |
ScheduledSmsApi.updateScheduledSmsMessagesStatusCall(String bulkId,
SmsUpdateStatusRequest smsUpdateStatusRequest,
ApiCallback _callback)
Build call for updateScheduledSmsMessagesStatus.
|
ApiResponse<SmsBulkStatusResponse> |
ScheduledSmsApi.updateScheduledSmsMessagesStatusWithHttpInfo(String bulkId,
SmsUpdateStatusRequest smsUpdateStatusRequest)
Update scheduled SMS messages status.
|
TfaApplicationResponse |
TfaApi.updateTfaApplication(String appId,
TfaApplicationRequest tfaApplicationRequest)
Update 2FA application.
|
okhttp3.Call |
TfaApi.updateTfaApplicationAsync(String appId,
TfaApplicationRequest tfaApplicationRequest,
ApiCallback<TfaApplicationResponse> _callback)
Update 2FA application (asynchronously).
|
okhttp3.Call |
TfaApi.updateTfaApplicationCall(String appId,
TfaApplicationRequest tfaApplicationRequest,
ApiCallback _callback)
Build call for updateTfaApplication.
|
ApiResponse<TfaApplicationResponse> |
TfaApi.updateTfaApplicationWithHttpInfo(String appId,
TfaApplicationRequest tfaApplicationRequest)
Update 2FA application.
|
TfaMessage |
TfaApi.updateTfaMessageTemplate(String appId,
String msgId,
TfaUpdateMessageRequest tfaUpdateMessageRequest)
Update 2FA message template.
|
okhttp3.Call |
TfaApi.updateTfaMessageTemplateAsync(String appId,
String msgId,
TfaUpdateMessageRequest tfaUpdateMessageRequest,
ApiCallback<TfaMessage> _callback)
Update 2FA message template (asynchronously).
|
okhttp3.Call |
TfaApi.updateTfaMessageTemplateCall(String appId,
String msgId,
TfaUpdateMessageRequest tfaUpdateMessageRequest,
ApiCallback _callback)
Build call for updateTfaMessageTemplate.
|
ApiResponse<TfaMessage> |
TfaApi.updateTfaMessageTemplateWithHttpInfo(String appId,
String msgId,
TfaUpdateMessageRequest tfaUpdateMessageRequest)
Update 2FA message template.
|
EmailValidationResponse |
EmailValidationApi.validateEmailAddresses(EmailValidationRequest emailValidationRequest)
Validate email addresses.
|
okhttp3.Call |
EmailValidationApi.validateEmailAddressesAsync(EmailValidationRequest emailValidationRequest,
ApiCallback<EmailValidationResponse> _callback)
Validate email addresses (asynchronously).
|
okhttp3.Call |
EmailValidationApi.validateEmailAddressesCall(EmailValidationRequest emailValidationRequest,
ApiCallback _callback)
Build call for validateEmailAddresses.
|
ApiResponse<EmailValidationResponse> |
EmailValidationApi.validateEmailAddressesWithHttpInfo(EmailValidationRequest emailValidationRequest)
Validate email addresses.
|
TfaVerifyPinResponse |
TfaApi.verifyTfaPhoneNumber(String pinId,
TfaVerifyPinRequest tfaVerifyPinRequest)
Verify phone number.
|
okhttp3.Call |
TfaApi.verifyTfaPhoneNumberAsync(String pinId,
TfaVerifyPinRequest tfaVerifyPinRequest,
ApiCallback<TfaVerifyPinResponse> _callback)
Verify phone number (asynchronously).
|
okhttp3.Call |
TfaApi.verifyTfaPhoneNumberCall(String pinId,
TfaVerifyPinRequest tfaVerifyPinRequest,
ApiCallback _callback)
Build call for verifyTfaPhoneNumber.
|
ApiResponse<TfaVerifyPinResponse> |
TfaApi.verifyTfaPhoneNumberWithHttpInfo(String pinId,
TfaVerifyPinRequest tfaVerifyPinRequest)
Verify phone number.
|
Copyright © 2022. All rights reserved.