Uses of Class
no.digipost.api.client.representations.Document
Packages that use Document
Package
Description
-
Uses of Document in no.digipost.api.client.delivery
Methods in no.digipost.api.client.delivery with parameters of type DocumentModifier and TypeMethodDescriptiondefault OPERATIONS
OngoingDelivery.addContent
(Document document, byte[] content) Laster opp innhold til et dokument.OngoingDelivery.addContent
(Document document, InputStream content) Laster opp innhold til et dokument.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.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. -
Uses of Document in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery with parameters of type DocumentModifier and TypeMethodDescriptionMessageDeliverer.fetchKeyAndEncrypt
(Document document, InputStream content) Henter brukers public nøkkel fra serveren og krypterer brevet som skal sendes med denne. -
Uses of Document in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as DocumentModifier and TypeFieldDescriptionfinal Document
Message.primaryDocument
protected Document
MessageDelivery.primaryDocument
Fields in no.digipost.api.client.representations with type parameters of type DocumentMethods in no.digipost.api.client.representations that return DocumentModifier and TypeMethodDescriptionDocument.copyDocumentAndSetDigipostFileTypeToPdf()
Document.encrypt()
MessageDelivery.getDocument
(UUID uuid) MessageDelivery.getPrimaryDocument()
static Document
Document.technicalAttachment
(FileType fileType, String... type) Methods in no.digipost.api.client.representations that return types with arguments of type DocumentModifier and TypeMethodDescriptionComparator<? super Document>
Message.documentOrder()
Message.getAllDocuments()
MessageDelivery.getAllDocuments()
MessageDelivery.getAttachments()
Methods in no.digipost.api.client.representations with parameters of type DocumentModifier and TypeMethodDescriptionMessage.MessageBuilder.attachments
(Document... attachments) static Message.MessageBuilder
Message.newMessage
(String messageId, Document primaryDocument) static Message.MessageBuilder
Message.newMessage
(UUID messageId, Document primaryDocument) Method parameters in no.digipost.api.client.representations with type arguments of type DocumentModifier and TypeMethodDescriptionMessage.MessageBuilder.attachments
(Iterable<? extends Document> attachments)