Uses of Class
no.digipost.api.client.representations.archive.Archive.ArchiveBuilder
-
Packages that use Archive.ArchiveBuilder Package Description 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.ArchiveBuilder in no.digipost.api.client.representations.archive
Methods in no.digipost.api.client.representations.archive that return Archive.ArchiveBuilder Modifier and Type Method Description static Archive.ArchiveBuilder
Archive. defaultArchive()
Archive.ArchiveBuilder
Archive.ArchiveBuilder. documents(Iterable<ArchiveDocument> documents)
Archive.ArchiveBuilder
Archive.ArchiveBuilder. documents(ArchiveDocument... documents)
static Archive.ArchiveBuilder
Archive. namedArchive(String archiveName)
Archive.ArchiveBuilder
Archive.ArchiveBuilder. senderId(SenderId senderId)
Only neccessary when sending on behalf of another user.Archive.ArchiveBuilder
Archive.ArchiveBuilder. senderOrganization(SenderOrganization senderOrganization)
Only neccessary when sending on behalf of another user.
-