public class SmsDeliveryTimeWindow extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DAYS |
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
SmsDeliveryTimeWindow() |
| Modifier and Type | Method and Description |
|---|---|
SmsDeliveryTimeWindow |
addDaysItem(SmsDeliveryDay daysItem) |
SmsDeliveryTimeWindow |
days(List<SmsDeliveryDay> days) |
boolean |
equals(Object o) |
SmsDeliveryTimeWindow |
from(SmsDeliveryTime from) |
List<SmsDeliveryDay> |
getDays()
Days of the week which are included in the delivery time window.
|
SmsDeliveryTime |
getFrom()
The exact time of day to start sending messages.
|
SmsDeliveryTime |
getTo()
The exact time of day to end sending messages.
|
int |
hashCode() |
void |
setDays(List<SmsDeliveryDay> days) |
void |
setFrom(SmsDeliveryTime from) |
void |
setTo(SmsDeliveryTime to) |
SmsDeliveryTimeWindow |
to(SmsDeliveryTime to) |
String |
toString() |
public static final String SERIALIZED_NAME_DAYS
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public SmsDeliveryTimeWindow days(List<SmsDeliveryDay> days)
public SmsDeliveryTimeWindow addDaysItem(SmsDeliveryDay daysItem)
public List<SmsDeliveryDay> getDays()
public void setDays(List<SmsDeliveryDay> days)
public SmsDeliveryTimeWindow from(SmsDeliveryTime from)
public SmsDeliveryTime getFrom()
public void setFrom(SmsDeliveryTime from)
public SmsDeliveryTimeWindow to(SmsDeliveryTime to)
public SmsDeliveryTime getTo()
public void setTo(SmsDeliveryTime to)
Copyright © 2022. All rights reserved.