| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.accountsGetAsync(ApiCallback<Account> callback)
Loads your account.
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutAsync(Account body,
ApiCallback<Account> callback)
Update your Account (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authPostAsync(LoginPayload body,
ApiCallback<LoginResponse> callback)
Log into your account (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitGetAsync(String search,
Integer offset,
Integer limit,
ApiCallback<List<SplitCampaign>> callback)
List all of your A/X campaigns (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameGetAsync(String name,
ApiCallback<SplitCampaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNamePutAsync(String name,
SplitCampaign body,
ApiCallback<SplitCampaign> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitPostAsync(SplitCampaign body,
ApiCallback<SplitCampaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAllGetAsync(String search,
Integer offset,
Integer limit,
ApiCallback<List<NameTypeCampaign>> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedGetAsync(String search,
Integer offset,
Integer limit,
ApiCallback<List<Automated>> callback)
List all of your automated campaigns (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameGetAsync(String name,
ApiCallback<Automated> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNamePutAsync(String name,
Automated body,
ApiCallback<Automated> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedPostAsync(Automated body,
ApiCallback<Automated> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsNameCancelPostAsync(String name,
ApiCallback<Void> callback)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowGetAsync(String search,
Integer offset,
Integer limit,
ApiCallback<List<Campaign>> callback)
List all of your instant campaigns (asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameGetAsync(String name,
ApiCallback<Campaign> callback)
Retrieves an existing campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNamePutAsync(String name,
Campaign body,
ApiCallback<Campaign> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowPostAsync(Campaign body,
ApiCallback<Campaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsTasksExportGetAsync(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName,
ApiCallback<ExportLink> callback)
Export selected campaigns to chosen file format.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsGetAsync(Integer limit,
Integer offset,
ApiCallback<List<Channel>> callback)
List all of your channels (asynchronously)
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameCancelPostAsync(String name,
ApiCallback<Void> callback)
Cancel the emails being sent with this channel (asynchronously)
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete the channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameGetAsync(String name,
ApiCallback<Channel> callback)
Retrieve an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNamePutAsync(String name,
String body,
ApiCallback<Channel> callback)
Rename an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsPostAsync(String body,
ApiCallback<Channel> callback)
Manually add a channel to your account to group email (asynchronously)
|
com.squareup.okhttp.Call |
ChannelsApi.channelsTasksExportGetAsync(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName,
ApiCallback<ExportLink> callback)
Export selected channels to chosen file format.
|
com.squareup.okhttp.Call |
ContactsApi.contactsDeleteAsync(String rule,
List<String> emails,
List<String> listNames,
ApiCallback<Void> callback)
Permanantly deletes the contacts provided.
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailGetAsync(String email,
ApiCallback<Contact> callback)
Load detailed contact information (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailHistoryGetAsync(String email,
Integer limit,
Integer offset,
ApiCallback<List<ContactHistory>> callback)
Shows detailed history of chosen Contact.
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailPutAsync(String email,
ContactUpdatePayload body,
ApiCallback<Contact> callback)
Update selected contact.
|
com.squareup.okhttp.Call |
ContactsApi.contactsGetAsync(String rule,
Integer limit,
Integer offset,
ApiCallback<List<Contact>> callback)
List of all contacts.
|
com.squareup.okhttp.Call |
ContactsApi.contactsPostAsync(QuickAddPayload body,
ApiCallback<List<Contact>> callback)
Add new Contact to one of your Lists.
|
com.squareup.okhttp.Call |
ContactsApi.contactsStatsGetAsync(String rule,
List<String> listNames,
ApiCallback<ContactStats> callback)
Returns number of Contacts, RULE specifies contact Status.
|
com.squareup.okhttp.Call |
ContactsApi.contactsTasksExportGetAsync(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames,
ApiCallback<ExportLink> callback)
Export selected Contacts to file.
|
com.squareup.okhttp.Call |
ContactsApi.contactsTasksImportPostAsync(File file,
Boolean allowUnsubscribe,
String listName,
String status,
String consentDate,
String consentIP,
String consentTracking,
ApiCallback<Void> callback)
Upload contacts from a file.
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainDeleteAsync(String domain,
ApiCallback<Void> callback)
Deletes configured domain from account (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainGetAsync(String domain,
ApiCallback<DomainDetail> callback)
Retrieve a domain configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainPutAsync(String domain,
DomainDetail body,
ApiCallback<DomainDetail> callback)
Update the selected Domain (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainVerificationPutAsync(String domain,
String body,
ApiCallback<DomainDetail> callback)
Verification of domain records (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsGetAsync(ApiCallback<List<DomainDetail>> callback)
Lists all domains configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsPostAsync(DomainPayload body,
ApiCallback<DomainDetail> callback)
Add new domain to account (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsMergePostAsync(EmailMergeMessage body,
ApiCallback<EmailSend> callback)
Send bulk merge email (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsMsgidViewGetAsync(String msgid,
ApiCallback<Email> callback)
View email (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionalPostAsync(EmailTransactionalMessage body,
ApiCallback<EmailSend> callback)
Send transactional message (recipients will be known to each other) (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionidCancelPostAsync(String transactionid,
ApiCallback<Void> callback)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionidStatusGetAsync(String transactionid,
Boolean showFailed,
Boolean showSent,
Boolean showDelivered,
Boolean showPending,
Boolean showOpened,
Boolean showClicked,
Boolean showAbuse,
Boolean showUnsubscribed,
Boolean showErrors,
Boolean showMessageIDs,
ApiCallback<EmailJobStatus> callback)
Get email batch status (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameDeleteAsync(String filename,
ApiCallback<Void> callback)
Permanently deletes the file from your account (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameGetAsync(String filename,
ApiCallback<File> callback)
Gets content of the chosen File (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameInfoGetAsync(String filename,
ApiCallback<File> callback)
Gets chosen File info (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesGetAsync(ApiCallback<List<File>> callback)
Lists all your available files (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesPostAsync(File file,
Integer expiresAfterDays,
ApiCallback<File> callback)
Uploads selected file to the server using http form upload format (MIME multipart/form-data) or PUT method.
|
com.squareup.okhttp.Call |
ListsApi.listsFromcampaignPostAsync(CampaignListPayload body,
ApiCallback<List> callback)
Create a new list from the recipients of the given campaign, using the given statuses of Messages (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsGetAsync(String from,
String to,
ApiCallback<List<List>> callback)
Shows all your existing lists (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsListnameContactsDeleteAsync(String listname,
List<String> emails,
String rule,
ApiCallback<Void> callback)
Remove selected Contacts from your list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsListnameContactsMovePutAsync(String listname,
MoveToListPayload body,
ApiCallback<List> callback)
Move selected contacts from one List to another (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsListnameContactsPutAsync(String listname,
EmailsPayload body,
ApiCallback<List> callback)
Add existing Contacts to chosen list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsListnameDeleteAsync(String listname,
ApiCallback<Void> callback)
Deletes List and removes all the Contacts from it (does not delete Contacts).
|
com.squareup.okhttp.Call |
ListsApi.listsListnameGetAsync(String listname,
ApiCallback<List> callback)
Returns detailed information about specific list.
|
com.squareup.okhttp.Call |
ListsApi.listsListnamePutAsync(String listname,
ListUpdatePayload body,
ApiCallback<List> callback)
Update existing list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsPostAsync(ListPayload body,
ApiCallback<List> callback)
Create new list, based on filtering rule or list of IDs (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsRandomPostAsync(RandomListPayload body,
ApiCallback<List> callback)
Create a new list with randomized contacts from an existing list or segment (asynchronously)
|
com.squareup.okhttp.Call |
PoolsApi.poolsGetAsync(ApiCallback<List<Pool>> callback)
Retrieve a list of Pools (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsBouncedGetAsync(List<String> messageCategories,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress,
ApiCallback<Log> callback)
Returns bounced logs filtered by specified parameters.
|
com.squareup.okhttp.Call |
ReportsApi.reportsEmailcreditsHistoryGetAsync(ApiCallback<List<EmailCredits>> callback)
Lists email credits history (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsEventlogGetAsync(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
ApiCallback<EventLog> callback)
Returns log of delivery events filtered by specified parameters.
|
com.squareup.okhttp.Call |
ReportsApi.reportsEventsExportGetAsync(List<String> statuses,
String from,
String to,
String channelName,
String fileFormat,
String compressionFormat,
String fileName,
ApiCallback<ExportLink> callback)
Export delivery events log information to the specified file format.
|
com.squareup.okhttp.Call |
ReportsApi.reportsExportGetAsync(List<String> statuses,
String fileFormat,
String from,
String to,
String channelName,
Boolean includeEmail,
Boolean includeSms,
List<String> messageCategory,
String compressionFormat,
String fileName,
String email,
ApiCallback<ExportLink> callback)
Export email log information to the specified file format.
|
com.squareup.okhttp.Call |
ReportsApi.reportsGetAsync(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress,
ApiCallback<Log> callback)
Returns logs filtered by specified parameters.
|
com.squareup.okhttp.Call |
ReportsApi.reportsLinktrackingsExportGetAsync(String from,
String to,
String channelName,
String fileFormat,
Integer limit,
Integer offset,
String compressionFormat,
String fileName,
ApiCallback<ExportLink> callback)
Export detailed link tracking information to the specified file format.
|
com.squareup.okhttp.Call |
ReportsApi.reportsNotificationsGetAsync(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType,
ApiCallback<Log> callback)
Returns notification logs filtered by specified parameters.
|
com.squareup.okhttp.Call |
ReportsApi.reportsPaymentsHistoryGetAsync(Integer limit,
Integer offset,
String fromDate,
String toDate,
ApiCallback<List<Payment>> callback)
Lists all payments (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsGetAsync(ApiCallback<Referral> callback)
Shows information about your referral details (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsPayoutHistoryGetAsync(ApiCallback<List<Payment>> callback)
Lists all referral payout history (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReputationHistoryGetAsync(Integer limit,
Integer offset,
ApiCallback<List<ReputationHistory>> callback)
Shows latest changes in your sending reputation (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsSpamchecksHistoryGetAsync(Integer limit,
Integer offset,
ApiCallback<List<SpamCheck>> callback)
Returns detailed spam check.
|
com.squareup.okhttp.Call |
ReportsApi.reportsSummaryGetAsync(String from,
String to,
String channelName,
String interval,
String transactionID,
ApiCallback<LogSummary> callback)
Loads summary information about activity in chosen date range.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensGetAsync(ApiCallback<List<AccessToken>> callback)
Get AccessToken list.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameDeleteAsync(String name,
ApiCallback<Void> callback)
Permanently delete AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameGetAsync(String name,
ApiCallback<AccessToken> callback)
Get AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNamePutAsync(String name,
AccessToken body,
ApiCallback<AccessToken> callback)
Edit AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensPostAsync(AccessToken body,
ApiCallback<AccessToken> callback)
Add new AccessToken (asynchronously)
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsGetAsync(Boolean includeHistory,
String from,
String to,
ApiCallback<List<Segment>> callback)
Lists all your available Segments (asynchronously)
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete existing segment.
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsNameGetAsync(String name,
Boolean includeHistory,
String from,
String to,
ApiCallback<Segment> callback)
Lists your available Segment using the provided name (asynchronously)
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsNamePutAsync(String name,
SegmentPayload body,
ApiCallback<Segment> callback)
Rename or change RULE for your segment (asynchronously)
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsPostAsync(SegmentPayload body,
ApiCallback<Segment> callback)
Create new segment, based on specified RULE.
|
com.squareup.okhttp.Call |
SmsApi.smsPostAsync(SMS body,
ApiCallback<Void> callback)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailCreditsDeleteAsync(String notes,
String email,
Integer credits,
Boolean removeAll,
ApiCallback<Void> callback)
Remove email, template or litmus credits from a sub-account (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailCreditsPostAsync(SubaccountCreditsPayload body,
String email,
ApiCallback<Void> callback)
Add email credits to a sub-account (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailDeleteAsync(String email,
ApiCallback<Void> callback)
Deletes specified Subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailGetAsync(String email,
ApiCallback<SubAccount> callback)
Retrieve info about one of your subaccounts (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsGetAsync(String email,
ApiCallback<SubAccountSettings> callback)
Loads settings of subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsPutAsync(String email,
SubAccountSettings body,
ApiCallback<SubAccountSettings> callback)
Updates settings of specified subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsGetAsync(Integer limit,
Integer offset,
ApiCallback<List<SubAccount>> callback)
Lists all of your subaccounts (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsPostAsync(SubaccountPayload body,
ApiCallback<Account> callback)
Create new subaccount and provide most important data about it.
|
com.squareup.okhttp.Call |
TasksApi.tasksGetAsync(String type,
Integer limit,
Integer offset,
ApiCallback<List<Export>> callback)
Returns a list of all background tasks data.
|
com.squareup.okhttp.Call |
TasksApi.tasksIdDeleteAsync(String id,
ApiCallback<Void> callback)
Delete the specified background task.
|
com.squareup.okhttp.Call |
TasksApi.tasksIdStatusGetAsync(String id,
ApiCallback<String> callback)
Check the current status of the background task.
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete template with the specified ID (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameGetAsync(String name,
ApiCallback<Template> callback)
Load template with content (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNamePutAsync(String name,
Template body,
Boolean removeScreenshot,
ApiCallback<Template> callback)
Update existing template, overwriting existing data.
|
com.squareup.okhttp.Call |
TemplatesApi.templatesPostAsync(Template body,
ApiCallback<Template> callback)
Create new Template.
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsGetAsync(ApiCallback<TemplateTagList> callback)
Retrieve a list of your Tags (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete a tag, removing it from all Templates (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsPostAsync(String tagName,
ApiCallback<TemplateTag> callback)
Create a new Tag to be used in your Templates (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTypeListGetAsync(String type,
List<String> tags,
Integer limit,
Integer offset,
ApiCallback<List<Template>> callback)
Load a list of templates of a specified type (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksGetAsync(Integer limit,
Integer offset,
ApiCallback<List<Webhook>> callback)
Load notifications webhooks (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostAsync(WebhookPayload body,
ApiCallback<Webhook> callback)
Add notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidDeleteAsync(String publicid,
ApiCallback<Void> callback)
Delete notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidGetAsync(String publicid,
ApiCallback<Webhook> callback)
Load notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutAsync(String publicid,
WebhookPayload body,
ApiCallback<Webhook> callback)
Update notification webhook (asynchronously)
|
Copyright © 2019. All rights reserved.