| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.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 |
|---|---|
Account |
AccountsApi.accountsGet()
Loads your account.
|
com.squareup.okhttp.Call |
AccountsApi.accountsGetAsync(ApiCallback<Account> callback)
Loads your account.
|
com.squareup.okhttp.Call |
AccountsApi.accountsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountsGet
|
ApiResponse<Account> |
AccountsApi.accountsGetWithHttpInfo()
Loads your account.
|
Account |
AccountsApi.accountsPut(Account body)
Update your Account
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutAsync(Account body,
ApiCallback<Account> callback)
Update your Account (asynchronously)
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutCall(Account body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountsPut
|
ApiResponse<Account> |
AccountsApi.accountsPutWithHttpInfo(Account body)
Update your Account
|
LoginResponse |
AuthApi.authPost(LoginPayload body)
Log into your account
|
com.squareup.okhttp.Call |
AuthApi.authPostAsync(LoginPayload body,
ApiCallback<LoginResponse> callback)
Log into your account (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authPostCall(LoginPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authPost
|
ApiResponse<LoginResponse> |
AuthApi.authPostWithHttpInfo(LoginPayload body)
Log into your account
|
List<SplitCampaign> |
CampaignsApi.campaignsAbsplitGet(String search,
Integer offset,
Integer limit)
List all of your A/X campaigns
|
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.campaignsAbsplitGetCall(String search,
Integer offset,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAbsplitGet
|
ApiResponse<List<SplitCampaign>> |
CampaignsApi.campaignsAbsplitGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your A/X campaigns
|
void |
CampaignsApi.campaignsAbsplitNameDelete(String name) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAbsplitNameDelete
|
ApiResponse<Void> |
CampaignsApi.campaignsAbsplitNameDeleteWithHttpInfo(String name) |
SplitCampaign |
CampaignsApi.campaignsAbsplitNameGet(String name) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameGetAsync(String name,
ApiCallback<SplitCampaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAbsplitNameGet
|
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitNameGetWithHttpInfo(String name) |
SplitCampaign |
CampaignsApi.campaignsAbsplitNamePut(String name,
SplitCampaign body)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNamePutAsync(String name,
SplitCampaign body,
ApiCallback<SplitCampaign> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitNamePutCall(String name,
SplitCampaign body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAbsplitNamePut
|
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitNamePutWithHttpInfo(String name,
SplitCampaign body)
Updates a previously added campaign.
|
SplitCampaign |
CampaignsApi.campaignsAbsplitPost(SplitCampaign body) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitPostAsync(SplitCampaign body,
ApiCallback<SplitCampaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAbsplitPostCall(SplitCampaign body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAbsplitPost
|
ApiResponse<SplitCampaign> |
CampaignsApi.campaignsAbsplitPostWithHttpInfo(SplitCampaign body) |
List<NameTypeCampaign> |
CampaignsApi.campaignsAllGet(String search,
Integer offset,
Integer limit) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAllGetAsync(String search,
Integer offset,
Integer limit,
ApiCallback<List<NameTypeCampaign>> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAllGetCall(String search,
Integer offset,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAllGet
|
ApiResponse<List<NameTypeCampaign>> |
CampaignsApi.campaignsAllGetWithHttpInfo(String search,
Integer offset,
Integer limit) |
List<Automated> |
CampaignsApi.campaignsAutomatedGet(String search,
Integer offset,
Integer limit)
List all of your automated campaigns
|
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.campaignsAutomatedGetCall(String search,
Integer offset,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAutomatedGet
|
ApiResponse<List<Automated>> |
CampaignsApi.campaignsAutomatedGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your automated campaigns
|
void |
CampaignsApi.campaignsAutomatedNameDelete(String name) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAutomatedNameDelete
|
ApiResponse<Void> |
CampaignsApi.campaignsAutomatedNameDeleteWithHttpInfo(String name) |
Automated |
CampaignsApi.campaignsAutomatedNameGet(String name) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameGetAsync(String name,
ApiCallback<Automated> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAutomatedNameGet
|
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedNameGetWithHttpInfo(String name) |
Automated |
CampaignsApi.campaignsAutomatedNamePut(String name,
Automated body)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNamePutAsync(String name,
Automated body,
ApiCallback<Automated> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedNamePutCall(String name,
Automated body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAutomatedNamePut
|
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedNamePutWithHttpInfo(String name,
Automated body)
Updates a previously added campaign.
|
Automated |
CampaignsApi.campaignsAutomatedPost(Automated body) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedPostAsync(Automated body,
ApiCallback<Automated> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsAutomatedPostCall(Automated body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsAutomatedPost
|
ApiResponse<Automated> |
CampaignsApi.campaignsAutomatedPostWithHttpInfo(Automated body) |
void |
CampaignsApi.campaignsNameCancelPost(String name)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsNameCancelPostAsync(String name,
ApiCallback<Void> callback)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsNameCancelPostCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsNameCancelPost
|
ApiResponse<Void> |
CampaignsApi.campaignsNameCancelPostWithHttpInfo(String name)
Cancels emails that are waiting to be sent.
|
List<Campaign> |
CampaignsApi.campaignsSendnowGet(String search,
Integer offset,
Integer limit)
List all of your instant campaigns
|
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.campaignsSendnowGetCall(String search,
Integer offset,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsSendnowGet
|
ApiResponse<List<Campaign>> |
CampaignsApi.campaignsSendnowGetWithHttpInfo(String search,
Integer offset,
Integer limit)
List all of your instant campaigns
|
void |
CampaignsApi.campaignsSendnowNameDelete(String name) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameDeleteAsync(String name,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsSendnowNameDelete
|
ApiResponse<Void> |
CampaignsApi.campaignsSendnowNameDeleteWithHttpInfo(String name) |
Campaign |
CampaignsApi.campaignsSendnowNameGet(String name)
Retrieves an existing campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameGetAsync(String name,
ApiCallback<Campaign> callback)
Retrieves an existing campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsSendnowNameGet
|
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowNameGetWithHttpInfo(String name)
Retrieves an existing campaign.
|
Campaign |
CampaignsApi.campaignsSendnowNamePut(String name,
Campaign body)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNamePutAsync(String name,
Campaign body,
ApiCallback<Campaign> callback)
Updates a previously added campaign.
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowNamePutCall(String name,
Campaign body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsSendnowNamePut
|
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowNamePutWithHttpInfo(String name,
Campaign body)
Updates a previously added campaign.
|
Campaign |
CampaignsApi.campaignsSendnowPost(Campaign body) |
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowPostAsync(Campaign body,
ApiCallback<Campaign> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CampaignsApi.campaignsSendnowPostCall(Campaign body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsSendnowPost
|
ApiResponse<Campaign> |
CampaignsApi.campaignsSendnowPostWithHttpInfo(Campaign body) |
ExportLink |
CampaignsApi.campaignsTasksExportGet(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected campaigns to chosen file format.
|
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 |
CampaignsApi.campaignsTasksExportGetCall(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for campaignsTasksExportGet
|
ApiResponse<ExportLink> |
CampaignsApi.campaignsTasksExportGetWithHttpInfo(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected campaigns to chosen file format.
|
List<Channel> |
ChannelsApi.channelsGet(Integer limit,
Integer offset)
List all of your channels
|
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.channelsGetCall(Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsGet
|
ApiResponse<List<Channel>> |
ChannelsApi.channelsGetWithHttpInfo(Integer limit,
Integer offset)
List all of your channels
|
void |
ChannelsApi.channelsNameCancelPost(String name)
Cancel the emails being sent with this channel
|
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.channelsNameCancelPostCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsNameCancelPost
|
ApiResponse<Void> |
ChannelsApi.channelsNameCancelPostWithHttpInfo(String name)
Cancel the emails being sent with this channel
|
void |
ChannelsApi.channelsNameDelete(String name)
Delete the channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete the channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsNameDelete
|
ApiResponse<Void> |
ChannelsApi.channelsNameDeleteWithHttpInfo(String name)
Delete the channel.
|
Channel |
ChannelsApi.channelsNameGet(String name)
Retrieve an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameGetAsync(String name,
ApiCallback<Channel> callback)
Retrieve an existing channel.
|
com.squareup.okhttp.Call |
ChannelsApi.channelsNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsNameGet
|
ApiResponse<Channel> |
ChannelsApi.channelsNameGetWithHttpInfo(String name)
Retrieve an existing channel.
|
Channel |
ChannelsApi.channelsNamePut(String name,
String body)
Rename 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.channelsNamePutCall(String name,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsNamePut
|
ApiResponse<Channel> |
ChannelsApi.channelsNamePutWithHttpInfo(String name,
String body)
Rename an existing channel.
|
Channel |
ChannelsApi.channelsPost(String body)
Manually add a channel to your account to group email
|
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.channelsPostCall(String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsPost
|
ApiResponse<Channel> |
ChannelsApi.channelsPostWithHttpInfo(String body)
Manually add a channel to your account to group email
|
ExportLink |
ChannelsApi.channelsTasksExportGet(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected channels to chosen file format.
|
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 |
ChannelsApi.channelsTasksExportGetCall(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for channelsTasksExportGet
|
ApiResponse<ExportLink> |
ChannelsApi.channelsTasksExportGetWithHttpInfo(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected channels to chosen file format.
|
void |
ContactsApi.contactsDelete(String rule,
List<String> emails,
List<String> listNames)
Permanantly deletes the contacts provided.
|
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.contactsDeleteCall(String rule,
List<String> emails,
List<String> listNames,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsDelete
|
ApiResponse<Void> |
ContactsApi.contactsDeleteWithHttpInfo(String rule,
List<String> emails,
List<String> listNames)
Permanantly deletes the contacts provided.
|
Contact |
ContactsApi.contactsEmailGet(String email)
Load detailed contact information
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailGetAsync(String email,
ApiCallback<Contact> callback)
Load detailed contact information (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailGetCall(String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsEmailGet
|
ApiResponse<Contact> |
ContactsApi.contactsEmailGetWithHttpInfo(String email)
Load detailed contact information
|
List<ContactHistory> |
ContactsApi.contactsEmailHistoryGet(String email,
Integer limit,
Integer offset)
Shows detailed history of chosen Contact.
|
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.contactsEmailHistoryGetCall(String email,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsEmailHistoryGet
|
ApiResponse<List<ContactHistory>> |
ContactsApi.contactsEmailHistoryGetWithHttpInfo(String email,
Integer limit,
Integer offset)
Shows detailed history of chosen Contact.
|
Contact |
ContactsApi.contactsEmailPut(String email,
ContactUpdatePayload body)
Update selected contact.
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailPutAsync(String email,
ContactUpdatePayload body,
ApiCallback<Contact> callback)
Update selected contact.
|
com.squareup.okhttp.Call |
ContactsApi.contactsEmailPutCall(String email,
ContactUpdatePayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsEmailPut
|
ApiResponse<Contact> |
ContactsApi.contactsEmailPutWithHttpInfo(String email,
ContactUpdatePayload body)
Update selected contact.
|
List<Contact> |
ContactsApi.contactsGet(String rule,
Integer limit,
Integer offset)
List of all contacts.
|
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.contactsGetCall(String rule,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsGet
|
ApiResponse<List<Contact>> |
ContactsApi.contactsGetWithHttpInfo(String rule,
Integer limit,
Integer offset)
List of all contacts.
|
List<Contact> |
ContactsApi.contactsPost(QuickAddPayload body)
Add new Contact to one of your Lists.
|
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.contactsPostCall(QuickAddPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsPost
|
ApiResponse<List<Contact>> |
ContactsApi.contactsPostWithHttpInfo(QuickAddPayload body)
Add new Contact to one of your Lists.
|
ContactStats |
ContactsApi.contactsStatsGet(String rule,
List<String> listNames)
Returns number of Contacts, RULE specifies contact Status.
|
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.contactsStatsGetCall(String rule,
List<String> listNames,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsStatsGet
|
ApiResponse<ContactStats> |
ContactsApi.contactsStatsGetWithHttpInfo(String rule,
List<String> listNames)
Returns number of Contacts, RULE specifies contact Status.
|
ExportLink |
ContactsApi.contactsTasksExportGet(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames)
Export selected Contacts to file.
|
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.contactsTasksExportGetCall(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsTasksExportGet
|
ApiResponse<ExportLink> |
ContactsApi.contactsTasksExportGetWithHttpInfo(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames)
Export selected Contacts to file.
|
void |
ContactsApi.contactsTasksImportPost(File file,
Boolean allowUnsubscribe,
String listName,
String status,
String consentDate,
String consentIP,
String consentTracking)
Upload contacts from a 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 |
ContactsApi.contactsTasksImportPostCall(File file,
Boolean allowUnsubscribe,
String listName,
String status,
String consentDate,
String consentIP,
String consentTracking,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contactsTasksImportPost
|
ApiResponse<Void> |
ContactsApi.contactsTasksImportPostWithHttpInfo(File file,
Boolean allowUnsubscribe,
String listName,
String status,
String consentDate,
String consentIP,
String consentTracking)
Upload contacts from a file.
|
void |
DomainsApi.domainsDomainDelete(String domain)
Deletes configured domain from account
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainDeleteAsync(String domain,
ApiCallback<Void> callback)
Deletes configured domain from account (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainDeleteCall(String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainDelete
|
ApiResponse<Void> |
DomainsApi.domainsDomainDeleteWithHttpInfo(String domain)
Deletes configured domain from account
|
DomainDetail |
DomainsApi.domainsDomainGet(String domain)
Retrieve a domain configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainGetAsync(String domain,
ApiCallback<DomainDetail> callback)
Retrieve a domain configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainGetCall(String domain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainGet
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainGetWithHttpInfo(String domain)
Retrieve a domain configured for this account.
|
DomainDetail |
DomainsApi.domainsDomainPut(String domain,
DomainDetail body)
Update the selected Domain
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainPutAsync(String domain,
DomainDetail body,
ApiCallback<DomainDetail> callback)
Update the selected Domain (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainPutCall(String domain,
DomainDetail body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainPut
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainPutWithHttpInfo(String domain,
DomainDetail body)
Update the selected Domain
|
DomainDetail |
DomainsApi.domainsDomainVerificationPut(String domain,
String body)
Verification of domain records
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainVerificationPutAsync(String domain,
String body,
ApiCallback<DomainDetail> callback)
Verification of domain records (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsDomainVerificationPutCall(String domain,
String body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsDomainVerificationPut
|
ApiResponse<DomainDetail> |
DomainsApi.domainsDomainVerificationPutWithHttpInfo(String domain,
String body)
Verification of domain records
|
List<DomainDetail> |
DomainsApi.domainsGet()
Lists all domains configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsGetAsync(ApiCallback<List<DomainDetail>> callback)
Lists all domains configured for this account.
|
com.squareup.okhttp.Call |
DomainsApi.domainsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsGet
|
ApiResponse<List<DomainDetail>> |
DomainsApi.domainsGetWithHttpInfo()
Lists all domains configured for this account.
|
DomainDetail |
DomainsApi.domainsPost(DomainPayload body)
Add new domain to account
|
com.squareup.okhttp.Call |
DomainsApi.domainsPostAsync(DomainPayload body,
ApiCallback<DomainDetail> callback)
Add new domain to account (asynchronously)
|
com.squareup.okhttp.Call |
DomainsApi.domainsPostCall(DomainPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for domainsPost
|
ApiResponse<DomainDetail> |
DomainsApi.domainsPostWithHttpInfo(DomainPayload body)
Add new domain to account
|
EmailSend |
EmailsApi.emailsMergePost(EmailMergeMessage body)
Send bulk merge email
|
com.squareup.okhttp.Call |
EmailsApi.emailsMergePostAsync(EmailMergeMessage body,
ApiCallback<EmailSend> callback)
Send bulk merge email (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsMergePostCall(EmailMergeMessage body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsMergePost
|
ApiResponse<EmailSend> |
EmailsApi.emailsMergePostWithHttpInfo(EmailMergeMessage body)
Send bulk merge email
|
Email |
EmailsApi.emailsMsgidViewGet(String msgid)
View email
|
com.squareup.okhttp.Call |
EmailsApi.emailsMsgidViewGetAsync(String msgid,
ApiCallback<Email> callback)
View email (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsMsgidViewGetCall(String msgid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsMsgidViewGet
|
ApiResponse<Email> |
EmailsApi.emailsMsgidViewGetWithHttpInfo(String msgid)
View email
|
EmailSend |
EmailsApi.emailsTransactionalPost(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
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.emailsTransactionalPostCall(EmailTransactionalMessage body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsTransactionalPost
|
ApiResponse<EmailSend> |
EmailsApi.emailsTransactionalPostWithHttpInfo(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
void |
EmailsApi.emailsTransactionidCancelPost(String transactionid)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionidCancelPostAsync(String transactionid,
ApiCallback<Void> callback)
Cancels emails that are waiting to be sent.
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionidCancelPostCall(String transactionid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsTransactionidCancelPost
|
ApiResponse<Void> |
EmailsApi.emailsTransactionidCancelPostWithHttpInfo(String transactionid)
Cancels emails that are waiting to be sent.
|
EmailJobStatus |
EmailsApi.emailsTransactionidStatusGet(String transactionid,
Boolean showFailed,
Boolean showSent,
Boolean showDelivered,
Boolean showPending,
Boolean showOpened,
Boolean showClicked,
Boolean showAbuse,
Boolean showUnsubscribed,
Boolean showErrors,
Boolean showMessageIDs)
Get email batch status
|
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 |
EmailsApi.emailsTransactionidStatusGetCall(String transactionid,
Boolean showFailed,
Boolean showSent,
Boolean showDelivered,
Boolean showPending,
Boolean showOpened,
Boolean showClicked,
Boolean showAbuse,
Boolean showUnsubscribed,
Boolean showErrors,
Boolean showMessageIDs,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsTransactionidStatusGet
|
ApiResponse<EmailJobStatus> |
EmailsApi.emailsTransactionidStatusGetWithHttpInfo(String transactionid,
Boolean showFailed,
Boolean showSent,
Boolean showDelivered,
Boolean showPending,
Boolean showOpened,
Boolean showClicked,
Boolean showAbuse,
Boolean showUnsubscribed,
Boolean showErrors,
Boolean showMessageIDs)
Get email batch status
|
void |
FilesApi.filesFilenameDelete(String filename)
Permanently deletes the file from your account
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameDeleteAsync(String filename,
ApiCallback<Void> callback)
Permanently deletes the file from your account (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameDeleteCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for filesFilenameDelete
|
ApiResponse<Void> |
FilesApi.filesFilenameDeleteWithHttpInfo(String filename)
Permanently deletes the file from your account
|
File |
FilesApi.filesFilenameGet(String filename)
Gets content of the chosen File
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameGetAsync(String filename,
ApiCallback<File> callback)
Gets content of the chosen File (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for filesFilenameGet
|
ApiResponse<File> |
FilesApi.filesFilenameGetWithHttpInfo(String filename)
Gets content of the chosen File
|
File |
FilesApi.filesFilenameInfoGet(String filename)
Gets chosen File info
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameInfoGetAsync(String filename,
ApiCallback<File> callback)
Gets chosen File info (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesFilenameInfoGetCall(String filename,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for filesFilenameInfoGet
|
ApiResponse<File> |
FilesApi.filesFilenameInfoGetWithHttpInfo(String filename)
Gets chosen File info
|
List<File> |
FilesApi.filesGet()
Lists all your available files
|
com.squareup.okhttp.Call |
FilesApi.filesGetAsync(ApiCallback<List<File>> callback)
Lists all your available files (asynchronously)
|
com.squareup.okhttp.Call |
FilesApi.filesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for filesGet
|
ApiResponse<List<File>> |
FilesApi.filesGetWithHttpInfo()
Lists all your available files
|
File |
FilesApi.filesPost(File file,
Integer expiresAfterDays)
Uploads selected file to the server using http form upload format (MIME multipart/form-data) or PUT method.
|
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 |
FilesApi.filesPostCall(File file,
Integer expiresAfterDays,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for filesPost
|
ApiResponse<File> |
FilesApi.filesPostWithHttpInfo(File file,
Integer expiresAfterDays)
Uploads selected file to the server using http form upload format (MIME multipart/form-data) or PUT method.
|
List |
ListsApi.listsFromcampaignPost(CampaignListPayload body)
Create a new list from the recipients of the given campaign, using the given statuses of Messages
|
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.listsFromcampaignPostCall(CampaignListPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsFromcampaignPost
|
ApiResponse<List> |
ListsApi.listsFromcampaignPostWithHttpInfo(CampaignListPayload body)
Create a new list from the recipients of the given campaign, using the given statuses of Messages
|
List<List> |
ListsApi.listsGet(String from,
String to)
Shows all your existing lists
|
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.listsGetCall(String from,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsGet
|
ApiResponse<List<List>> |
ListsApi.listsGetWithHttpInfo(String from,
String to)
Shows all your existing lists
|
void |
ListsApi.listsListnameContactsDelete(String listname,
List<String> emails,
String rule)
Remove selected Contacts from your list
|
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.listsListnameContactsDeleteCall(String listname,
List<String> emails,
String rule,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnameContactsDelete
|
ApiResponse<Void> |
ListsApi.listsListnameContactsDeleteWithHttpInfo(String listname,
List<String> emails,
String rule)
Remove selected Contacts from your list
|
List |
ListsApi.listsListnameContactsMovePut(String listname,
MoveToListPayload body)
Move selected contacts from one List to another
|
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.listsListnameContactsMovePutCall(String listname,
MoveToListPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnameContactsMovePut
|
ApiResponse<List> |
ListsApi.listsListnameContactsMovePutWithHttpInfo(String listname,
MoveToListPayload body)
Move selected contacts from one List to another
|
List |
ListsApi.listsListnameContactsPut(String listname,
EmailsPayload body)
Add existing Contacts to chosen list
|
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.listsListnameContactsPutCall(String listname,
EmailsPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnameContactsPut
|
ApiResponse<List> |
ListsApi.listsListnameContactsPutWithHttpInfo(String listname,
EmailsPayload body)
Add existing Contacts to chosen list
|
void |
ListsApi.listsListnameDelete(String listname)
Deletes List and removes all the Contacts from it (does not delete Contacts).
|
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.listsListnameDeleteCall(String listname,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnameDelete
|
ApiResponse<Void> |
ListsApi.listsListnameDeleteWithHttpInfo(String listname)
Deletes List and removes all the Contacts from it (does not delete Contacts).
|
List |
ListsApi.listsListnameGet(String listname)
Returns detailed information about specific list.
|
com.squareup.okhttp.Call |
ListsApi.listsListnameGetAsync(String listname,
ApiCallback<List> callback)
Returns detailed information about specific list.
|
com.squareup.okhttp.Call |
ListsApi.listsListnameGetCall(String listname,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnameGet
|
ApiResponse<List> |
ListsApi.listsListnameGetWithHttpInfo(String listname)
Returns detailed information about specific list.
|
List |
ListsApi.listsListnamePut(String listname,
ListUpdatePayload body)
Update existing list
|
com.squareup.okhttp.Call |
ListsApi.listsListnamePutAsync(String listname,
ListUpdatePayload body,
ApiCallback<List> callback)
Update existing list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.listsListnamePutCall(String listname,
ListUpdatePayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsListnamePut
|
ApiResponse<List> |
ListsApi.listsListnamePutWithHttpInfo(String listname,
ListUpdatePayload body)
Update existing list
|
List |
ListsApi.listsPost(ListPayload body)
Create new list, based on filtering rule or list of IDs
|
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.listsPostCall(ListPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsPost
|
ApiResponse<List> |
ListsApi.listsPostWithHttpInfo(ListPayload body)
Create new list, based on filtering rule or list of IDs
|
List |
ListsApi.listsRandomPost(RandomListPayload body)
Create a new list with randomized contacts from an existing list or segment
|
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 |
ListsApi.listsRandomPostCall(RandomListPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listsRandomPost
|
ApiResponse<List> |
ListsApi.listsRandomPostWithHttpInfo(RandomListPayload body)
Create a new list with randomized contacts from an existing list or segment
|
List<Pool> |
PoolsApi.poolsGet()
Retrieve a list of Pools
|
com.squareup.okhttp.Call |
PoolsApi.poolsGetAsync(ApiCallback<List<Pool>> callback)
Retrieve a list of Pools (asynchronously)
|
com.squareup.okhttp.Call |
PoolsApi.poolsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for poolsGet
|
ApiResponse<List<Pool>> |
PoolsApi.poolsGetWithHttpInfo()
Retrieve a list of Pools
|
Log |
ReportsApi.reportsBouncedGet(List<String> messageCategories,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns bounced logs filtered by specified parameters.
|
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.reportsBouncedGetCall(List<String> messageCategories,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsBouncedGet
|
ApiResponse<Log> |
ReportsApi.reportsBouncedGetWithHttpInfo(List<String> messageCategories,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns bounced logs filtered by specified parameters.
|
List<EmailCredits> |
ReportsApi.reportsEmailcreditsHistoryGet()
Lists email credits history
|
com.squareup.okhttp.Call |
ReportsApi.reportsEmailcreditsHistoryGetAsync(ApiCallback<List<EmailCredits>> callback)
Lists email credits history (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsEmailcreditsHistoryGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsEmailcreditsHistoryGet
|
ApiResponse<List<EmailCredits>> |
ReportsApi.reportsEmailcreditsHistoryGetWithHttpInfo()
Lists email credits history
|
EventLog |
ReportsApi.reportsEventlogGet(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset)
Returns log of delivery events filtered by specified parameters.
|
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.reportsEventlogGetCall(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsEventlogGet
|
ApiResponse<EventLog> |
ReportsApi.reportsEventlogGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset)
Returns log of delivery events filtered by specified parameters.
|
ExportLink |
ReportsApi.reportsEventsExportGet(List<String> statuses,
String from,
String to,
String channelName,
String fileFormat,
String compressionFormat,
String fileName)
Export delivery events log information to the specified file format.
|
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.reportsEventsExportGetCall(List<String> statuses,
String from,
String to,
String channelName,
String fileFormat,
String compressionFormat,
String fileName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsEventsExportGet
|
ApiResponse<ExportLink> |
ReportsApi.reportsEventsExportGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
String fileFormat,
String compressionFormat,
String fileName)
Export delivery events log information to the specified file format.
|
ExportLink |
ReportsApi.reportsExportGet(List<String> statuses,
String fileFormat,
String from,
String to,
String channelName,
Boolean includeEmail,
Boolean includeSms,
List<String> messageCategory,
String compressionFormat,
String fileName,
String email)
Export email 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.reportsExportGetCall(List<String> statuses,
String fileFormat,
String from,
String to,
String channelName,
Boolean includeEmail,
Boolean includeSms,
List<String> messageCategory,
String compressionFormat,
String fileName,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsExportGet
|
ApiResponse<ExportLink> |
ReportsApi.reportsExportGetWithHttpInfo(List<String> statuses,
String fileFormat,
String from,
String to,
String channelName,
Boolean includeEmail,
Boolean includeSms,
List<String> messageCategory,
String compressionFormat,
String fileName,
String email)
Export email log information to the specified file format.
|
Log |
ReportsApi.reportsGet(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns logs filtered by specified parameters.
|
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.reportsGetCall(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsGet
|
ApiResponse<Log> |
ReportsApi.reportsGetWithHttpInfo(List<String> statuses,
String from,
String to,
String channelName,
Integer limit,
Integer offset,
Boolean includeEmail,
Boolean includeSms,
String email,
String ipaddress)
Returns logs filtered by specified parameters.
|
ExportLink |
ReportsApi.reportsLinktrackingsExportGet(String from,
String to,
String channelName,
String fileFormat,
Integer limit,
Integer offset,
String compressionFormat,
String fileName)
Export detailed link tracking information to the specified file format.
|
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.reportsLinktrackingsExportGetCall(String from,
String to,
String channelName,
String fileFormat,
Integer limit,
Integer offset,
String compressionFormat,
String fileName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsLinktrackingsExportGet
|
ApiResponse<ExportLink> |
ReportsApi.reportsLinktrackingsExportGetWithHttpInfo(String from,
String to,
String channelName,
String fileFormat,
Integer limit,
Integer offset,
String compressionFormat,
String fileName)
Export detailed link tracking information to the specified file format.
|
Log |
ReportsApi.reportsNotificationsGet(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType)
Returns notification logs filtered by specified parameters.
|
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.reportsNotificationsGetCall(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsNotificationsGet
|
ApiResponse<Log> |
ReportsApi.reportsNotificationsGetWithHttpInfo(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType)
Returns notification logs filtered by specified parameters.
|
List<Payment> |
ReportsApi.reportsPaymentsHistoryGet(Integer limit,
Integer offset,
String fromDate,
String toDate)
Lists all payments
|
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.reportsPaymentsHistoryGetCall(Integer limit,
Integer offset,
String fromDate,
String toDate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsPaymentsHistoryGet
|
ApiResponse<List<Payment>> |
ReportsApi.reportsPaymentsHistoryGetWithHttpInfo(Integer limit,
Integer offset,
String fromDate,
String toDate)
Lists all payments
|
Referral |
ReportsApi.reportsReferralsGet()
Shows information about your referral details
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsGetAsync(ApiCallback<Referral> callback)
Shows information about your referral details (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsReferralsGet
|
ApiResponse<Referral> |
ReportsApi.reportsReferralsGetWithHttpInfo()
Shows information about your referral details
|
List<Payment> |
ReportsApi.reportsReferralsPayoutHistoryGet()
Lists all referral payout history
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsPayoutHistoryGetAsync(ApiCallback<List<Payment>> callback)
Lists all referral payout history (asynchronously)
|
com.squareup.okhttp.Call |
ReportsApi.reportsReferralsPayoutHistoryGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsReferralsPayoutHistoryGet
|
ApiResponse<List<Payment>> |
ReportsApi.reportsReferralsPayoutHistoryGetWithHttpInfo()
Lists all referral payout history
|
List<ReputationHistory> |
ReportsApi.reportsReputationHistoryGet(Integer limit,
Integer offset)
Shows latest changes in your sending reputation
|
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.reportsReputationHistoryGetCall(Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsReputationHistoryGet
|
ApiResponse<List<ReputationHistory>> |
ReportsApi.reportsReputationHistoryGetWithHttpInfo(Integer limit,
Integer offset)
Shows latest changes in your sending reputation
|
List<SpamCheck> |
ReportsApi.reportsSpamchecksHistoryGet(Integer limit,
Integer offset)
Returns detailed spam check.
|
com.squareup.okhttp.Call |
ReportsApi.reportsSpamchecksHistoryGetAsync(Integer limit,
Integer offset,
ApiCallback<List<SpamCheck>> callback)
Returns detailed spam check.
|
com.squareup.okhttp.Call |
ReportsApi.reportsSpamchecksHistoryGetCall(Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsSpamchecksHistoryGet
|
ApiResponse<List<SpamCheck>> |
ReportsApi.reportsSpamchecksHistoryGetWithHttpInfo(Integer limit,
Integer offset)
Returns detailed spam check.
|
LogSummary |
ReportsApi.reportsSummaryGet(String from,
String to,
String channelName,
String interval,
String transactionID)
Loads summary information about activity in chosen date range.
|
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 |
ReportsApi.reportsSummaryGetCall(String from,
String to,
String channelName,
String interval,
String transactionID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reportsSummaryGet
|
ApiResponse<LogSummary> |
ReportsApi.reportsSummaryGetWithHttpInfo(String from,
String to,
String channelName,
String interval,
String transactionID)
Loads summary information about activity in chosen date range.
|
List<AccessToken> |
SecurityApi.securityAccesstokensGet()
Get AccessToken list.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensGetAsync(ApiCallback<List<AccessToken>> callback)
Get AccessToken list.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for securityAccesstokensGet
|
ApiResponse<List<AccessToken>> |
SecurityApi.securityAccesstokensGetWithHttpInfo()
Get AccessToken list.
|
void |
SecurityApi.securityAccesstokensNameDelete(String name)
Permanently delete AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameDeleteAsync(String name,
ApiCallback<Void> callback)
Permanently delete AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for securityAccesstokensNameDelete
|
ApiResponse<Void> |
SecurityApi.securityAccesstokensNameDeleteWithHttpInfo(String name)
Permanently delete AccessToken.
|
AccessToken |
SecurityApi.securityAccesstokensNameGet(String name)
Get AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameGetAsync(String name,
ApiCallback<AccessToken> callback)
Get AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for securityAccesstokensNameGet
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensNameGetWithHttpInfo(String name)
Get AccessToken.
|
AccessToken |
SecurityApi.securityAccesstokensNamePut(String name,
AccessToken body)
Edit AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNamePutAsync(String name,
AccessToken body,
ApiCallback<AccessToken> callback)
Edit AccessToken.
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensNamePutCall(String name,
AccessToken body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for securityAccesstokensNamePut
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensNamePutWithHttpInfo(String name,
AccessToken body)
Edit AccessToken.
|
AccessToken |
SecurityApi.securityAccesstokensPost(AccessToken body)
Add new AccessToken
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensPostAsync(AccessToken body,
ApiCallback<AccessToken> callback)
Add new AccessToken (asynchronously)
|
com.squareup.okhttp.Call |
SecurityApi.securityAccesstokensPostCall(AccessToken body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for securityAccesstokensPost
|
ApiResponse<AccessToken> |
SecurityApi.securityAccesstokensPostWithHttpInfo(AccessToken body)
Add new AccessToken
|
List<Segment> |
SegmentsApi.segmentsGet(Boolean includeHistory,
String from,
String to)
Lists all your available Segments
|
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.segmentsGetCall(Boolean includeHistory,
String from,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentsGet
|
ApiResponse<List<Segment>> |
SegmentsApi.segmentsGetWithHttpInfo(Boolean includeHistory,
String from,
String to)
Lists all your available Segments
|
void |
SegmentsApi.segmentsNameDelete(String name)
Delete existing segment.
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete existing segment.
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentsNameDelete
|
ApiResponse<Void> |
SegmentsApi.segmentsNameDeleteWithHttpInfo(String name)
Delete existing segment.
|
Segment |
SegmentsApi.segmentsNameGet(String name,
Boolean includeHistory,
String from,
String to)
Lists your available Segment using the provided name
|
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.segmentsNameGetCall(String name,
Boolean includeHistory,
String from,
String to,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentsNameGet
|
ApiResponse<Segment> |
SegmentsApi.segmentsNameGetWithHttpInfo(String name,
Boolean includeHistory,
String from,
String to)
Lists your available Segment using the provided name
|
Segment |
SegmentsApi.segmentsNamePut(String name,
SegmentPayload body)
Rename or change RULE for your segment
|
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.segmentsNamePutCall(String name,
SegmentPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentsNamePut
|
ApiResponse<Segment> |
SegmentsApi.segmentsNamePutWithHttpInfo(String name,
SegmentPayload body)
Rename or change RULE for your segment
|
Segment |
SegmentsApi.segmentsPost(SegmentPayload body)
Create new segment, based on specified RULE.
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsPostAsync(SegmentPayload body,
ApiCallback<Segment> callback)
Create new segment, based on specified RULE.
|
com.squareup.okhttp.Call |
SegmentsApi.segmentsPostCall(SegmentPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for segmentsPost
|
ApiResponse<Segment> |
SegmentsApi.segmentsPostWithHttpInfo(SegmentPayload body)
Create new segment, based on specified RULE.
|
void |
SmsApi.smsPost(SMS body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
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 |
SmsApi.smsPostCall(SMS body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for smsPost
|
ApiResponse<Void> |
SmsApi.smsPostWithHttpInfo(SMS body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
|
void |
SubaccountsApi.subaccountsEmailCreditsDelete(String notes,
String email,
Integer credits,
Boolean removeAll)
Remove email, template or litmus credits from a sub-account
|
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.subaccountsEmailCreditsDeleteCall(String notes,
String email,
Integer credits,
Boolean removeAll,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailCreditsDelete
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailCreditsDeleteWithHttpInfo(String notes,
String email,
Integer credits,
Boolean removeAll)
Remove email, template or litmus credits from a sub-account
|
void |
SubaccountsApi.subaccountsEmailCreditsPost(SubaccountCreditsPayload body,
String email)
Add email credits to a sub-account
|
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.subaccountsEmailCreditsPostCall(SubaccountCreditsPayload body,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailCreditsPost
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailCreditsPostWithHttpInfo(SubaccountCreditsPayload body,
String email)
Add email credits to a sub-account
|
void |
SubaccountsApi.subaccountsEmailDelete(String email)
Deletes specified Subaccount
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailDeleteAsync(String email,
ApiCallback<Void> callback)
Deletes specified Subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailDeleteCall(String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailDelete
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailDeleteWithHttpInfo(String email)
Deletes specified Subaccount
|
SubAccount |
SubaccountsApi.subaccountsEmailGet(String email)
Retrieve info about one of your subaccounts
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailGetAsync(String email,
ApiCallback<SubAccount> callback)
Retrieve info about one of your subaccounts (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailGetCall(String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailGet
|
ApiResponse<SubAccount> |
SubaccountsApi.subaccountsEmailGetWithHttpInfo(String email)
Retrieve info about one of your subaccounts
|
SubAccountSettings |
SubaccountsApi.subaccountsEmailSettingsGet(String email)
Loads settings of subaccount
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsGetAsync(String email,
ApiCallback<SubAccountSettings> callback)
Loads settings of subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsGetCall(String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailSettingsGet
|
ApiResponse<SubAccountSettings> |
SubaccountsApi.subaccountsEmailSettingsGetWithHttpInfo(String email)
Loads settings of subaccount
|
SubAccountSettings |
SubaccountsApi.subaccountsEmailSettingsPut(String email,
SubAccountSettings body)
Updates settings of specified subaccount
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsPutAsync(String email,
SubAccountSettings body,
ApiCallback<SubAccountSettings> callback)
Updates settings of specified subaccount (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailSettingsPutCall(String email,
SubAccountSettings body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailSettingsPut
|
ApiResponse<SubAccountSettings> |
SubaccountsApi.subaccountsEmailSettingsPutWithHttpInfo(String email,
SubAccountSettings body)
Updates settings of specified subaccount
|
List<SubAccount> |
SubaccountsApi.subaccountsGet(Integer limit,
Integer offset)
Lists all of your subaccounts
|
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.subaccountsGetCall(Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsGet
|
ApiResponse<List<SubAccount>> |
SubaccountsApi.subaccountsGetWithHttpInfo(Integer limit,
Integer offset)
Lists all of your subaccounts
|
Account |
SubaccountsApi.subaccountsPost(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
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 |
SubaccountsApi.subaccountsPostCall(SubaccountPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsPost
|
ApiResponse<Account> |
SubaccountsApi.subaccountsPostWithHttpInfo(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
List<Export> |
TasksApi.tasksGet(String type,
Integer limit,
Integer offset)
Returns a list of all background tasks data.
|
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.tasksGetCall(String type,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tasksGet
|
ApiResponse<List<Export>> |
TasksApi.tasksGetWithHttpInfo(String type,
Integer limit,
Integer offset)
Returns a list of all background tasks data.
|
void |
TasksApi.tasksIdDelete(String id)
Delete the specified background task.
|
com.squareup.okhttp.Call |
TasksApi.tasksIdDeleteAsync(String id,
ApiCallback<Void> callback)
Delete the specified background task.
|
com.squareup.okhttp.Call |
TasksApi.tasksIdDeleteCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tasksIdDelete
|
ApiResponse<Void> |
TasksApi.tasksIdDeleteWithHttpInfo(String id)
Delete the specified background task.
|
String |
TasksApi.tasksIdStatusGet(String id)
Check the current status of the 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 |
TasksApi.tasksIdStatusGetCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tasksIdStatusGet
|
ApiResponse<String> |
TasksApi.tasksIdStatusGetWithHttpInfo(String id)
Check the current status of the background task.
|
void |
TemplatesApi.templatesNameDelete(String name)
Delete template with the specified ID
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameDeleteAsync(String name,
ApiCallback<Void> callback)
Delete template with the specified ID (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesNameDelete
|
ApiResponse<Void> |
TemplatesApi.templatesNameDeleteWithHttpInfo(String name)
Delete template with the specified ID
|
Template |
TemplatesApi.templatesNameGet(String name)
Load template with content
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameGetAsync(String name,
ApiCallback<Template> callback)
Load template with content (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesNameGetCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesNameGet
|
ApiResponse<Template> |
TemplatesApi.templatesNameGetWithHttpInfo(String name)
Load template with content
|
Template |
TemplatesApi.templatesNamePut(String name,
Template body,
Boolean removeScreenshot)
Update existing template, overwriting existing data.
|
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.templatesNamePutCall(String name,
Template body,
Boolean removeScreenshot,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesNamePut
|
ApiResponse<Template> |
TemplatesApi.templatesNamePutWithHttpInfo(String name,
Template body,
Boolean removeScreenshot)
Update existing template, overwriting existing data.
|
Template |
TemplatesApi.templatesPost(Template body)
Create new Template.
|
com.squareup.okhttp.Call |
TemplatesApi.templatesPostAsync(Template body,
ApiCallback<Template> callback)
Create new Template.
|
com.squareup.okhttp.Call |
TemplatesApi.templatesPostCall(Template body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesPost
|
ApiResponse<Template> |
TemplatesApi.templatesPostWithHttpInfo(Template body)
Create new Template.
|
TemplateTagList |
TemplatesApi.templatesTagsGet()
Retrieve a list of your Tags
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsGetAsync(ApiCallback<TemplateTagList> callback)
Retrieve a list of your Tags (asynchronously)
|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesTagsGet
|
ApiResponse<TemplateTagList> |
TemplatesApi.templatesTagsGetWithHttpInfo()
Retrieve a list of your Tags
|
void |
TemplatesApi.templatesTagsNameDelete(String name)
Delete a tag, removing it from all Templates
|
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.templatesTagsNameDeleteCall(String name,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesTagsNameDelete
|
ApiResponse<Void> |
TemplatesApi.templatesTagsNameDeleteWithHttpInfo(String name)
Delete a tag, removing it from all Templates
|
TemplateTag |
TemplatesApi.templatesTagsPost(String tagName)
Create a new Tag to be used in your Templates
|
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.templatesTagsPostCall(String tagName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesTagsPost
|
ApiResponse<TemplateTag> |
TemplatesApi.templatesTagsPostWithHttpInfo(String tagName)
Create a new Tag to be used in your Templates
|
List<Template> |
TemplatesApi.templatesTypeListGet(String type,
List<String> tags,
Integer limit,
Integer offset)
Load a list of templates of a specified type
|
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 |
TemplatesApi.templatesTypeListGetCall(String type,
List<String> tags,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for templatesTypeListGet
|
ApiResponse<List<Template>> |
TemplatesApi.templatesTypeListGetWithHttpInfo(String type,
List<String> tags,
Integer limit,
Integer offset)
Load a list of templates of a specified type
|
List<Webhook> |
WebhooksApi.webhooksGet(Integer limit,
Integer offset)
Load notifications webhooks
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksGetAsync(Integer limit,
Integer offset,
ApiCallback<List<Webhook>> callback)
Load notifications webhooks (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksGetCall(Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksGet
|
ApiResponse<List<Webhook>> |
WebhooksApi.webhooksGetWithHttpInfo(Integer limit,
Integer offset)
Load notifications webhooks
|
Webhook |
WebhooksApi.webhooksPost(WebhookPayload body)
Add notifications webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostAsync(WebhookPayload body,
ApiCallback<Webhook> callback)
Add notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostCall(WebhookPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPost
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPostWithHttpInfo(WebhookPayload body)
Add notifications webhook
|
void |
WebhooksApi.webhooksPublicidDelete(String publicid)
Delete notifications webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidDeleteAsync(String publicid,
ApiCallback<Void> callback)
Delete notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidDeleteCall(String publicid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPublicidDelete
|
ApiResponse<Void> |
WebhooksApi.webhooksPublicidDeleteWithHttpInfo(String publicid)
Delete notifications webhook
|
Webhook |
WebhooksApi.webhooksPublicidGet(String publicid)
Load notifications webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidGetAsync(String publicid,
ApiCallback<Webhook> callback)
Load notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidGetCall(String publicid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPublicidGet
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidGetWithHttpInfo(String publicid)
Load notifications webhook
|
Webhook |
WebhooksApi.webhooksPublicidPut(String publicid,
WebhookPayload body)
Update notification webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutAsync(String publicid,
WebhookPayload body,
ApiCallback<Webhook> callback)
Update notification webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutCall(String publicid,
WebhookPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPublicidPut
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidPutWithHttpInfo(String publicid,
WebhookPayload body)
Update notification webhook
|
Copyright © 2019. All rights reserved.