Package | Description |
---|---|
no.digipost.api.client.representations |
Copyright (C) Posten Norge AS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
List<ListedTime> |
SmsNotification.ats |
List<ListedTime> |
EmailNotification.ats |
Modifier and Type | Method and Description |
---|---|
ListedTime |
ListedTime.plus(long amountToAdd,
TemporalUnit unit) |
ListedTime |
ListedTime.with(TemporalField field,
long newValue) |
Constructor and Description |
---|
EmailNotification(String emailAddress,
String subject,
String text,
List<ListedTime> ats) |
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 with
SmsOverrides . |
Copyright © 2017 Digipost. All rights reserved.