Class SmsNotification
- java.lang.Object
-
- no.digipost.api.client.representations.SmsNotification
-
public class SmsNotification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<Integer>
afterHours
List<ListedTime>
ats
SmsOverrides
overrides
-
Constructor Summary
Constructors Constructor Description SmsNotification()
SmsNotification(int afterHours)
SmsNotification(List<ListedTime> ats, List<Integer> afterHours)
SmsNotification(List<ListedTime> ats, SmsOverrides overrides)
This constructor requires that the sender is allowed to override SMS preferences withSmsOverrides
.
-
-
-
Field Detail
-
overrides
public final SmsOverrides overrides
-
ats
public final List<ListedTime> ats
-
-
Constructor Detail
-
SmsNotification
public SmsNotification()
-
SmsNotification
public SmsNotification(int afterHours)
-
SmsNotification
public SmsNotification(List<ListedTime> ats, List<Integer> afterHours)
-
SmsNotification
public SmsNotification(List<ListedTime> ats, SmsOverrides overrides)
This constructor requires that the sender is allowed to override SMS preferences withSmsOverrides
.
-
-