Uses of Class
no.digipost.api.client.representations.Document
-
Packages that use Document Package Description no.digipost.api.client.delivery no.digipost.api.client.internal.delivery 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 Document in no.digipost.api.client.delivery
Methods in no.digipost.api.client.delivery with parameters of type Document Modifier and Type Method Description default OPERATIONS
OngoingDelivery. addContent(Document document, byte[] content)
Laster opp innhold til et dokument.OPERATIONS
OngoingDelivery. addContent(Document document, InputStream content)
Laster opp innhold til et dokument.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. -
Uses of Document in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery with parameters of type Document Modifier and Type Method Description InputStream
MessageDeliverer. 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 Document Modifier and Type Field Description Document
Message. primaryDocument
protected Document
MessageDelivery. primaryDocument
Fields in no.digipost.api.client.representations with type parameters of type Document Modifier and Type Field Description List<Document>
Message. attachments
protected List<Document>
MessageDelivery. attachments
Methods in no.digipost.api.client.representations that return Document Modifier and Type Method Description Document
Document. copyDocumentAndSetDigipostFileTypeToPdf()
Document
Document. encrypt()
Document
MessageDelivery. getDocument(UUID uuid)
Document
MessageDelivery. getPrimaryDocument()
static Document
Document. technicalAttachment(FileType fileType, String... type)
Methods in no.digipost.api.client.representations that return types with arguments of type Document Modifier and Type Method Description Comparator<? super Document>
Message. documentOrder()
Stream<Document>
Message. getAllDocuments()
Stream<Document>
MessageDelivery. getAllDocuments()
List<Document>
MessageDelivery. getAttachments()
Methods in no.digipost.api.client.representations with parameters of type Document Modifier and Type Method Description Message.MessageBuilder
Message.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 Document Modifier and Type Method Description Message.MessageBuilder
Message.MessageBuilder. attachments(Iterable<? extends Document> attachments)
-