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