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 OPERATIONSOngoingDelivery. addContent(Document document, byte[] content)Laster opp innhold til et dokument.OPERATIONSOngoingDelivery. addContent(Document document, InputStream content)Laster opp innhold til et dokument.default OngoingDelivery.SendableWithPrintFallbackOngoingDelivery.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.SendableWithPrintFallbackOngoingDelivery.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 InputStreamMessageDeliverer. 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
Subclasses of Document in no.digipost.api.client.representations Modifier and Type Class Description classInvoiceFields in no.digipost.api.client.representations declared as Document Modifier and Type Field Description DocumentMessage. primaryDocumentprotected DocumentMessageDelivery. primaryDocumentFields in no.digipost.api.client.representations with type parameters of type Document Modifier and Type Field Description List<Document>Message. attachmentsprotected List<Document>MessageDelivery. attachmentsMethods in no.digipost.api.client.representations that return Document Modifier and Type Method Description DocumentDocument. copyDocumentAndSetDigipostFileTypeToPdf()DocumentDocument. encrypt()DocumentMessageDelivery. getDocument(UUID uuid)DocumentMessageDelivery. getPrimaryDocument()static DocumentDocument. 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.MessageBuilderMessage.MessageBuilder. attachments(Document... attachments)static Message.MessageBuilderMessage. newMessage(String messageId, Document primaryDocument)static Message.MessageBuilderMessage. 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.MessageBuilderMessage.MessageBuilder. attachments(Iterable<? extends Document> attachments)
-