Uses of Interface
no.digipost.api.client.delivery.OngoingDelivery.SendableWithPrintFallback
-
Packages that use OngoingDelivery.SendableWithPrintFallback Package Description no.digipost.api.client.delivery -
-
Uses of OngoingDelivery.SendableWithPrintFallback in no.digipost.api.client.delivery
Methods in no.digipost.api.client.delivery that return OngoingDelivery.SendableWithPrintFallback Modifier and Type Method Description default OngoingDelivery.SendableWithPrintFallback
OngoingDelivery.WithPrintFallback. addContent(Document document, byte[] content, byte[] printContent)
Laster opp innhold til et dokument med alternativt innhold for print, hvor sistnevnte må være PDF.OngoingDelivery.SendableWithPrintFallback
OngoingDelivery.WithPrintFallback. addContent(Document document, InputStream content, InputStream printContent)
Laster opp innhold til et dokument med alternativt innhold for print, hvor sistnevnte må være PDF.
-