| Package | Description |
|---|---|
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
SmsDestination |
SmsDestination.messageId(String messageId) |
SmsDestination |
SmsDestination.to(String to) |
| Modifier and Type | Method and Description |
|---|---|
List<SmsDestination> |
SmsTextualMessage.getDestinations()
An array of destination objects for where messages are being sent.
|
List<SmsDestination> |
SmsBinaryMessage.getDestinations()
An array of destination objects for where messages are being sent.
|
| Modifier and Type | Method and Description |
|---|---|
SmsTextualMessage |
SmsTextualMessage.addDestinationsItem(SmsDestination destinationsItem) |
SmsBinaryMessage |
SmsBinaryMessage.addDestinationsItem(SmsDestination destinationsItem) |
| Modifier and Type | Method and Description |
|---|---|
SmsTextualMessage |
SmsTextualMessage.destinations(List<SmsDestination> destinations) |
SmsBinaryMessage |
SmsBinaryMessage.destinations(List<SmsDestination> destinations) |
void |
SmsTextualMessage.setDestinations(List<SmsDestination> destinations) |
void |
SmsBinaryMessage.setDestinations(List<SmsDestination> destinations) |
Copyright © 2022. All rights reserved.