| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Log |
ReportsApi.reportsNotificationsGet(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType)
Returns notification logs filtered by specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
ApiResponse<Log> |
ReportsApi.reportsNotificationsGetWithHttpInfo(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType)
Returns notification logs filtered by specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.reportsNotificationsGetAsync(List<String> statuses,
String from,
String to,
Integer limit,
Integer offset,
String notificationType,
ApiCallback<Log> callback)
Returns notification logs filtered by specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
Log.addRecipientsItem(Recipient recipientsItem) |
Log |
Log.from(org.threeten.bp.OffsetDateTime from) |
Log |
Log.recipients(List<Recipient> recipients) |
Log |
Log.to(org.threeten.bp.OffsetDateTime to) |
Copyright © 2019. All rights reserved.