Package no.digipost.api.client.archive
Interface ArchiveApi.ArchivingDocuments
- All Known Implementing Classes:
PerformingArchivingDocuments
- Enclosing interface:
ArchiveApi
public static interface ArchiveApi.ArchivingDocuments
-
Method Summary
Modifier and TypeMethodDescriptiondefault ArchiveApi.ArchivingDocuments
addFile
(ArchiveDocument document, byte[] content) Laster opp innhold til et dokument.addFile
(ArchiveDocument document, InputStream content) Laster opp innhold til et dokument.send()
Sender forsendelsen.
-
Method Details
-
addFile
Laster opp innhold til et dokument.- Returns:
- videre operasjoner for å fullføre leveransen.
-
addFile
Laster opp innhold til et dokument.- Returns:
- videre operasjoner for å fullføre leveransen.
-
send
Archive send()Sender forsendelsen.
-