| Package | Description |
|---|---|
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
static SmsDeliveryDay |
SmsDeliveryDay.fromValue(String value) |
SmsDeliveryDay |
SmsDeliveryDay.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SmsDeliveryDay |
SmsDeliveryDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsDeliveryDay[] |
SmsDeliveryDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmsDeliveryDay> |
SmsDeliveryTimeWindow.getDays()
Days of the week which are included in the delivery time window.
|
| Modifier and Type | Method and Description |
|---|---|
SmsDeliveryTimeWindow |
SmsDeliveryTimeWindow.addDaysItem(SmsDeliveryDay daysItem) |
void |
SmsDeliveryDay.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SmsDeliveryDay enumeration) |
| Modifier and Type | Method and Description |
|---|---|
SmsDeliveryTimeWindow |
SmsDeliveryTimeWindow.days(List<SmsDeliveryDay> days) |
void |
SmsDeliveryTimeWindow.setDays(List<SmsDeliveryDay> days) |
Copyright © 2022. All rights reserved.