Uses of Class
no.digipost.api.client.representations.archive.ArchiveDocument
-
Packages that use ArchiveDocument Package Description no.digipost.api.client.archive no.digipost.api.client.internal no.digipost.api.client.internal.delivery no.digipost.api.client.representations.archive 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 ArchiveDocument in no.digipost.api.client.archive
Methods in no.digipost.api.client.archive with parameters of type ArchiveDocument Modifier and Type Method Description default ArchiveApi.ArchivingDocumentsArchiveApi.ArchivingDocuments. addFile(ArchiveDocument document, byte[] content)Laster opp innhold til et dokument.ArchiveApi.ArchivingDocumentsArchiveApi.ArchivingDocuments. addFile(ArchiveDocument document, InputStream content)Laster opp innhold til et dokument.voidArchiveApi. deleteArchiveDocumentByUUID(ArchiveDocument archiveDocument) -
Uses of ArchiveDocument in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type ArchiveDocument Modifier and Type Method Description voidApiServiceImpl. deleteArchiveDocumentByUUID(ArchiveDocument archiveDocument) -
Uses of ArchiveDocument in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery with parameters of type ArchiveDocument Modifier and Type Method Description ArchiveApi.ArchivingDocumentsPerformingArchivingDocuments. addFile(ArchiveDocument document, InputStream content) -
Uses of ArchiveDocument in no.digipost.api.client.representations.archive
Fields in no.digipost.api.client.representations.archive with type parameters of type ArchiveDocument Modifier and Type Field Description protected List<ArchiveDocument>Archive. documentsMethods in no.digipost.api.client.representations.archive that return ArchiveDocument Modifier and Type Method Description ArchiveDocumentArchiveDocument. withDeleteAfter(Period duration, Clock clock)ArchiveDocumentArchiveDocument. withDeletionTime(ZonedDateTime deletionTime)ArchiveDocumentArchiveDocument. withReferenceId(String referenceid)Methods in no.digipost.api.client.representations.archive that return types with arguments of type ArchiveDocument Modifier and Type Method Description List<ArchiveDocument>Archive. getDocuments()Methods in no.digipost.api.client.representations.archive with parameters of type ArchiveDocument Modifier and Type Method Description Archive.ArchiveBuilderArchive.ArchiveBuilder. documents(ArchiveDocument... documents)Method parameters in no.digipost.api.client.representations.archive with type arguments of type ArchiveDocument Modifier and Type Method Description Archive.ArchiveBuilderArchive.ArchiveBuilder. documents(Iterable<ArchiveDocument> documents)
-