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.
|
Modifier and Type | Method and Description |
---|---|
default OPERATIONS |
OngoingDelivery.addContent(Document document,
byte[] 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.
|
OPERATIONS |
OngoingDelivery.addContent(Document document,
InputStream content)
Laster opp innhold til et dokument.
|
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.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
MessageDeliverer.fetchKeyAndEncrypt(Document document,
InputStream content)
Henter brukers public nøkkel fra serveren og krypterer brevet som skal
sendes med denne.
|
Modifier and Type | Class and Description |
---|---|
class |
Invoice |
Modifier and Type | Field and Description |
---|---|
protected Document |
MessageDelivery.primaryDocument |
Document |
Message.primaryDocument |
Modifier and Type | Field and Description |
---|---|
protected List<Document> |
MessageDelivery.attachments |
List<Document> |
Message.attachments |
Modifier and Type | Method and Description |
---|---|
Document |
Document.copyDocumentAndSetDigipostFileTypeToPdf() |
Document |
Document.encrypt() |
Document |
MessageDelivery.getDocument(UUID uuid) |
Document |
MessageDelivery.getPrimaryDocument() |
static Document |
Document.technicalAttachment(FileType fileType,
String... type) |
Modifier and Type | Method and Description |
---|---|
Comparator<? super Document> |
Message.documentOrder() |
Stream<Document> |
MessageDelivery.getAllDocuments() |
Stream<Document> |
Message.getAllDocuments() |
List<Document> |
MessageDelivery.getAttachments() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Message.MessageBuilder |
Message.MessageBuilder.attachments(Iterable<? extends Document> attachments) |
Copyright © 2019 Digipost. All rights reserved.