Uses of Class
no.digipost.api.client.representations.ListedTime
Packages that use ListedTime
-
Uses of ListedTime in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations with type parameters of type ListedTimeModifier and TypeFieldDescriptionfinal List<ListedTime>
EmailNotification.ats
final List<ListedTime>
SmsNotification.ats
Methods in no.digipost.api.client.representations that return ListedTimeModifier and TypeMethodDescriptionListedTime.plus
(long amountToAdd, TemporalUnit unit) ListedTime.with
(TemporalField field, long newValue) Constructor parameters in no.digipost.api.client.representations with type arguments of type ListedTimeModifierConstructorDescriptionEmailNotification
(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 withSmsOverrides
.