Uses of Class
no.digipost.api.client.representations.archive.Archive
-
Packages that use Archive Package Description no.digipost.api.client no.digipost.api.client.archive no.digipost.api.client.internal 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.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 Archive in no.digipost.api.client
Methods in no.digipost.api.client that return Archive Modifier and Type Method Description ArchiveDigipostClient. addUniqueUUIDToArchiveDocument(UUID uuid, UUID newuuid)ArchiveDigipostClient. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)ArchiveDigipostClient. getArchiveDocumentByUuid(UUID uri)ArchiveDigipostClient. getArchiveDocumentByUuid(SenderId senderId, UUID uuid)ArchiveDigipostClient. getArchiveDocuments(URI uri)An Archive has an optional URL to fetch documents paged 100 at a time.Methods in no.digipost.api.client with parameters of type Archive Modifier and Type Method Description ArchiveApi.ArchivingDocumentsDigipostClient. archiveDocuments(Archive archive) -
Uses of Archive in no.digipost.api.client.archive
Methods in no.digipost.api.client.archive that return Archive Modifier and Type Method Description ArchiveArchiveApi. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)ArchiveArchiveApi. getArchiveDocument(URI uri)ArchiveArchiveApi. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)ArchiveArchiveApi. getArchiveDocuments(URI uri)ArchiveArchiveApi.ArchivingDocuments. send()Sender forsendelsen. -
Uses of Archive in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal that return Archive Modifier and Type Method Description ArchiveApiServiceImpl. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)ArchiveApiServiceImpl. getArchiveDocument(URI uri)ArchiveApiServiceImpl. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)ArchiveApiServiceImpl. getArchiveDocuments(URI uri) -
Uses of Archive in no.digipost.api.client.internal.delivery
Methods in no.digipost.api.client.internal.delivery that return Archive Modifier and Type Method Description ArchivePerformingArchivingDocuments. send()ArchiveArchiveDeliverer. sendMultipartMessage(Archive archive, Map<UUID,no.digipost.api.client.internal.delivery.DocumentContent> documentsAndContent)Sender melding med alle dokumenter og innhold med én API-forespørsel (HTTP multipart request).Methods in no.digipost.api.client.internal.delivery with parameters of type Archive Modifier and Type Method Description ArchiveApi.ArchivingDocumentsArchiveDeliverer. createArchive(Archive archive)ArchiveArchiveDeliverer. sendMultipartMessage(Archive archive, Map<UUID,no.digipost.api.client.internal.delivery.DocumentContent> documentsAndContent)Sender melding med alle dokumenter og innhold med én API-forespørsel (HTTP multipart request).Constructors in no.digipost.api.client.internal.delivery with parameters of type Archive Constructor Description PerformingArchivingDocuments(Archive archive, ArchiveDeliverer archiveDeliverer) -
Uses of Archive in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return Archive Modifier and Type Method Description ArchiveObjectFactory. createArchive() -
Uses of Archive in no.digipost.api.client.representations.archive
Fields in no.digipost.api.client.representations.archive with type parameters of type Archive Modifier and Type Field Description protected List<Archive>Archives. archivesMethods in no.digipost.api.client.representations.archive that return Archive Modifier and Type Method Description ArchiveArchive.ArchiveBuilder. build()Methods in no.digipost.api.client.representations.archive that return types with arguments of type Archive Modifier and Type Method Description List<Archive>Archives. getArchives()Constructor parameters in no.digipost.api.client.representations.archive with type arguments of type Archive Constructor Description Archives(List<Archive> archives, List<Link> links)
-