Class SenderInformation
java.lang.Object
no.digipost.api.client.representations.sender.SenderInformation
Informasjon om en avsender. Bruk
is(
VALID_SENDER)
for å avgjøre om avsenderen er gyldig, og eksempelvis
hasEnabled(
DIGIPOST_DELIVERY)
for å sjekke om du kan sende post fra avsenderen med REST-APIet til Digipost.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSenderInformation
(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures) -
Method Summary
Modifier and TypeMethodDescriptionget
(SenderFeatureName featureName) no.digipost.print.validate.PdfValidationSettings
boolean
hasEnabled
(SenderFeatureName featureName) boolean
is
(SenderStatus status) toString()
-
Constructor Details
-
SenderInformation
public SenderInformation() -
SenderInformation
public SenderInformation(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures)
-
-
Method Details