| Package | Description |
|---|---|
| com.infobip.api |
| Modifier and Type | Method and Description |
|---|---|
SmsLogsResponse |
SendSmsApi.getOutboundSmsMessageLogs(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc)
Get outbound SMS message logs.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SmsLogsResponse> |
SendSmsApi.getOutboundSmsMessageLogsWithHttpInfo(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc)
Get outbound SMS message logs.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SendSmsApi.getOutboundSmsMessageLogsAsync(String from,
String to,
List<String> bulkId,
List<String> messageId,
String generalStatus,
OffsetDateTime sentSince,
OffsetDateTime sentUntil,
Integer limit,
String mcc,
String mnc,
ApiCallback<SmsLogsResponse> _callback)
Get outbound SMS message logs (asynchronously).
|
Copyright © 2022. All rights reserved.