| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
ExportLink |
CampaignsApi.campaignsTasksExportGet(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected campaigns to chosen file format.
|
ExportLink |
ChannelsApi.channelsTasksExportGet(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected channels to chosen file format.
|
ExportLink |
ContactsApi.contactsTasksExportGet(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames)
Export selected Contacts to file.
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ExportLink> |
CampaignsApi.campaignsTasksExportGetWithHttpInfo(List<String> campaignNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected campaigns to chosen file format.
|
ApiResponse<ExportLink> |
ChannelsApi.channelsTasksExportGetWithHttpInfo(List<String> channelNames,
String fileFormat,
String compressionFormat,
String fileName)
Export selected channels to chosen file format.
|
ApiResponse<ExportLink> |
ContactsApi.contactsTasksExportGetWithHttpInfo(String fileFormat,
String rule,
List<String> emails,
String compressionFormat,
String fileName,
List<String> listNames)
Export selected Contacts to file.
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.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 |
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportLink |
ExportLink.link(String link) |
ExportLink |
ExportLink.publicExportID(String publicExportID) |
Copyright © 2019. All rights reserved.