| Package | Description |
|---|---|
| com.infobip.api | |
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
EmailLogsResponse |
SendEmailApi.getEmailLogs(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit)
Get email logs.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EmailLogsResponse> |
SendEmailApi.getEmailLogsWithHttpInfo(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit)
Get email logs.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SendEmailApi.getEmailLogsAsync(List<String> messageId,
String from,
String to,
String bulkId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
ApiCallback<EmailLogsResponse> _callback)
Get email logs (asynchronously).
|
| Modifier and Type | Method and Description |
|---|---|
EmailLogsResponse |
EmailLogsResponse.addResultsItem(EmailLog resultsItem) |
EmailLogsResponse |
EmailLogsResponse.results(List<EmailLog> results) |
Copyright © 2022. All rights reserved.