| Package | Description |
|---|---|
| ClickSend | |
| ClickSend.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 |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.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 |
|---|---|
String |
AccountApi.accountGet()
Get account information
Get account details
|
com.squareup.okhttp.Call |
AccountApi.accountGetAsync(ApiCallback<String> callback)
Get account information (asynchronously)
Get account details
|
com.squareup.okhttp.Call |
AccountApi.accountGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountGet
|
ApiResponse<String> |
AccountApi.accountGetWithHttpInfo()
Get account information
Get account details
|
String |
AccountApi.accountPost(Account account)
Create a new account
Create An Account
|
com.squareup.okhttp.Call |
AccountApi.accountPostAsync(Account account,
ApiCallback<String> callback)
Create a new account (asynchronously)
Create An Account
|
com.squareup.okhttp.Call |
AccountApi.accountPostCall(Account account,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountPost
|
ApiResponse<String> |
AccountApi.accountPostWithHttpInfo(Account account)
Create a new account
Create An Account
|
String |
AccountApi.accountUseageBySubaccountGet(Integer year,
Integer month)
Get account useage by subaccount
Get account useage by subaccount
|
com.squareup.okhttp.Call |
AccountApi.accountUseageBySubaccountGetAsync(Integer year,
Integer month,
ApiCallback<String> callback)
Get account useage by subaccount (asynchronously)
Get account useage by subaccount
|
com.squareup.okhttp.Call |
AccountApi.accountUseageBySubaccountGetCall(Integer year,
Integer month,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountUseageBySubaccountGet
|
ApiResponse<String> |
AccountApi.accountUseageBySubaccountGetWithHttpInfo(Integer year,
Integer month)
Get account useage by subaccount
Get account useage by subaccount
|
String |
AccountApi.accountVerifySendPut(AccountVerify accountVerify)
Send account activation token
Send account activation token
|
com.squareup.okhttp.Call |
AccountApi.accountVerifySendPutAsync(AccountVerify accountVerify,
ApiCallback<String> callback)
Send account activation token (asynchronously)
Send account activation token
|
com.squareup.okhttp.Call |
AccountApi.accountVerifySendPutCall(AccountVerify accountVerify,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountVerifySendPut
|
ApiResponse<String> |
AccountApi.accountVerifySendPutWithHttpInfo(AccountVerify accountVerify)
Send account activation token
Send account activation token
|
String |
AccountApi.accountVerifyVerifyByActivationTokenPut(Integer activationToken)
Verify new account
Verify new account
|
com.squareup.okhttp.Call |
AccountApi.accountVerifyVerifyByActivationTokenPutAsync(Integer activationToken,
ApiCallback<String> callback)
Verify new account (asynchronously)
Verify new account
|
com.squareup.okhttp.Call |
AccountApi.accountVerifyVerifyByActivationTokenPutCall(Integer activationToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountVerifyVerifyByActivationTokenPut
|
ApiResponse<String> |
AccountApi.accountVerifyVerifyByActivationTokenPutWithHttpInfo(Integer activationToken)
Verify new account
Verify new account
|
String |
EmailMarketingApi.allowedEmailAddressGet(Integer page,
Integer limit)
Get all email addresses
Get all email addresses
|
com.squareup.okhttp.Call |
EmailMarketingApi.allowedEmailAddressGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email addresses (asynchronously)
Get all email addresses
|
com.squareup.okhttp.Call |
EmailMarketingApi.allowedEmailAddressGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for allowedEmailAddressGet
|
ApiResponse<String> |
EmailMarketingApi.allowedEmailAddressGetWithHttpInfo(Integer page,
Integer limit)
Get all email addresses
Get all email addresses
|
String |
EmailMarketingApi.allowedEmailAddressPost(EmailAddress emailAddress)
Create allowed Email Address
Create allowed Email Address
|
com.squareup.okhttp.Call |
EmailMarketingApi.allowedEmailAddressPostAsync(EmailAddress emailAddress,
ApiCallback<String> callback)
Create allowed Email Address (asynchronously)
Create allowed Email Address
|
com.squareup.okhttp.Call |
EmailMarketingApi.allowedEmailAddressPostCall(EmailAddress emailAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for allowedEmailAddressPost
|
ApiResponse<String> |
EmailMarketingApi.allowedEmailAddressPostWithHttpInfo(EmailAddress emailAddress)
Create allowed Email Address
Create allowed Email Address
|
String |
EmailMarketingApi.cancelEmailCampaignPut(Integer emailCampaignId)
Cancel email campaign
Cancel email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.cancelEmailCampaignPutAsync(Integer emailCampaignId,
ApiCallback<String> callback)
Cancel email campaign (asynchronously)
Cancel email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.cancelEmailCampaignPutCall(Integer emailCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelEmailCampaignPut
|
ApiResponse<String> |
EmailMarketingApi.cancelEmailCampaignPutWithHttpInfo(Integer emailCampaignId)
Cancel email campaign
Cancel email campaign
|
String |
CountriesApi.countriesGet()
Get all country codes
Get all countries
|
com.squareup.okhttp.Call |
CountriesApi.countriesGetAsync(ApiCallback<String> callback)
Get all country codes (asynchronously)
Get all countries
|
com.squareup.okhttp.Call |
CountriesApi.countriesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for countriesGet
|
ApiResponse<String> |
CountriesApi.countriesGetWithHttpInfo()
Get all country codes
Get all countries
|
String |
DeliveryIssuesApi.deliveryIssuesGet(Integer page,
Integer limit)
Get all delivery issues
Get all delivery issues
|
com.squareup.okhttp.Call |
DeliveryIssuesApi.deliveryIssuesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery issues (asynchronously)
Get all delivery issues
|
com.squareup.okhttp.Call |
DeliveryIssuesApi.deliveryIssuesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deliveryIssuesGet
|
ApiResponse<String> |
DeliveryIssuesApi.deliveryIssuesGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery issues
Get all delivery issues
|
String |
DeliveryIssuesApi.deliveryIssuesPost(DeliveryIssue deliveryIssue)
Create delivery Issue
Create delivery Issue
|
com.squareup.okhttp.Call |
DeliveryIssuesApi.deliveryIssuesPostAsync(DeliveryIssue deliveryIssue,
ApiCallback<String> callback)
Create delivery Issue (asynchronously)
Create delivery Issue
|
com.squareup.okhttp.Call |
DeliveryIssuesApi.deliveryIssuesPostCall(DeliveryIssue deliveryIssue,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deliveryIssuesPost
|
ApiResponse<String> |
DeliveryIssuesApi.deliveryIssuesPostWithHttpInfo(DeliveryIssue deliveryIssue)
Create delivery Issue
Create delivery Issue
|
String |
DetectAddressApi.detectAddressPost(UploadFile uploadFile)
Detects address in uploaded file.
|
com.squareup.okhttp.Call |
DetectAddressApi.detectAddressPostAsync(UploadFile uploadFile,
ApiCallback<String> callback)
Detects address in uploaded file.
|
com.squareup.okhttp.Call |
DetectAddressApi.detectAddressPostCall(UploadFile uploadFile,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for detectAddressPost
|
ApiResponse<String> |
DetectAddressApi.detectAddressPostWithHttpInfo(UploadFile uploadFile)
Detects address in uploaded file.
|
String |
EmailMarketingApi.emailCampaignGet(Integer emailCampaignId)
Get specific email campaign
Get specific email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignGetAsync(Integer emailCampaignId,
ApiCallback<String> callback)
Get specific email campaign (asynchronously)
Get specific email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignGetCall(Integer emailCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignGet
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignGetWithHttpInfo(Integer emailCampaignId)
Get specific email campaign
Get specific email campaign
|
String |
EmailMarketingApi.emailCampaignHistoryExportGet(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo)
Export specific email campaign history
Export specific email campaign history
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignHistoryExportGetAsync(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
ApiCallback<String> callback)
Export specific email campaign history (asynchronously)
Export specific email campaign history
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignHistoryExportGetCall(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignHistoryExportGet
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignHistoryExportGetWithHttpInfo(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo)
Export specific email campaign history
Export specific email campaign history
|
String |
EmailMarketingApi.emailCampaignHistoryGet(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get specific email campaign history
Get specific email campaign history
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignHistoryGetAsync(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get specific email campaign history (asynchronously)
Get specific email campaign history
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignHistoryGetCall(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignHistoryGet
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignHistoryGetWithHttpInfo(Integer emailCampaignId,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get specific email campaign history
Get specific email campaign history
|
String |
EmailMarketingApi.emailCampaignPost(EmailCampaign emailCampaign)
Send email campaign
Send email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPostAsync(EmailCampaign emailCampaign,
ApiCallback<String> callback)
Send email campaign (asynchronously)
Send email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPostCall(EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPost
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignPostWithHttpInfo(EmailCampaign emailCampaign)
Send email campaign
Send email campaign
|
String |
EmailMarketingApi.emailCampaignPricePost(EmailCampaign emailCampaign)
Calculate email campaign price
Calculate email campaign price
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPricePostAsync(EmailCampaign emailCampaign,
ApiCallback<String> callback)
Calculate email campaign price (asynchronously)
Calculate email campaign price
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPricePostCall(EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPricePost
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignPricePostWithHttpInfo(EmailCampaign emailCampaign)
Calculate email campaign price
Calculate email campaign price
|
String |
EmailMarketingApi.emailCampaignPut(Integer emailCampaignId,
EmailCampaign emailCampaign)
Edit email campaign
Edit email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPutAsync(Integer emailCampaignId,
EmailCampaign emailCampaign,
ApiCallback<String> callback)
Edit email campaign (asynchronously)
Edit email campaign
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignPutCall(Integer emailCampaignId,
EmailCampaign emailCampaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignPut
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignPutWithHttpInfo(Integer emailCampaignId,
EmailCampaign emailCampaign)
Edit email campaign
Edit email campaign
|
String |
EmailMarketingApi.emailCampaignsGet(Integer page,
Integer limit)
Get all email campaigns
Get all email campaigns
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email campaigns (asynchronously)
Get all email campaigns
|
com.squareup.okhttp.Call |
EmailMarketingApi.emailCampaignsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailCampaignsGet
|
ApiResponse<String> |
EmailMarketingApi.emailCampaignsGetWithHttpInfo(Integer page,
Integer limit)
Get all email campaigns
Get all email campaigns
|
String |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete email delivery receipt automation
Delete email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete email delivery receipt automation (asynchronously)
Delete email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete email delivery receipt automation
Delete email delivery receipt automation
|
String |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific email delivery receipt automation
Get specific email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific email delivery receipt automation (asynchronously)
Get specific email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationGet
|
ApiResponse<String> |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific email delivery receipt automation
Get specific email delivery receipt automation
|
String |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create email delivery receipt automations
Create email delivery receipt automations
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create email delivery receipt automations (asynchronously)
Create email delivery receipt automations
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationPost
|
ApiResponse<String> |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create email delivery receipt automations
Create email delivery receipt automations
|
String |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update email delivery receipt automation
Update email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update email delivery receipt automation (asynchronously)
Update email delivery receipt automation
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationPut
|
ApiResponse<String> |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update email delivery receipt automation
Update email delivery receipt automation
|
String |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all email delivery receipt automations
Get all email delivery receipt automations
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all email delivery receipt automations (asynchronously)
Get all email delivery receipt automations
|
com.squareup.okhttp.Call |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
EmailDeliveryReceiptRulesApi.emailDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all email delivery receipt automations
Get all email delivery receipt automations
|
String |
TransactionalEmailApi.emailHistoryExportGet(String filename,
Integer dateFrom,
Integer dateTo)
Export all Transactional Email history
Export all Transactional Email history
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailHistoryExportGetAsync(String filename,
Integer dateFrom,
Integer dateTo,
ApiCallback<String> callback)
Export all Transactional Email history (asynchronously)
Export all Transactional Email history
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailHistoryExportGetCall(String filename,
Integer dateFrom,
Integer dateTo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailHistoryExportGet
|
ApiResponse<String> |
TransactionalEmailApi.emailHistoryExportGetWithHttpInfo(String filename,
Integer dateFrom,
Integer dateTo)
Export all Transactional Email history
Export all Transactional Email history
|
String |
TransactionalEmailApi.emailHistoryGet(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all transactional email history
Get all transactional email history
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailHistoryGetAsync(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all transactional email history (asynchronously)
Get all transactional email history
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailHistoryGetCall(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailHistoryGet
|
ApiResponse<String> |
TransactionalEmailApi.emailHistoryGetWithHttpInfo(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all transactional email history
Get all transactional email history
|
String |
TransactionalEmailApi.emailPricePost(Email email)
Get transactional email price
Get transactional email price
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailPricePostAsync(Email email,
ApiCallback<String> callback)
Get transactional email price (asynchronously)
Get transactional email price
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailPricePostCall(Email email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailPricePost
|
ApiResponse<String> |
TransactionalEmailApi.emailPricePostWithHttpInfo(Email email)
Get transactional email price
Get transactional email price
|
String |
TransactionalEmailApi.emailSendPost(Email email)
Send transactional email
Send transactional email
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailSendPostAsync(Email email,
ApiCallback<String> callback)
Send transactional email (asynchronously)
Send transactional email
|
com.squareup.okhttp.Call |
TransactionalEmailApi.emailSendPostCall(Email email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailSendPost
|
ApiResponse<String> |
TransactionalEmailApi.emailSendPostWithHttpInfo(Email email)
Send transactional email
Send transactional email
|
String |
UserEmailTemplatesApi.emailTemplateDelete(Integer templateId)
Delete user email template
Delete user email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplateDeleteAsync(Integer templateId,
ApiCallback<String> callback)
Delete user email template (asynchronously)
Delete user email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplateDeleteCall(Integer templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailTemplateDelete
|
ApiResponse<String> |
UserEmailTemplatesApi.emailTemplateDeleteWithHttpInfo(Integer templateId)
Delete user email template
Delete user email template
|
String |
UserEmailTemplatesApi.emailTemplateGet(Integer templateId)
Get specific user email template
Get specific user email templates
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplateGetAsync(Integer templateId,
ApiCallback<String> callback)
Get specific user email template (asynchronously)
Get specific user email templates
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplateGetCall(Integer templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailTemplateGet
|
ApiResponse<String> |
UserEmailTemplatesApi.emailTemplateGetWithHttpInfo(Integer templateId)
Get specific user email template
Get specific user email templates
|
String |
UserEmailTemplatesApi.emailTemplatePost(EmailTemplateNew emailTemplate)
Create email template
Create email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatePostAsync(EmailTemplateNew emailTemplate,
ApiCallback<String> callback)
Create email template (asynchronously)
Create email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatePostCall(EmailTemplateNew emailTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailTemplatePost
|
ApiResponse<String> |
UserEmailTemplatesApi.emailTemplatePostWithHttpInfo(EmailTemplateNew emailTemplate)
Create email template
Create email template
|
String |
UserEmailTemplatesApi.emailTemplatePut(Integer templateId,
EmailTemplateUpdate emailTemplate)
Update email template
Update email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatePutAsync(Integer templateId,
EmailTemplateUpdate emailTemplate,
ApiCallback<String> callback)
Update email template (asynchronously)
Update email template
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatePutCall(Integer templateId,
EmailTemplateUpdate emailTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailTemplatePut
|
ApiResponse<String> |
UserEmailTemplatesApi.emailTemplatePutWithHttpInfo(Integer templateId,
EmailTemplateUpdate emailTemplate)
Update email template
Update email template
|
String |
UserEmailTemplatesApi.emailTemplatesGet(Integer page,
Integer limit)
Get all user email templates
Get all user email templates
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all user email templates (asynchronously)
Get all user email templates
|
com.squareup.okhttp.Call |
UserEmailTemplatesApi.emailTemplatesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailTemplatesGet
|
ApiResponse<String> |
UserEmailTemplatesApi.emailTemplatesGetWithHttpInfo(Integer page,
Integer limit)
Get all user email templates
Get all user email templates
|
String |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete fax delivery receipt automation
Delete fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete fax delivery receipt automation (asynchronously)
Delete fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete fax delivery receipt automation
Delete fax delivery receipt automation
|
String |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific fax delivery receipt automation
Get specific fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific fax delivery receipt automation (asynchronously)
Get specific fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationGet
|
ApiResponse<String> |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific fax delivery receipt automation
Get specific fax delivery receipt automation
|
String |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create fax delivery receipt automations
Create fax delivery receipt automations
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create fax delivery receipt automations (asynchronously)
Create fax delivery receipt automations
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationPost
|
ApiResponse<String> |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create fax delivery receipt automations
Create fax delivery receipt automations
|
String |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update fax delivery receipt automation
Update fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update fax delivery receipt automation (asynchronously)
Update fax delivery receipt automation
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationPut
|
ApiResponse<String> |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update fax delivery receipt automation
Update fax delivery receipt automation
|
String |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all fax delivery receipt automations
Get all fax delivery receipt automations
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all fax delivery receipt automations (asynchronously)
Get all fax delivery receipt automations
|
com.squareup.okhttp.Call |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
FaxDeliveryReceiptRulesApi.faxDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all fax delivery receipt automations
Get all fax delivery receipt automations
|
String |
FaxApi.faxHistoryGet(Integer dateFrom,
Integer dateTo,
String q,
String order,
Integer page,
Integer limit)
Get a list of Fax History.
|
com.squareup.okhttp.Call |
FaxApi.faxHistoryGetAsync(Integer dateFrom,
Integer dateTo,
String q,
String order,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get a list of Fax History.
|
com.squareup.okhttp.Call |
FaxApi.faxHistoryGetCall(Integer dateFrom,
Integer dateTo,
String q,
String order,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxHistoryGet
|
ApiResponse<String> |
FaxApi.faxHistoryGetWithHttpInfo(Integer dateFrom,
Integer dateTo,
String q,
String order,
Integer page,
Integer limit)
Get a list of Fax History.
|
String |
InboundFaxRulesApi.faxInboundAutomationDelete(Integer inboundRuleId)
Delete inbound fax automation
Delete inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationDeleteAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Delete inbound fax automation (asynchronously)
Delete inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationDeleteCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationDelete
|
ApiResponse<String> |
InboundFaxRulesApi.faxInboundAutomationDeleteWithHttpInfo(Integer inboundRuleId)
Delete inbound fax automation
Delete inbound fax automation
|
String |
InboundFaxRulesApi.faxInboundAutomationGet(Integer inboundRuleId)
Get specific inbound fax automation
Get specific inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationGetAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Get specific inbound fax automation (asynchronously)
Get specific inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationGetCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationGet
|
ApiResponse<String> |
InboundFaxRulesApi.faxInboundAutomationGetWithHttpInfo(Integer inboundRuleId)
Get specific inbound fax automation
Get specific inbound fax automation
|
String |
InboundFaxRulesApi.faxInboundAutomationPost(InboundFaxRule inboundFaxRule)
Create new inbound fax automation
Create new inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationPostAsync(InboundFaxRule inboundFaxRule,
ApiCallback<String> callback)
Create new inbound fax automation (asynchronously)
Create new inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationPostCall(InboundFaxRule inboundFaxRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationPost
|
ApiResponse<String> |
InboundFaxRulesApi.faxInboundAutomationPostWithHttpInfo(InboundFaxRule inboundFaxRule)
Create new inbound fax automation
Create new inbound fax automation
|
String |
InboundFaxRulesApi.faxInboundAutomationPut(Integer inboundRuleId,
InboundFaxRule inboundFaxRule)
Update inbound fax automation
Update inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationPutAsync(Integer inboundRuleId,
InboundFaxRule inboundFaxRule,
ApiCallback<String> callback)
Update inbound fax automation (asynchronously)
Update inbound fax automation
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationPutCall(Integer inboundRuleId,
InboundFaxRule inboundFaxRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationPut
|
ApiResponse<String> |
InboundFaxRulesApi.faxInboundAutomationPutWithHttpInfo(Integer inboundRuleId,
InboundFaxRule inboundFaxRule)
Update inbound fax automation
Update inbound fax automation
|
String |
InboundFaxRulesApi.faxInboundAutomationsGet(String q,
Integer page,
Integer limit)
Get all inbound fax automations
Get all inbound fax automations
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound fax automations (asynchronously)
Get all inbound fax automations
|
com.squareup.okhttp.Call |
InboundFaxRulesApi.faxInboundAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxInboundAutomationsGet
|
ApiResponse<String> |
InboundFaxRulesApi.faxInboundAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound fax automations
Get all inbound fax automations
|
String |
FaxApi.faxPricePost(FaxMessageCollection faxMessage)
Calculate Total Price for Fax Messages sent
Calculate Total Price for Fax Messages sent
|
com.squareup.okhttp.Call |
FaxApi.faxPricePostAsync(FaxMessageCollection faxMessage,
ApiCallback<String> callback)
Calculate Total Price for Fax Messages sent (asynchronously)
Calculate Total Price for Fax Messages sent
|
com.squareup.okhttp.Call |
FaxApi.faxPricePostCall(FaxMessageCollection faxMessage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxPricePost
|
ApiResponse<String> |
FaxApi.faxPricePostWithHttpInfo(FaxMessageCollection faxMessage)
Calculate Total Price for Fax Messages sent
Calculate Total Price for Fax Messages sent
|
String |
FaxApi.faxReceiptsByMessageIdGet(String messageId)
Get a single fax receipt based on message id.
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsByMessageIdGetAsync(String messageId,
ApiCallback<String> callback)
Get a single fax receipt based on message id.
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsByMessageIdGetCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxReceiptsByMessageIdGet
|
ApiResponse<String> |
FaxApi.faxReceiptsByMessageIdGetWithHttpInfo(String messageId)
Get a single fax receipt based on message id.
|
String |
FaxApi.faxReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxReceiptsGet
|
ApiResponse<String> |
FaxApi.faxReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
FaxApi.faxReceiptsPost(Url url)
Add a delivery receipt
Add a delivery receipt
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsPostAsync(Url url,
ApiCallback<String> callback)
Add a delivery receipt (asynchronously)
Add a delivery receipt
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxReceiptsPost
|
ApiResponse<String> |
FaxApi.faxReceiptsPostWithHttpInfo(Url url)
Add a delivery receipt
Add a delivery receipt
|
String |
FaxApi.faxReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
FaxApi.faxReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxReceiptsReadPut
|
ApiResponse<String> |
FaxApi.faxReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
FaxApi.faxSendPost(FaxMessageCollection faxMessage)
Send a fax using supplied supported file-types.
|
com.squareup.okhttp.Call |
FaxApi.faxSendPostAsync(FaxMessageCollection faxMessage,
ApiCallback<String> callback)
Send a fax using supplied supported file-types.
|
com.squareup.okhttp.Call |
FaxApi.faxSendPostCall(FaxMessageCollection faxMessage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for faxSendPost
|
ApiResponse<String> |
FaxApi.faxSendPostWithHttpInfo(FaxMessageCollection faxMessage)
Send a fax using supplied supported file-types.
|
String |
AccountApi.forgotPasswordPut(ForgotPassword forgotPassword)
Forgot password
Forgot password
|
com.squareup.okhttp.Call |
AccountApi.forgotPasswordPutAsync(ForgotPassword forgotPassword,
ApiCallback<String> callback)
Forgot password (asynchronously)
Forgot password
|
com.squareup.okhttp.Call |
AccountApi.forgotPasswordPutCall(ForgotPassword forgotPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotPasswordPut
|
ApiResponse<String> |
AccountApi.forgotPasswordPutWithHttpInfo(ForgotPassword forgotPassword)
Forgot password
Forgot password
|
String |
AccountApi.forgotPasswordVerifyPut(AccountForgotPasswordVerify verifyPassword)
Verify forgot password
Verify forgot password
|
com.squareup.okhttp.Call |
AccountApi.forgotPasswordVerifyPutAsync(AccountForgotPasswordVerify verifyPassword,
ApiCallback<String> callback)
Verify forgot password (asynchronously)
Verify forgot password
|
com.squareup.okhttp.Call |
AccountApi.forgotPasswordVerifyPutCall(AccountForgotPasswordVerify verifyPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotPasswordVerifyPut
|
ApiResponse<String> |
AccountApi.forgotPasswordVerifyPutWithHttpInfo(AccountForgotPasswordVerify verifyPassword)
Verify forgot password
Verify forgot password
|
String |
AccountApi.forgotUsernamePut(ForgotUsername forgotUsername)
Forgot username
Forgot username
|
com.squareup.okhttp.Call |
AccountApi.forgotUsernamePutAsync(ForgotUsername forgotUsername,
ApiCallback<String> callback)
Forgot username (asynchronously)
Forgot username
|
com.squareup.okhttp.Call |
AccountApi.forgotUsernamePutCall(ForgotUsername forgotUsername,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for forgotUsernamePut
|
ApiResponse<String> |
AccountApi.forgotUsernamePutWithHttpInfo(ForgotUsername forgotUsername)
Forgot username
Forgot username
|
String |
ContactListApi.listsByListIdDelete(Integer listId)
ListsByListIdDelete
Delete a specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdDeleteAsync(Integer listId,
ApiCallback<String> callback)
ListsByListIdDelete (asynchronously)
Delete a specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdDeleteCall(Integer listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsByListIdDelete
|
ApiResponse<String> |
ContactListApi.listsByListIdDeleteWithHttpInfo(Integer listId)
ListsByListIdDelete
Delete a specific contact list
|
String |
ContactListApi.listsByListIdGet(Integer listId)
Get specific contact list
Get specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdGetAsync(Integer listId,
ApiCallback<String> callback)
Get specific contact list (asynchronously)
Get specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdGetCall(Integer listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsByListIdGet
|
ApiResponse<String> |
ContactListApi.listsByListIdGetWithHttpInfo(Integer listId)
Get specific contact list
Get specific contact list
|
String |
ContactListApi.listsByListIdPut(Integer listId,
ContactList contactList)
Update specific contact list
Update specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdPutAsync(Integer listId,
ContactList contactList,
ApiCallback<String> callback)
Update specific contact list (asynchronously)
Update specific contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsByListIdPutCall(Integer listId,
ContactList contactList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsByListIdPut
|
ApiResponse<String> |
ContactListApi.listsByListIdPutWithHttpInfo(Integer listId,
ContactList contactList)
Update specific contact list
Update specific contact list
|
String |
ContactApi.listsContactsByListIdAndContactIdDelete(Integer listId,
Integer contactId)
Delete a contact
Delete a contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdDeleteAsync(Integer listId,
Integer contactId,
ApiCallback<String> callback)
Delete a contact (asynchronously)
Delete a contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdDeleteCall(Integer listId,
Integer contactId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdAndContactIdDelete
|
ApiResponse<String> |
ContactApi.listsContactsByListIdAndContactIdDeleteWithHttpInfo(Integer listId,
Integer contactId)
Delete a contact
Delete a contact
|
String |
ContactApi.listsContactsByListIdAndContactIdGet(Integer listId,
Integer contactId)
Get a specific contact
Get a specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdGetAsync(Integer listId,
Integer contactId,
ApiCallback<String> callback)
Get a specific contact (asynchronously)
Get a specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdGetCall(Integer listId,
Integer contactId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdAndContactIdGet
|
ApiResponse<String> |
ContactApi.listsContactsByListIdAndContactIdGetWithHttpInfo(Integer listId,
Integer contactId)
Get a specific contact
Get a specific contact
|
String |
ContactApi.listsContactsByListIdAndContactIdPut(Integer listId,
Integer contactId,
Contact contact)
Update specific contact
Update specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdPutAsync(Integer listId,
Integer contactId,
Contact contact,
ApiCallback<String> callback)
Update specific contact (asynchronously)
Update specific contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdAndContactIdPutCall(Integer listId,
Integer contactId,
Contact contact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdAndContactIdPut
|
ApiResponse<String> |
ContactApi.listsContactsByListIdAndContactIdPutWithHttpInfo(Integer listId,
Integer contactId,
Contact contact)
Update specific contact
Update specific contact
|
String |
ContactApi.listsContactsByListIdGet(Integer listId,
Integer page,
Integer limit)
Get all contacts in a list
Get all contacts in a list
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdGetAsync(Integer listId,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all contacts in a list (asynchronously)
Get all contacts in a list
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdGetCall(Integer listId,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdGet
|
ApiResponse<String> |
ContactApi.listsContactsByListIdGetWithHttpInfo(Integer listId,
Integer page,
Integer limit)
Get all contacts in a list
Get all contacts in a list
|
String |
ContactApi.listsContactsByListIdPost(Contact contact,
Integer listId)
Create new contact
Create new contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdPostAsync(Contact contact,
Integer listId,
ApiCallback<String> callback)
Create new contact (asynchronously)
Create new contact
|
com.squareup.okhttp.Call |
ContactApi.listsContactsByListIdPostCall(Contact contact,
Integer listId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsContactsByListIdPost
|
ApiResponse<String> |
ContactApi.listsContactsByListIdPostWithHttpInfo(Contact contact,
Integer listId)
Create new contact
Create new contact
|
String |
ContactListApi.listsGet(Integer page,
Integer limit)
Get all contact lists
Get all contact lists
|
com.squareup.okhttp.Call |
ContactListApi.listsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all contact lists (asynchronously)
Get all contact lists
|
com.squareup.okhttp.Call |
ContactListApi.listsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsGet
|
ApiResponse<String> |
ContactListApi.listsGetWithHttpInfo(Integer page,
Integer limit)
Get all contact lists
Get all contact lists
|
String |
ContactListApi.listsImportByListIdPost(Integer listId,
ContactListImport file)
Import contacts to list
Import contacts to list
|
com.squareup.okhttp.Call |
ContactListApi.listsImportByListIdPostAsync(Integer listId,
ContactListImport file,
ApiCallback<String> callback)
Import contacts to list (asynchronously)
Import contacts to list
|
com.squareup.okhttp.Call |
ContactListApi.listsImportByListIdPostCall(Integer listId,
ContactListImport file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsImportByListIdPost
|
ApiResponse<String> |
ContactListApi.listsImportByListIdPostWithHttpInfo(Integer listId,
ContactListImport file)
Import contacts to list
Import contacts to list
|
String |
ContactListApi.listsPost(ContactList contactList)
Create new contact list
Create new contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsPostAsync(ContactList contactList,
ApiCallback<String> callback)
Create new contact list (asynchronously)
Create new contact list
|
com.squareup.okhttp.Call |
ContactListApi.listsPostCall(ContactList contactList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsPost
|
ApiResponse<String> |
ContactListApi.listsPostWithHttpInfo(ContactList contactList)
Create new contact list
Create new contact list
|
String |
ContactListApi.listsRemoveDuplicatesByListIdPut(Integer listId,
Fields fields)
Remove duplicate contacts
Remove duplicate contacts
|
com.squareup.okhttp.Call |
ContactListApi.listsRemoveDuplicatesByListIdPutAsync(Integer listId,
Fields fields,
ApiCallback<String> callback)
Remove duplicate contacts (asynchronously)
Remove duplicate contacts
|
com.squareup.okhttp.Call |
ContactListApi.listsRemoveDuplicatesByListIdPutCall(Integer listId,
Fields fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsRemoveDuplicatesByListIdPut
|
ApiResponse<String> |
ContactListApi.listsRemoveDuplicatesByListIdPutWithHttpInfo(Integer listId,
Fields fields)
Remove duplicate contacts
Remove duplicate contacts
|
String |
ContactApi.listsRemoveOptedOutContactsByListIdAndOptOutListIdPut(Integer listId,
Integer optOutListId)
Remove all opted out contacts
Remove all opted out contacts
|
com.squareup.okhttp.Call |
ContactApi.listsRemoveOptedOutContactsByListIdAndOptOutListIdPutAsync(Integer listId,
Integer optOutListId,
ApiCallback<String> callback)
Remove all opted out contacts (asynchronously)
Remove all opted out contacts
|
com.squareup.okhttp.Call |
ContactApi.listsRemoveOptedOutContactsByListIdAndOptOutListIdPutCall(Integer listId,
Integer optOutListId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsRemoveOptedOutContactsByListIdAndOptOutListIdPut
|
ApiResponse<String> |
ContactApi.listsRemoveOptedOutContactsByListIdAndOptOutListIdPutWithHttpInfo(Integer listId,
Integer optOutListId)
Remove all opted out contacts
Remove all opted out contacts
|
String |
ContactApi.listsTransferContactPut(Integer fromListId,
Integer contactId,
Integer toListId)
Transfer contact to another list
Transfer contact to another list
|
com.squareup.okhttp.Call |
ContactApi.listsTransferContactPutAsync(Integer fromListId,
Integer contactId,
Integer toListId,
ApiCallback<String> callback)
Transfer contact to another list (asynchronously)
Transfer contact to another list
|
com.squareup.okhttp.Call |
ContactApi.listsTransferContactPutCall(Integer fromListId,
Integer contactId,
Integer toListId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsTransferContactPut
|
ApiResponse<String> |
ContactApi.listsTransferContactPutWithHttpInfo(Integer fromListId,
Integer contactId,
Integer toListId)
Transfer contact to another list
Transfer contact to another list
|
String |
MasterEmailTemplatesApi.masterEmailTemplateCategoriesGet(Integer page,
Integer limit)
Get all master email template categories
Get all master email template categories
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateCategoriesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all master email template categories (asynchronously)
Get all master email template categories
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateCategoriesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for masterEmailTemplateCategoriesGet
|
ApiResponse<String> |
MasterEmailTemplatesApi.masterEmailTemplateCategoriesGetWithHttpInfo(Integer page,
Integer limit)
Get all master email template categories
Get all master email template categories
|
String |
MasterEmailTemplatesApi.masterEmailTemplateCategoryGet(Integer categoryId)
Get specific master email template category
Get specific master email template category
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateCategoryGetAsync(Integer categoryId,
ApiCallback<String> callback)
Get specific master email template category (asynchronously)
Get specific master email template category
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateCategoryGetCall(Integer categoryId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for masterEmailTemplateCategoryGet
|
ApiResponse<String> |
MasterEmailTemplatesApi.masterEmailTemplateCategoryGetWithHttpInfo(Integer categoryId)
Get specific master email template category
Get specific master email template category
|
String |
MasterEmailTemplatesApi.masterEmailTemplateGet(Integer templateId)
Get specific master email template
Get specific master email template
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateGetAsync(Integer templateId,
ApiCallback<String> callback)
Get specific master email template (asynchronously)
Get specific master email template
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplateGetCall(Integer templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for masterEmailTemplateGet
|
ApiResponse<String> |
MasterEmailTemplatesApi.masterEmailTemplateGetWithHttpInfo(Integer templateId)
Get specific master email template
Get specific master email template
|
String |
MasterEmailTemplatesApi.masterEmailTemplatesGet(Integer page,
Integer limit)
Get all master email templates
Get all master email templates
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplatesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all master email templates (asynchronously)
Get all master email templates
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplatesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for masterEmailTemplatesGet
|
ApiResponse<String> |
MasterEmailTemplatesApi.masterEmailTemplatesGetWithHttpInfo(Integer page,
Integer limit)
Get all master email templates
Get all master email templates
|
String |
MasterEmailTemplatesApi.masterEmailTemplatesInCategoryGet(Integer categoryId,
Integer page,
Integer limit)
Get all master email templates in a category
Get all master email templates in a category
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplatesInCategoryGetAsync(Integer categoryId,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all master email templates in a category (asynchronously)
Get all master email templates in a category
|
com.squareup.okhttp.Call |
MasterEmailTemplatesApi.masterEmailTemplatesInCategoryGetCall(Integer categoryId,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for masterEmailTemplatesInCategoryGet
|
ApiResponse<String> |
MasterEmailTemplatesApi.masterEmailTemplatesInCategoryGetWithHttpInfo(Integer categoryId,
Integer page,
Integer limit)
Get all master email templates in a category
Get all master email templates in a category
|
String |
MmsCampaignApi.mmsCampaignByMmsCampaignIdGet(Integer mmsCampaignId)
Get specific mms campaign
Get specific mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignByMmsCampaignIdGetAsync(Integer mmsCampaignId,
ApiCallback<String> callback)
Get specific mms campaign (asynchronously)
Get specific mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignByMmsCampaignIdGetCall(Integer mmsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignByMmsCampaignIdGet
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignByMmsCampaignIdGetWithHttpInfo(Integer mmsCampaignId)
Get specific mms campaign
Get specific mms campaign
|
String |
MmsCampaignApi.mmsCampaignsByMmsCampaignIdPut(Integer mmsCampaignId,
MmsCampaign campaign)
Update mms campaign
Update mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsByMmsCampaignIdPutAsync(Integer mmsCampaignId,
MmsCampaign campaign,
ApiCallback<String> callback)
Update mms campaign (asynchronously)
Update mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsByMmsCampaignIdPutCall(Integer mmsCampaignId,
MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsByMmsCampaignIdPut
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignsByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId,
MmsCampaign campaign)
Update mms campaign
Update mms campaign
|
String |
MmsCampaignApi.mmsCampaignsCancelByMmsCampaignIdPut(Integer mmsCampaignId)
Cancel mms campaign
Cancel sms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsCancelByMmsCampaignIdPutAsync(Integer mmsCampaignId,
ApiCallback<String> callback)
Cancel mms campaign (asynchronously)
Cancel sms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsCancelByMmsCampaignIdPutCall(Integer mmsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsCancelByMmsCampaignIdPut
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignsCancelByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId)
Cancel mms campaign
Cancel sms campaign
|
String |
MmsCampaignApi.mmsCampaignsGet(Integer page,
Integer limit)
Get list of mms campaigns
Get list of mms campaigns
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of mms campaigns (asynchronously)
Get list of mms campaigns
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsGet
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignsGetWithHttpInfo(Integer page,
Integer limit)
Get list of mms campaigns
Get list of mms campaigns
|
String |
MmsCampaignApi.mmsCampaignsPricePost(MmsCampaign campaign)
Calculate price for mms campaign
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsPricePostAsync(MmsCampaign campaign,
ApiCallback<String> callback)
Calculate price for mms campaign (asynchronously)
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsPricePostCall(MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsPricePost
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignsPricePostWithHttpInfo(MmsCampaign campaign)
Calculate price for mms campaign
Calculate price for sms campaign
|
String |
MmsCampaignApi.mmsCampaignsSendPost(MmsCampaign campaign)
Create mms campaign
Create mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsSendPostAsync(MmsCampaign campaign,
ApiCallback<String> callback)
Create mms campaign (asynchronously)
Create mms campaign
|
com.squareup.okhttp.Call |
MmsCampaignApi.mmsCampaignsSendPostCall(MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsSendPost
|
ApiResponse<String> |
MmsCampaignApi.mmsCampaignsSendPostWithHttpInfo(MmsCampaign campaign)
Create mms campaign
Create mms campaign
|
String |
MmsApi.mmsPricePost(MmsMessageCollection mmsMessages)
Get Price for MMS sent
Get Price for MMS sent
|
com.squareup.okhttp.Call |
MmsApi.mmsPricePostAsync(MmsMessageCollection mmsMessages,
ApiCallback<String> callback)
Get Price for MMS sent (asynchronously)
Get Price for MMS sent
|
com.squareup.okhttp.Call |
MmsApi.mmsPricePostCall(MmsMessageCollection mmsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsPricePost
|
ApiResponse<String> |
MmsApi.mmsPricePostWithHttpInfo(MmsMessageCollection mmsMessages)
Get Price for MMS sent
Get Price for MMS sent
|
String |
MmsApi.mmsReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
MmsApi.mmsReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
MmsApi.mmsReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsReceiptsGet
|
ApiResponse<String> |
MmsApi.mmsReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
MmsApi.mmsReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
MmsApi.mmsReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
MmsApi.mmsReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsReceiptsReadPut
|
ApiResponse<String> |
MmsApi.mmsReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
MmsApi.mmsSendPost(MmsMessageCollection mmsMessages)
Send MMS
Send MMS
|
com.squareup.okhttp.Call |
MmsApi.mmsSendPostAsync(MmsMessageCollection mmsMessages,
ApiCallback<String> callback)
Send MMS (asynchronously)
Send MMS
|
com.squareup.okhttp.Call |
MmsApi.mmsSendPostCall(MmsMessageCollection mmsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsSendPost
|
ApiResponse<String> |
MmsApi.mmsSendPostWithHttpInfo(MmsMessageCollection mmsMessages)
Send MMS
Send MMS
|
String |
NumberApi.numbersBuyByDedicatedNumberPost(String dedicatedNumber)
Buy dedicated number
Buy dedicated number
|
com.squareup.okhttp.Call |
NumberApi.numbersBuyByDedicatedNumberPostAsync(String dedicatedNumber,
ApiCallback<String> callback)
Buy dedicated number (asynchronously)
Buy dedicated number
|
com.squareup.okhttp.Call |
NumberApi.numbersBuyByDedicatedNumberPostCall(String dedicatedNumber,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for numbersBuyByDedicatedNumberPost
|
ApiResponse<String> |
NumberApi.numbersBuyByDedicatedNumberPostWithHttpInfo(String dedicatedNumber)
Buy dedicated number
Buy dedicated number
|
String |
NumberApi.numbersGet(Integer page,
Integer limit)
Get all availible dedicated numbers
Get all availible dedicated numbers
|
com.squareup.okhttp.Call |
NumberApi.numbersGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all availible dedicated numbers (asynchronously)
Get all availible dedicated numbers
|
com.squareup.okhttp.Call |
NumberApi.numbersGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for numbersGet
|
ApiResponse<String> |
NumberApi.numbersGetWithHttpInfo(Integer page,
Integer limit)
Get all availible dedicated numbers
Get all availible dedicated numbers
|
String |
NumberApi.numbersSearchByCountryGet(String country,
String search,
Integer searchType,
Integer page,
Integer limit)
Get all dedicated numbers by country
Get all dedicated numbers by country
|
com.squareup.okhttp.Call |
NumberApi.numbersSearchByCountryGetAsync(String country,
String search,
Integer searchType,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all dedicated numbers by country (asynchronously)
Get all dedicated numbers by country
|
com.squareup.okhttp.Call |
NumberApi.numbersSearchByCountryGetCall(String country,
String search,
Integer searchType,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for numbersSearchByCountryGet
|
ApiResponse<String> |
NumberApi.numbersSearchByCountryGetWithHttpInfo(String country,
String search,
Integer searchType,
Integer page,
Integer limit)
Get all dedicated numbers by country
Get all dedicated numbers by country
|
String |
PostLetterApi.postLettersExportGet(String filename)
export post letter history
export post letter history
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersExportGetAsync(String filename,
ApiCallback<String> callback)
export post letter history (asynchronously)
export post letter history
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersExportGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postLettersExportGet
|
ApiResponse<String> |
PostLetterApi.postLettersExportGetWithHttpInfo(String filename)
export post letter history
export post letter history
|
String |
PostLetterApi.postLettersHistoryGet(Integer page,
Integer limit)
Get all post letter history
Get all post letter history
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersHistoryGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all post letter history (asynchronously)
Get all post letter history
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersHistoryGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postLettersHistoryGet
|
ApiResponse<String> |
PostLetterApi.postLettersHistoryGetWithHttpInfo(Integer page,
Integer limit)
Get all post letter history
Get all post letter history
|
String |
PostLetterApi.postLettersPricePost(PostLetter postLetter)
Calculate post letter price
Calculate post letter price
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersPricePostAsync(PostLetter postLetter,
ApiCallback<String> callback)
Calculate post letter price (asynchronously)
Calculate post letter price
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersPricePostCall(PostLetter postLetter,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postLettersPricePost
|
ApiResponse<String> |
PostLetterApi.postLettersPricePostWithHttpInfo(PostLetter postLetter)
Calculate post letter price
Calculate post letter price
|
String |
PostLetterApi.postLettersSendPost(PostLetter postLetter)
Send post letter
Send post letter
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersSendPostAsync(PostLetter postLetter,
ApiCallback<String> callback)
Send post letter (asynchronously)
Send post letter
|
com.squareup.okhttp.Call |
PostLetterApi.postLettersSendPostCall(PostLetter postLetter,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postLettersSendPost
|
ApiResponse<String> |
PostLetterApi.postLettersSendPostWithHttpInfo(PostLetter postLetter)
Send post letter
Send post letter
|
String |
PostPostcardApi.postPostcardsHistoryExportGet(String filename)
Export postcard history to a CSV file
Export postcard history to a CSV file
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsHistoryExportGetAsync(String filename,
ApiCallback<String> callback)
Export postcard history to a CSV file (asynchronously)
Export postcard history to a CSV file
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsHistoryExportGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsHistoryExportGet
|
ApiResponse<String> |
PostPostcardApi.postPostcardsHistoryExportGetWithHttpInfo(String filename)
Export postcard history to a CSV file
Export postcard history to a CSV file
|
String |
PostPostcardApi.postPostcardsHistoryGet(Integer page,
Integer limit)
Retrieve the history of postcards sent or scheduled
Retrieve the history of postcards sent or scheduled
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsHistoryGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Retrieve the history of postcards sent or scheduled (asynchronously)
Retrieve the history of postcards sent or scheduled
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsHistoryGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsHistoryGet
|
ApiResponse<String> |
PostPostcardApi.postPostcardsHistoryGetWithHttpInfo(Integer page,
Integer limit)
Retrieve the history of postcards sent or scheduled
Retrieve the history of postcards sent or scheduled
|
String |
PostPostcardApi.postPostcardsPricePost(PostPostcard postPostcards)
Calculate price for sending one or more postcards
Calculate price for sending one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsPricePostAsync(PostPostcard postPostcards,
ApiCallback<String> callback)
Calculate price for sending one or more postcards (asynchronously)
Calculate price for sending one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsPricePostCall(PostPostcard postPostcards,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsPricePost
|
ApiResponse<String> |
PostPostcardApi.postPostcardsPricePostWithHttpInfo(PostPostcard postPostcards)
Calculate price for sending one or more postcards
Calculate price for sending one or more postcards
|
String |
PostPostcardApi.postPostcardsSendPost(PostPostcard postPostcards)
Send one or more postcards
Send one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsSendPostAsync(PostPostcard postPostcards,
ApiCallback<String> callback)
Send one or more postcards (asynchronously)
Send one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsSendPostCall(PostPostcard postPostcards,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsSendPost
|
ApiResponse<String> |
PostPostcardApi.postPostcardsSendPostWithHttpInfo(PostPostcard postPostcards)
Send one or more postcards
Send one or more postcards
|
String |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdDelete(Integer returnAddressId)
Delete specific post return address
Delete specific post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdDeleteAsync(Integer returnAddressId,
ApiCallback<String> callback)
Delete specific post return address (asynchronously)
Delete specific post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdDeleteCall(Integer returnAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdDelete
|
ApiResponse<String> |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdDeleteWithHttpInfo(Integer returnAddressId)
Delete specific post return address
Delete specific post return address
|
String |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdGet(Integer returnAddressId)
Get specific post return address
Get specific post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdGetAsync(Integer returnAddressId,
ApiCallback<String> callback)
Get specific post return address (asynchronously)
Get specific post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdGetCall(Integer returnAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdGet
|
ApiResponse<String> |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdGetWithHttpInfo(Integer returnAddressId)
Get specific post return address
Get specific post return address
|
String |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdPut(Integer returnAddressId,
Address returnAddress)
Update post return address
Update post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdPutAsync(Integer returnAddressId,
Address returnAddress,
ApiCallback<String> callback)
Update post return address (asynchronously)
Update post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdPutCall(Integer returnAddressId,
Address returnAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdPut
|
ApiResponse<String> |
PostReturnAddressApi.postReturnAddressesByReturnAddressIdPutWithHttpInfo(Integer returnAddressId,
Address returnAddress)
Update post return address
Update post return address
|
String |
PostReturnAddressApi.postReturnAddressesGet(Integer page,
Integer limit)
Get list of post return addresses
Get list of post return addresses
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of post return addresses (asynchronously)
Get list of post return addresses
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesGet
|
ApiResponse<String> |
PostReturnAddressApi.postReturnAddressesGetWithHttpInfo(Integer page,
Integer limit)
Get list of post return addresses
Get list of post return addresses
|
String |
PostReturnAddressApi.postReturnAddressesPost(Address returnAddress)
Create post return address
Create post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesPostAsync(Address returnAddress,
ApiCallback<String> callback)
Create post return address (asynchronously)
Create post return address
|
com.squareup.okhttp.Call |
PostReturnAddressApi.postReturnAddressesPostCall(Address returnAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesPost
|
ApiResponse<String> |
PostReturnAddressApi.postReturnAddressesPostWithHttpInfo(Address returnAddress)
Create post return address
Create post return address
|
String |
AccountRechargeApi.rechargeCreditCardGet()
Get Credit Card info
Get Credit Card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardGetAsync(ApiCallback<String> callback)
Get Credit Card info (asynchronously)
Get Credit Card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargeCreditCardGet
|
ApiResponse<String> |
AccountRechargeApi.rechargeCreditCardGetWithHttpInfo()
Get Credit Card info
Get Credit Card info
|
String |
AccountRechargeApi.rechargeCreditCardPut(CreditCard creditCard)
Update credit card info
Update credit card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardPutAsync(CreditCard creditCard,
ApiCallback<String> callback)
Update credit card info (asynchronously)
Update credit card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardPutCall(CreditCard creditCard,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargeCreditCardPut
|
ApiResponse<String> |
AccountRechargeApi.rechargeCreditCardPutWithHttpInfo(CreditCard creditCard)
Update credit card info
Update credit card info
|
String |
AccountRechargeApi.rechargePackagesGet(String country)
Get list of all packages
Get list of all packages
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargePackagesGetAsync(String country,
ApiCallback<String> callback)
Get list of all packages (asynchronously)
Get list of all packages
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargePackagesGetCall(String country,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargePackagesGet
|
ApiResponse<String> |
AccountRechargeApi.rechargePackagesGetWithHttpInfo(String country)
Get list of all packages
Get list of all packages
|
String |
AccountRechargeApi.rechargePurchaseByPackageIdPut(Integer packageId)
Purchase a package
Purchase a package
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargePurchaseByPackageIdPutAsync(Integer packageId,
ApiCallback<String> callback)
Purchase a package (asynchronously)
Purchase a package
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargePurchaseByPackageIdPutCall(Integer packageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargePurchaseByPackageIdPut
|
ApiResponse<String> |
AccountRechargeApi.rechargePurchaseByPackageIdPutWithHttpInfo(Integer packageId)
Purchase a package
Purchase a package
|
String |
AccountRechargeApi.rechargeTransactionsByTransactionIdGet(String transactionId)
Get specific Transaction
Get specific Transaction
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeTransactionsByTransactionIdGetAsync(String transactionId,
ApiCallback<String> callback)
Get specific Transaction (asynchronously)
Get specific Transaction
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeTransactionsByTransactionIdGetCall(String transactionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargeTransactionsByTransactionIdGet
|
ApiResponse<String> |
AccountRechargeApi.rechargeTransactionsByTransactionIdGetWithHttpInfo(String transactionId)
Get specific Transaction
Get specific Transaction
|
String |
AccountRechargeApi.rechargeTransactionsGet(Integer page,
Integer limit)
Purchase a package
Get all transactions
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeTransactionsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Purchase a package (asynchronously)
Get all transactions
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeTransactionsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargeTransactionsGet
|
ApiResponse<String> |
AccountRechargeApi.rechargeTransactionsGetWithHttpInfo(Integer page,
Integer limit)
Purchase a package
Get all transactions
|
String |
ReferralAccountApi.referralAccountsGet(Integer page,
Integer limit)
Get all referral accounts
Get all referral accounts
|
com.squareup.okhttp.Call |
ReferralAccountApi.referralAccountsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all referral accounts (asynchronously)
Get all referral accounts
|
com.squareup.okhttp.Call |
ReferralAccountApi.referralAccountsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for referralAccountsGet
|
ApiResponse<String> |
ReferralAccountApi.referralAccountsGetWithHttpInfo(Integer page,
Integer limit)
Get all referral accounts
Get all referral accounts
|
String |
ResellerAccountApi.resellerAccountsByClientUserIdGet(Integer clientUserId)
Get Reseller clients Account
Get Reseller clients Account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsByClientUserIdGetAsync(Integer clientUserId,
ApiCallback<String> callback)
Get Reseller clients Account (asynchronously)
Get Reseller clients Account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsByClientUserIdGetCall(Integer clientUserId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsByClientUserIdGet
|
ApiResponse<String> |
ResellerAccountApi.resellerAccountsByClientUserIdGetWithHttpInfo(Integer clientUserId)
Get Reseller clients Account
Get Reseller clients Account
|
String |
ResellerAccountApi.resellerAccountsByClientUserIdPut(Integer clientUserId,
ResellerAccount resellerAccount)
Update Reseller clients Account
Update Reseller clients Account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsByClientUserIdPutAsync(Integer clientUserId,
ResellerAccount resellerAccount,
ApiCallback<String> callback)
Update Reseller clients Account (asynchronously)
Update Reseller clients Account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsByClientUserIdPutCall(Integer clientUserId,
ResellerAccount resellerAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsByClientUserIdPut
|
ApiResponse<String> |
ResellerAccountApi.resellerAccountsByClientUserIdPutWithHttpInfo(Integer clientUserId,
ResellerAccount resellerAccount)
Update Reseller clients Account
Update Reseller clients Account
|
String |
ResellerAccountApi.resellerAccountsGet(Integer page,
Integer limit)
Get list of reseller accounts
Get list of reseller accounts
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of reseller accounts (asynchronously)
Get list of reseller accounts
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsGet
|
ApiResponse<String> |
ResellerAccountApi.resellerAccountsGetWithHttpInfo(Integer page,
Integer limit)
Get list of reseller accounts
Get list of reseller accounts
|
String |
ResellerAccountApi.resellerAccountsPost(ResellerAccount resellerAccount)
Create reseller account
Create reseller account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsPostAsync(ResellerAccount resellerAccount,
ApiCallback<String> callback)
Create reseller account (asynchronously)
Create reseller account
|
com.squareup.okhttp.Call |
ResellerAccountApi.resellerAccountsPostCall(ResellerAccount resellerAccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerAccountsPost
|
ApiResponse<String> |
ResellerAccountApi.resellerAccountsPostWithHttpInfo(ResellerAccount resellerAccount)
Create reseller account
Create reseller account
|
String |
TransferCreditApi.resellerTransferCreditPut(ResellerAccountTransferCredit resellerAccountTransferCredit)
Transfer Credit
Transfer Credit
|
com.squareup.okhttp.Call |
TransferCreditApi.resellerTransferCreditPutAsync(ResellerAccountTransferCredit resellerAccountTransferCredit,
ApiCallback<String> callback)
Transfer Credit (asynchronously)
Transfer Credit
|
com.squareup.okhttp.Call |
TransferCreditApi.resellerTransferCreditPutCall(ResellerAccountTransferCredit resellerAccountTransferCredit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for resellerTransferCreditPut
|
ApiResponse<String> |
TransferCreditApi.resellerTransferCreditPutWithHttpInfo(ResellerAccountTransferCredit resellerAccountTransferCredit)
Transfer Credit
Transfer Credit
|
String |
SearchApi.searchContactsListsGet(String q,
Integer page,
Integer limit)
Get list of searched contact list
Get list of searched contact list
|
com.squareup.okhttp.Call |
SearchApi.searchContactsListsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of searched contact list (asynchronously)
Get list of searched contact list
|
com.squareup.okhttp.Call |
SearchApi.searchContactsListsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchContactsListsGet
|
ApiResponse<String> |
SearchApi.searchContactsListsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get list of searched contact list
Get list of searched contact list
|
String |
EmailMarketingApi.sendVerificationTokenGet(Integer emailAddressId)
Send verification token
Send verification token
|
com.squareup.okhttp.Call |
EmailMarketingApi.sendVerificationTokenGetAsync(Integer emailAddressId,
ApiCallback<String> callback)
Send verification token (asynchronously)
Send verification token
|
com.squareup.okhttp.Call |
EmailMarketingApi.sendVerificationTokenGetCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for sendVerificationTokenGet
|
ApiResponse<String> |
EmailMarketingApi.sendVerificationTokenGetWithHttpInfo(Integer emailAddressId)
Send verification token
Send verification token
|
String |
SmsCampaignApi.smsCampaignBySmsCampaignIdGet(Integer smsCampaignId)
Get specific sms campaign
Get specific sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignBySmsCampaignIdGetAsync(Integer smsCampaignId,
ApiCallback<String> callback)
Get specific sms campaign (asynchronously)
Get specific sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignBySmsCampaignIdGetCall(Integer smsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignBySmsCampaignIdGet
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignBySmsCampaignIdGetWithHttpInfo(Integer smsCampaignId)
Get specific sms campaign
Get specific sms campaign
|
String |
SmsCampaignApi.smsCampaignsBySmsCampaignIdPut(Integer smsCampaignId,
SmsCampaign campaign)
Update sms campaign
Update sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsBySmsCampaignIdPutAsync(Integer smsCampaignId,
SmsCampaign campaign,
ApiCallback<String> callback)
Update sms campaign (asynchronously)
Update sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsBySmsCampaignIdPutCall(Integer smsCampaignId,
SmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignsBySmsCampaignIdPut
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignsBySmsCampaignIdPutWithHttpInfo(Integer smsCampaignId,
SmsCampaign campaign)
Update sms campaign
Update sms campaign
|
String |
SmsCampaignApi.smsCampaignsCancelBySmsCampaignIdPut(Integer smsCampaignId)
Cancel sms campaign
Cancel sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsCancelBySmsCampaignIdPutAsync(Integer smsCampaignId,
ApiCallback<String> callback)
Cancel sms campaign (asynchronously)
Cancel sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsCancelBySmsCampaignIdPutCall(Integer smsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignsCancelBySmsCampaignIdPut
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignsCancelBySmsCampaignIdPutWithHttpInfo(Integer smsCampaignId)
Cancel sms campaign
Cancel sms campaign
|
String |
SmsCampaignApi.smsCampaignsGet(Integer page,
Integer limit)
Get list of sms campaigns
Get list of sms campaigns
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of sms campaigns (asynchronously)
Get list of sms campaigns
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignsGet
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignsGetWithHttpInfo(Integer page,
Integer limit)
Get list of sms campaigns
Get list of sms campaigns
|
String |
SmsCampaignApi.smsCampaignsPricePost(SmsCampaign campaign)
Calculate price for sms campaign
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsPricePostAsync(SmsCampaign campaign,
ApiCallback<String> callback)
Calculate price for sms campaign (asynchronously)
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsPricePostCall(SmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignsPricePost
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignsPricePostWithHttpInfo(SmsCampaign campaign)
Calculate price for sms campaign
Calculate price for sms campaign
|
String |
SmsCampaignApi.smsCampaignsSendPost(SmsCampaign campaign)
Create sms campaign
Create sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsSendPostAsync(SmsCampaign campaign,
ApiCallback<String> callback)
Create sms campaign (asynchronously)
Create sms campaign
|
com.squareup.okhttp.Call |
SmsCampaignApi.smsCampaignsSendPostCall(SmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCampaignsSendPost
|
ApiResponse<String> |
SmsCampaignApi.smsCampaignsSendPostWithHttpInfo(SmsCampaign campaign)
Create sms campaign
Create sms campaign
|
String |
SmsApi.smsCancelAllPut()
Update all scheduled message as cancelled
Update all scheduled message as cancelled
|
com.squareup.okhttp.Call |
SmsApi.smsCancelAllPutAsync(ApiCallback<String> callback)
Update all scheduled message as cancelled (asynchronously)
Update all scheduled message as cancelled
|
com.squareup.okhttp.Call |
SmsApi.smsCancelAllPutCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCancelAllPut
|
ApiResponse<String> |
SmsApi.smsCancelAllPutWithHttpInfo()
Update all scheduled message as cancelled
Update all scheduled message as cancelled
|
String |
SmsApi.smsCancelByMessageIdPut(String messageId)
Update scheduled message as cancelled
Update scheduled message as cancelled
|
com.squareup.okhttp.Call |
SmsApi.smsCancelByMessageIdPutAsync(String messageId,
ApiCallback<String> callback)
Update scheduled message as cancelled (asynchronously)
Update scheduled message as cancelled
|
com.squareup.okhttp.Call |
SmsApi.smsCancelByMessageIdPutCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsCancelByMessageIdPut
|
ApiResponse<String> |
SmsApi.smsCancelByMessageIdPutWithHttpInfo(String messageId)
Update scheduled message as cancelled
Update scheduled message as cancelled
|
String |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete sms delivery receipt automation
Delete sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete sms delivery receipt automation (asynchronously)
Delete sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete sms delivery receipt automation
Delete sms delivery receipt automation
|
String |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific sms delivery receipt automation
Get specific sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific sms delivery receipt automation (asynchronously)
Get specific sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationGet
|
ApiResponse<String> |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific sms delivery receipt automation
Get specific sms delivery receipt automation
|
String |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create sms delivery receipt automations
Create sms delivery receipt automations
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create sms delivery receipt automations (asynchronously)
Create sms delivery receipt automations
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationPost
|
ApiResponse<String> |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create sms delivery receipt automations
Create sms delivery receipt automations
|
String |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update sms delivery receipt automation
Update sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update sms delivery receipt automation (asynchronously)
Update sms delivery receipt automation
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationPut
|
ApiResponse<String> |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update sms delivery receipt automation
Update sms delivery receipt automation
|
String |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all sms delivery receipt automations
Get all sms delivery receipt automations
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all sms delivery receipt automations (asynchronously)
Get all sms delivery receipt automations
|
com.squareup.okhttp.Call |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
SmsDeliveryReceiptRulesApi.smsDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all sms delivery receipt automations
Get all sms delivery receipt automations
|
String |
EmailToSmsApi.smsEmailSmsGet(Integer page,
Integer limit)
Get list of email to sms allowed addresses
Get list of email to sms allowed addresses
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of email to sms allowed addresses (asynchronously)
Get list of email to sms allowed addresses
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsGet
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsGetWithHttpInfo(Integer page,
Integer limit)
Get list of email to sms allowed addresses
Get list of email to sms allowed addresses
|
String |
EmailToSmsApi.smsEmailSmsPost(EmailSMSAddress emailSmsAddress)
Create email to sms allowed address
Create email to sms allowed address
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsPostAsync(EmailSMSAddress emailSmsAddress,
ApiCallback<String> callback)
Create email to sms allowed address (asynchronously)
Create email to sms allowed address
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsPostCall(EmailSMSAddress emailSmsAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsPost
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsPostWithHttpInfo(EmailSMSAddress emailSmsAddress)
Create email to sms allowed address
Create email to sms allowed address
|
String |
EmailToSmsApi.smsEmailSmsStrippedStringDelete(Integer ruleId)
Delete email to sms stripped string rule
Delete email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringDeleteAsync(Integer ruleId,
ApiCallback<String> callback)
Delete email to sms stripped string rule (asynchronously)
Delete email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringDeleteCall(Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringDelete
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsStrippedStringDeleteWithHttpInfo(Integer ruleId)
Delete email to sms stripped string rule
Delete email to sms stripped string rule
|
String |
EmailToSmsApi.smsEmailSmsStrippedStringGet(Integer ruleId)
Get email to sms stripped string rule
Get email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringGetAsync(Integer ruleId,
ApiCallback<String> callback)
Get email to sms stripped string rule (asynchronously)
Get email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringGetCall(Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringGet
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsStrippedStringGetWithHttpInfo(Integer ruleId)
Get email to sms stripped string rule
Get email to sms stripped string rule
|
String |
EmailToSmsApi.smsEmailSmsStrippedStringPost(StrippedString strippedString)
Create email to sms stripped string rule
Create email to sms stripped string rules
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringPostAsync(StrippedString strippedString,
ApiCallback<String> callback)
Create email to sms stripped string rule (asynchronously)
Create email to sms stripped string rules
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringPostCall(StrippedString strippedString,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringPost
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsStrippedStringPostWithHttpInfo(StrippedString strippedString)
Create email to sms stripped string rule
Create email to sms stripped string rules
|
String |
EmailToSmsApi.smsEmailSmsStrippedStringPut(StrippedString strippedString,
Integer ruleId)
Update email to sms stripped string rule
Update email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringPutAsync(StrippedString strippedString,
Integer ruleId,
ApiCallback<String> callback)
Update email to sms stripped string rule (asynchronously)
Update email to sms stripped string rule
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringPutCall(StrippedString strippedString,
Integer ruleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringPut
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsStrippedStringPutWithHttpInfo(StrippedString strippedString,
Integer ruleId)
Update email to sms stripped string rule
Update email to sms stripped string rule
|
String |
EmailToSmsApi.smsEmailSmsStrippedStringsGet(Integer page,
Integer limit)
Get list of email to sms stripped string rules
Get list of email to sms stripped string rules
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of email to sms stripped string rules (asynchronously)
Get list of email to sms stripped string rules
|
com.squareup.okhttp.Call |
EmailToSmsApi.smsEmailSmsStrippedStringsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsEmailSmsStrippedStringsGet
|
ApiResponse<String> |
EmailToSmsApi.smsEmailSmsStrippedStringsGetWithHttpInfo(Integer page,
Integer limit)
Get list of email to sms stripped string rules
Get list of email to sms stripped string rules
|
String |
SmsApi.smsHistoryExportGet(String filename)
Export all sms history
Export all sms history
|
com.squareup.okhttp.Call |
SmsApi.smsHistoryExportGetAsync(String filename,
ApiCallback<String> callback)
Export all sms history (asynchronously)
Export all sms history
|
com.squareup.okhttp.Call |
SmsApi.smsHistoryExportGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsHistoryExportGet
|
ApiResponse<String> |
SmsApi.smsHistoryExportGetWithHttpInfo(String filename)
Export all sms history
Export all sms history
|
String |
SmsApi.smsHistoryGet(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all sms history
Get all sms history
|
com.squareup.okhttp.Call |
SmsApi.smsHistoryGetAsync(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all sms history (asynchronously)
Get all sms history
|
com.squareup.okhttp.Call |
SmsApi.smsHistoryGetCall(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsHistoryGet
|
ApiResponse<String> |
SmsApi.smsHistoryGetWithHttpInfo(String q,
Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all sms history
Get all sms history
|
String |
InboundSmsRulesApi.smsInboundAutomationDelete(Integer inboundRuleId)
Delete inbound sms automation
Delete inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationDeleteAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Delete inbound sms automation (asynchronously)
Delete inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationDeleteCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationDelete
|
ApiResponse<String> |
InboundSmsRulesApi.smsInboundAutomationDeleteWithHttpInfo(Integer inboundRuleId)
Delete inbound sms automation
Delete inbound sms automation
|
String |
InboundSmsRulesApi.smsInboundAutomationGet(Integer inboundRuleId)
Get specific inbound sms automation
Get specific inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationGetAsync(Integer inboundRuleId,
ApiCallback<String> callback)
Get specific inbound sms automation (asynchronously)
Get specific inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationGetCall(Integer inboundRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationGet
|
ApiResponse<String> |
InboundSmsRulesApi.smsInboundAutomationGetWithHttpInfo(Integer inboundRuleId)
Get specific inbound sms automation
Get specific inbound sms automation
|
String |
InboundSmsRulesApi.smsInboundAutomationPost(InboundSMSRule inboundSmsRule)
Create new inbound sms automation
Create new inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationPostAsync(InboundSMSRule inboundSmsRule,
ApiCallback<String> callback)
Create new inbound sms automation (asynchronously)
Create new inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationPostCall(InboundSMSRule inboundSmsRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationPost
|
ApiResponse<String> |
InboundSmsRulesApi.smsInboundAutomationPostWithHttpInfo(InboundSMSRule inboundSmsRule)
Create new inbound sms automation
Create new inbound sms automation
|
String |
InboundSmsRulesApi.smsInboundAutomationPut(Integer inboundRuleId,
InboundSMSRule inboundSmsRule)
Update inbound sms automation
Update inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationPutAsync(Integer inboundRuleId,
InboundSMSRule inboundSmsRule,
ApiCallback<String> callback)
Update inbound sms automation (asynchronously)
Update inbound sms automation
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationPutCall(Integer inboundRuleId,
InboundSMSRule inboundSmsRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationPut
|
ApiResponse<String> |
InboundSmsRulesApi.smsInboundAutomationPutWithHttpInfo(Integer inboundRuleId,
InboundSMSRule inboundSmsRule)
Update inbound sms automation
Update inbound sms automation
|
String |
InboundSmsRulesApi.smsInboundAutomationsGet(String q,
Integer page,
Integer limit)
Get all inbound sms automations
Get all inbound sms automations
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound sms automations (asynchronously)
Get all inbound sms automations
|
com.squareup.okhttp.Call |
InboundSmsRulesApi.smsInboundAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundAutomationsGet
|
ApiResponse<String> |
InboundSmsRulesApi.smsInboundAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound sms automations
Get all inbound sms automations
|
String |
SmsApi.smsInboundGet(String q,
Integer page,
Integer limit)
Get all inbound sms
Get all inbound sms
|
com.squareup.okhttp.Call |
SmsApi.smsInboundGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all inbound sms (asynchronously)
Get all inbound sms
|
com.squareup.okhttp.Call |
SmsApi.smsInboundGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundGet
|
ApiResponse<String> |
SmsApi.smsInboundGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all inbound sms
Get all inbound sms
|
String |
SmsApi.smsInboundPost(Url url)
Create inbound sms
Create inbound sms
|
com.squareup.okhttp.Call |
SmsApi.smsInboundPostAsync(Url url,
ApiCallback<String> callback)
Create inbound sms (asynchronously)
Create inbound sms
|
com.squareup.okhttp.Call |
SmsApi.smsInboundPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundPost
|
ApiResponse<String> |
SmsApi.smsInboundPostWithHttpInfo(Url url)
Create inbound sms
Create inbound sms
|
String |
SmsApi.smsInboundReadByMessageIdPut(String messageId)
Mark inbound SMS as read
Mark specific inbound SMS as read
|
com.squareup.okhttp.Call |
SmsApi.smsInboundReadByMessageIdPutAsync(String messageId,
ApiCallback<String> callback)
Mark inbound SMS as read (asynchronously)
Mark specific inbound SMS as read
|
com.squareup.okhttp.Call |
SmsApi.smsInboundReadByMessageIdPutCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundReadByMessageIdPut
|
ApiResponse<String> |
SmsApi.smsInboundReadByMessageIdPutWithHttpInfo(String messageId)
Mark inbound SMS as read
Mark specific inbound SMS as read
|
String |
SmsApi.smsInboundReadPut(DateBefore dateBefore)
Mark inbound SMS as read
Mark all inbound SMS as read optionally before a certain date
|
com.squareup.okhttp.Call |
SmsApi.smsInboundReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark inbound SMS as read (asynchronously)
Mark all inbound SMS as read optionally before a certain date
|
com.squareup.okhttp.Call |
SmsApi.smsInboundReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsInboundReadPut
|
ApiResponse<String> |
SmsApi.smsInboundReadPutWithHttpInfo(DateBefore dateBefore)
Mark inbound SMS as read
Mark all inbound SMS as read optionally before a certain date
|
String |
SmsApi.smsPricePost(SmsMessageCollection smsMessages)
Calculate sms price
Calculate sms price
|
com.squareup.okhttp.Call |
SmsApi.smsPricePostAsync(SmsMessageCollection smsMessages,
ApiCallback<String> callback)
Calculate sms price (asynchronously)
Calculate sms price
|
com.squareup.okhttp.Call |
SmsApi.smsPricePostCall(SmsMessageCollection smsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsPricePost
|
ApiResponse<String> |
SmsApi.smsPricePostWithHttpInfo(SmsMessageCollection smsMessages)
Calculate sms price
Calculate sms price
|
String |
SmsApi.smsReceiptsByMessageIdGet(String messageId)
Get a Specific Delivery Receipt
Get a Specific Delivery Receipt
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsByMessageIdGetAsync(String messageId,
ApiCallback<String> callback)
Get a Specific Delivery Receipt (asynchronously)
Get a Specific Delivery Receipt
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsByMessageIdGetCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsByMessageIdGet
|
ApiResponse<String> |
SmsApi.smsReceiptsByMessageIdGetWithHttpInfo(String messageId)
Get a Specific Delivery Receipt
Get a Specific Delivery Receipt
|
String |
SmsApi.smsReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsGet
|
ApiResponse<String> |
SmsApi.smsReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
SmsApi.smsReceiptsPost(Url url)
Add a delivery receipt
Add a delivery receipt
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsPostAsync(Url url,
ApiCallback<String> callback)
Add a delivery receipt (asynchronously)
Add a delivery receipt
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsPost
|
ApiResponse<String> |
SmsApi.smsReceiptsPostWithHttpInfo(Url url)
Add a delivery receipt
Add a delivery receipt
|
String |
SmsApi.smsReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
SmsApi.smsReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsReceiptsReadPut
|
ApiResponse<String> |
SmsApi.smsReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
SmsApi.smsSendPost(SmsMessageCollection smsMessages)
Send sms message(s)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
com.squareup.okhttp.Call |
SmsApi.smsSendPostAsync(SmsMessageCollection smsMessages,
ApiCallback<String> callback)
Send sms message(s) (asynchronously)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
com.squareup.okhttp.Call |
SmsApi.smsSendPostCall(SmsMessageCollection smsMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsSendPost
|
ApiResponse<String> |
SmsApi.smsSendPostWithHttpInfo(SmsMessageCollection smsMessages)
Send sms message(s)
# Send one or more SMS messages You can post up to 1000 messages with each API call.
|
String |
SmsApi.smsTemplatesByTemplateIdDelete(Integer templateId)
Delete sms template
Delete sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesByTemplateIdDeleteAsync(Integer templateId,
ApiCallback<String> callback)
Delete sms template (asynchronously)
Delete sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesByTemplateIdDeleteCall(Integer templateId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesByTemplateIdDelete
|
ApiResponse<String> |
SmsApi.smsTemplatesByTemplateIdDeleteWithHttpInfo(Integer templateId)
Delete sms template
Delete sms template
|
String |
SmsApi.smsTemplatesByTemplateIdPut(Integer templateId,
SmsTemplate smsTemplate)
Update sms template
Update sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesByTemplateIdPutAsync(Integer templateId,
SmsTemplate smsTemplate,
ApiCallback<String> callback)
Update sms template (asynchronously)
Update sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesByTemplateIdPutCall(Integer templateId,
SmsTemplate smsTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesByTemplateIdPut
|
ApiResponse<String> |
SmsApi.smsTemplatesByTemplateIdPutWithHttpInfo(Integer templateId,
SmsTemplate smsTemplate)
Update sms template
Update sms template
|
String |
SmsApi.smsTemplatesGet(Integer page,
Integer limit)
Get lists of all sms templates
Get lists of all sms templates
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get lists of all sms templates (asynchronously)
Get lists of all sms templates
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesGet
|
ApiResponse<String> |
SmsApi.smsTemplatesGetWithHttpInfo(Integer page,
Integer limit)
Get lists of all sms templates
Get lists of all sms templates
|
String |
SmsApi.smsTemplatesPost(SmsTemplate smsTemplate)
Create sms template
Create sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesPostAsync(SmsTemplate smsTemplate,
ApiCallback<String> callback)
Create sms template (asynchronously)
Create sms template
|
com.squareup.okhttp.Call |
SmsApi.smsTemplatesPostCall(SmsTemplate smsTemplate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsTemplatesPost
|
ApiResponse<String> |
SmsApi.smsTemplatesPostWithHttpInfo(SmsTemplate smsTemplate)
Create sms template
Create sms template
|
String |
EmailMarketingApi.specificAllowedEmailAddressDelete(Integer emailAddressId)
Delete specific email address
Delete specific email address
|
com.squareup.okhttp.Call |
EmailMarketingApi.specificAllowedEmailAddressDeleteAsync(Integer emailAddressId,
ApiCallback<String> callback)
Delete specific email address (asynchronously)
Delete specific email address
|
com.squareup.okhttp.Call |
EmailMarketingApi.specificAllowedEmailAddressDeleteCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for specificAllowedEmailAddressDelete
|
ApiResponse<String> |
EmailMarketingApi.specificAllowedEmailAddressDeleteWithHttpInfo(Integer emailAddressId)
Delete specific email address
Delete specific email address
|
String |
EmailMarketingApi.specificAllowedEmailAddressGet(Integer emailAddressId)
Get specific email address
Get specific email address
|
com.squareup.okhttp.Call |
EmailMarketingApi.specificAllowedEmailAddressGetAsync(Integer emailAddressId,
ApiCallback<String> callback)
Get specific email address (asynchronously)
Get specific email address
|
com.squareup.okhttp.Call |
EmailMarketingApi.specificAllowedEmailAddressGetCall(Integer emailAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for specificAllowedEmailAddressGet
|
ApiResponse<String> |
EmailMarketingApi.specificAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId)
Get specific email address
Get specific email address
|
String |
StatisticsApi.statisticsSmsGet()
Get sms statistics
Get sms statistics
|
com.squareup.okhttp.Call |
StatisticsApi.statisticsSmsGetAsync(ApiCallback<String> callback)
Get sms statistics (asynchronously)
Get sms statistics
|
com.squareup.okhttp.Call |
StatisticsApi.statisticsSmsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for statisticsSmsGet
|
ApiResponse<String> |
StatisticsApi.statisticsSmsGetWithHttpInfo()
Get sms statistics
Get sms statistics
|
String |
StatisticsApi.statisticsVoiceGet()
Get voice statistics
Get voice statistics
|
com.squareup.okhttp.Call |
StatisticsApi.statisticsVoiceGetAsync(ApiCallback<String> callback)
Get voice statistics (asynchronously)
Get voice statistics
|
com.squareup.okhttp.Call |
StatisticsApi.statisticsVoiceGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for statisticsVoiceGet
|
ApiResponse<String> |
StatisticsApi.statisticsVoiceGetWithHttpInfo()
Get voice statistics
Get voice statistics
|
String |
SubaccountApi.subaccountsBySubaccountIdDelete(Integer subaccountId)
Delete a subaccount
Delete a subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdDeleteAsync(Integer subaccountId,
ApiCallback<String> callback)
Delete a subaccount (asynchronously)
Delete a subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdDeleteCall(Integer subaccountId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsBySubaccountIdDelete
|
ApiResponse<String> |
SubaccountApi.subaccountsBySubaccountIdDeleteWithHttpInfo(Integer subaccountId)
Delete a subaccount
Delete a subaccount
|
String |
SubaccountApi.subaccountsBySubaccountIdGet(Integer subaccountId)
Get specific subaccount
Get specific subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdGetAsync(Integer subaccountId,
ApiCallback<String> callback)
Get specific subaccount (asynchronously)
Get specific subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdGetCall(Integer subaccountId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsBySubaccountIdGet
|
ApiResponse<String> |
SubaccountApi.subaccountsBySubaccountIdGetWithHttpInfo(Integer subaccountId)
Get specific subaccount
Get specific subaccount
|
String |
SubaccountApi.subaccountsBySubaccountIdPut(Integer subaccountId,
Subaccount subaccount)
Update subaccount
Update subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdPutAsync(Integer subaccountId,
Subaccount subaccount,
ApiCallback<String> callback)
Update subaccount (asynchronously)
Update subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdPutCall(Integer subaccountId,
Subaccount subaccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsBySubaccountIdPut
|
ApiResponse<String> |
SubaccountApi.subaccountsBySubaccountIdPutWithHttpInfo(Integer subaccountId,
Subaccount subaccount)
Update subaccount
Update subaccount
|
String |
SubaccountApi.subaccountsGet(Integer page,
Integer limit)
Get all subaccounts
Get all subaccounts
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all subaccounts (asynchronously)
Get all subaccounts
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsGet
|
ApiResponse<String> |
SubaccountApi.subaccountsGetWithHttpInfo(Integer page,
Integer limit)
Get all subaccounts
Get all subaccounts
|
String |
SubaccountApi.subaccountsPost(Subaccount subaccount)
Create new subaccount
Create new subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsPostAsync(Subaccount subaccount,
ApiCallback<String> callback)
Create new subaccount (asynchronously)
Create new subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsPostCall(Subaccount subaccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsPost
|
ApiResponse<String> |
SubaccountApi.subaccountsPostWithHttpInfo(Subaccount subaccount)
Create new subaccount
Create new subaccount
|
String |
SubaccountApi.subaccountsRegenApiKeyBySubaccountIdPut(Integer subaccountId)
Regenerate an API Key
Regenerate an API Key
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsRegenApiKeyBySubaccountIdPutAsync(Integer subaccountId,
ApiCallback<String> callback)
Regenerate an API Key (asynchronously)
Regenerate an API Key
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsRegenApiKeyBySubaccountIdPutCall(Integer subaccountId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsRegenApiKeyBySubaccountIdPut
|
ApiResponse<String> |
SubaccountApi.subaccountsRegenApiKeyBySubaccountIdPutWithHttpInfo(Integer subaccountId)
Regenerate an API Key
Regenerate an API Key
|
String |
TimezonesApi.timezonesGet(Integer page,
Integer limit)
Get supported list of timezones.
|
com.squareup.okhttp.Call |
TimezonesApi.timezonesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get supported list of timezones.
|
com.squareup.okhttp.Call |
TimezonesApi.timezonesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for timezonesGet
|
ApiResponse<String> |
TimezonesApi.timezonesGetWithHttpInfo(Integer page,
Integer limit)
Get supported list of timezones.
|
String |
UploadApi.uploadsPost(UploadFile uploadFile,
String convert)
Upload File
Upload File
|
com.squareup.okhttp.Call |
UploadApi.uploadsPostAsync(UploadFile uploadFile,
String convert,
ApiCallback<String> callback)
Upload File (asynchronously)
Upload File
|
com.squareup.okhttp.Call |
UploadApi.uploadsPostCall(UploadFile uploadFile,
String convert,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadsPost
|
ApiResponse<String> |
UploadApi.uploadsPostWithHttpInfo(UploadFile uploadFile,
String convert)
Upload File
Upload File
|
String |
EmailMarketingApi.verifyAllowedEmailAddressGet(Integer emailAddressId,
String activationToken)
Verify email address using verification token
Verify email address using verification token
|
com.squareup.okhttp.Call |
EmailMarketingApi.verifyAllowedEmailAddressGetAsync(Integer emailAddressId,
String activationToken,
ApiCallback<String> callback)
Verify email address using verification token (asynchronously)
Verify email address using verification token
|
com.squareup.okhttp.Call |
EmailMarketingApi.verifyAllowedEmailAddressGetCall(Integer emailAddressId,
String activationToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for verifyAllowedEmailAddressGet
|
ApiResponse<String> |
EmailMarketingApi.verifyAllowedEmailAddressGetWithHttpInfo(Integer emailAddressId,
String activationToken)
Verify email address using verification token
Verify email address using verification token
|
String |
VoiceApi.voiceCancelAllPut()
Update all voice messages as cancelled
Update all voice messages as cancelled
|
com.squareup.okhttp.Call |
VoiceApi.voiceCancelAllPutAsync(ApiCallback<String> callback)
Update all voice messages as cancelled (asynchronously)
Update all voice messages as cancelled
|
com.squareup.okhttp.Call |
VoiceApi.voiceCancelAllPutCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceCancelAllPut
|
ApiResponse<String> |
VoiceApi.voiceCancelAllPutWithHttpInfo()
Update all voice messages as cancelled
Update all voice messages as cancelled
|
String |
VoiceApi.voiceCancelByMessageIdPut(String messageId)
Update voice message status as cancelled
Update voice message status as cancelled
|
com.squareup.okhttp.Call |
VoiceApi.voiceCancelByMessageIdPutAsync(String messageId,
ApiCallback<String> callback)
Update voice message status as cancelled (asynchronously)
Update voice message status as cancelled
|
com.squareup.okhttp.Call |
VoiceApi.voiceCancelByMessageIdPutCall(String messageId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceCancelByMessageIdPut
|
ApiResponse<String> |
VoiceApi.voiceCancelByMessageIdPutWithHttpInfo(String messageId)
Update voice message status as cancelled
Update voice message status as cancelled
|
String |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationDelete(Integer receiptRuleId)
Delete voice delivery receipt automation
Delete voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationDeleteAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Delete voice delivery receipt automation (asynchronously)
Delete voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationDeleteCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationDelete
|
ApiResponse<String> |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationDeleteWithHttpInfo(Integer receiptRuleId)
Delete voice delivery receipt automation
Delete voice delivery receipt automation
|
String |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationGet(Integer receiptRuleId)
Get specific voice delivery receipt automation
Get specific voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationGetAsync(Integer receiptRuleId,
ApiCallback<String> callback)
Get specific voice delivery receipt automation (asynchronously)
Get specific voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationGetCall(Integer receiptRuleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationGet
|
ApiResponse<String> |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationGetWithHttpInfo(Integer receiptRuleId)
Get specific voice delivery receipt automation
Get specific voice delivery receipt automation
|
String |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPost(DeliveryReceiptRule deliveryReceiptRule)
Create voice delivery receipt automations
Create voice delivery receipt automations
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPostAsync(DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Create voice delivery receipt automations (asynchronously)
Create voice delivery receipt automations
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPostCall(DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationPost
|
ApiResponse<String> |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPostWithHttpInfo(DeliveryReceiptRule deliveryReceiptRule)
Create voice delivery receipt automations
Create voice delivery receipt automations
|
String |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPut(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update voice delivery receipt automation
Update voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPutAsync(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ApiCallback<String> callback)
Update voice delivery receipt automation (asynchronously)
Update voice delivery receipt automation
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPutCall(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationPut
|
ApiResponse<String> |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationPutWithHttpInfo(Integer receiptRuleId,
DeliveryReceiptRule deliveryReceiptRule)
Update voice delivery receipt automation
Update voice delivery receipt automation
|
String |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationsGet(String q,
Integer page,
Integer limit)
Get all voice delivery receipt automations
Get all voice delivery receipt automations
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationsGetAsync(String q,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all voice delivery receipt automations (asynchronously)
Get all voice delivery receipt automations
|
com.squareup.okhttp.Call |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationsGetCall(String q,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceDeliveryReceiptAutomationsGet
|
ApiResponse<String> |
VoiceDeliveryReceiptRulesApi.voiceDeliveryReceiptAutomationsGetWithHttpInfo(String q,
Integer page,
Integer limit)
Get all voice delivery receipt automations
Get all voice delivery receipt automations
|
String |
VoiceApi.voiceHistoryExportGet(String filename)
Export voice history
Export voice history
|
com.squareup.okhttp.Call |
VoiceApi.voiceHistoryExportGetAsync(String filename,
ApiCallback<String> callback)
Export voice history (asynchronously)
Export voice history
|
com.squareup.okhttp.Call |
VoiceApi.voiceHistoryExportGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceHistoryExportGet
|
ApiResponse<String> |
VoiceApi.voiceHistoryExportGetWithHttpInfo(String filename)
Export voice history
Export voice history
|
String |
VoiceApi.voiceHistoryGet(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all voice history
Get all voice history
|
com.squareup.okhttp.Call |
VoiceApi.voiceHistoryGetAsync(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ApiCallback<String> callback)
Get all voice history (asynchronously)
Get all voice history
|
com.squareup.okhttp.Call |
VoiceApi.voiceHistoryGetCall(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceHistoryGet
|
ApiResponse<String> |
VoiceApi.voiceHistoryGetWithHttpInfo(Integer dateFrom,
Integer dateTo,
Integer page,
Integer limit)
Get all voice history
Get all voice history
|
String |
VoiceApi.voiceLangGet()
Get all voice languages
Get all voice languages
|
com.squareup.okhttp.Call |
VoiceApi.voiceLangGetAsync(ApiCallback<String> callback)
Get all voice languages (asynchronously)
Get all voice languages
|
com.squareup.okhttp.Call |
VoiceApi.voiceLangGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceLangGet
|
ApiResponse<String> |
VoiceApi.voiceLangGetWithHttpInfo()
Get all voice languages
Get all voice languages
|
String |
VoiceApi.voicePricePost(VoiceMessageCollection voiceMessages)
Calculate voice price
Calculate voice price
|
com.squareup.okhttp.Call |
VoiceApi.voicePricePostAsync(VoiceMessageCollection voiceMessages,
ApiCallback<String> callback)
Calculate voice price (asynchronously)
Calculate voice price
|
com.squareup.okhttp.Call |
VoiceApi.voicePricePostCall(VoiceMessageCollection voiceMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voicePricePost
|
ApiResponse<String> |
VoiceApi.voicePricePostWithHttpInfo(VoiceMessageCollection voiceMessages)
Calculate voice price
Calculate voice price
|
String |
VoiceApi.voiceReceiptsGet(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery receipts (asynchronously)
Get all delivery receipts
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceReceiptsGet
|
ApiResponse<String> |
VoiceApi.voiceReceiptsGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery receipts
Get all delivery receipts
|
String |
VoiceApi.voiceReceiptsPost(Url url)
Add a delivery receipt
Add a delivery receipt
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsPostAsync(Url url,
ApiCallback<String> callback)
Add a delivery receipt (asynchronously)
Add a delivery receipt
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsPostCall(Url url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceReceiptsPost
|
ApiResponse<String> |
VoiceApi.voiceReceiptsPostWithHttpInfo(Url url)
Add a delivery receipt
Add a delivery receipt
|
String |
VoiceApi.voiceReceiptsReadPut(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsReadPutAsync(DateBefore dateBefore,
ApiCallback<String> callback)
Mark delivery receipts as read (asynchronously)
Mark delivery receipts as read
|
com.squareup.okhttp.Call |
VoiceApi.voiceReceiptsReadPutCall(DateBefore dateBefore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceReceiptsReadPut
|
ApiResponse<String> |
VoiceApi.voiceReceiptsReadPutWithHttpInfo(DateBefore dateBefore)
Mark delivery receipts as read
Mark delivery receipts as read
|
String |
VoiceApi.voiceSendPost(VoiceMessageCollection voiceMessages)
Send voice message(s)
Send a voice call
|
com.squareup.okhttp.Call |
VoiceApi.voiceSendPostAsync(VoiceMessageCollection voiceMessages,
ApiCallback<String> callback)
Send voice message(s) (asynchronously)
Send a voice call
|
com.squareup.okhttp.Call |
VoiceApi.voiceSendPostCall(VoiceMessageCollection voiceMessages,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for voiceSendPost
|
ApiResponse<String> |
VoiceApi.voiceSendPostWithHttpInfo(VoiceMessageCollection voiceMessages)
Send voice message(s)
Send a voice call
|
Copyright © 2019. All rights reserved.