Uses of Class
no.digipost.api.client.representations.inbox.InboxDocument
-
Packages that use InboxDocument Package Description no.digipost.api.client no.digipost.api.client.inbox no.digipost.api.client.internal no.digipost.api.client.representations.inbox 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 InboxDocument in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type InboxDocument Modifier and Type Method Description void
DigipostClient. deleteInboxDocument(InboxDocument inboxDocument)
Delets the given document from the serverjava.io.InputStream
DigipostClient. getInboxDocumentContent(InboxDocument inboxDocument)
Get the content of a document as a stream. -
Uses of InboxDocument in no.digipost.api.client.inbox
Methods in no.digipost.api.client.inbox with parameters of type InboxDocument Modifier and Type Method Description void
InboxApi. deleteInboxDocument(InboxDocument inboxDocument)
Delets the given document from the serverjava.io.InputStream
InboxApi. getInboxDocumentContentStream(InboxDocument inboxDocument)
Get the content of a document as a stream. -
Uses of InboxDocument in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type InboxDocument Modifier and Type Method Description void
ApiServiceImpl. deleteInboxDocument(InboxDocument inboxDocument)
java.io.InputStream
ApiServiceImpl. getInboxDocumentContentStream(InboxDocument inboxDocument)
-
Uses of InboxDocument in no.digipost.api.client.representations.inbox
Fields in no.digipost.api.client.representations.inbox with type parameters of type InboxDocument Modifier and Type Field Description protected java.util.List<InboxDocument>
InboxDocument. attachments
java.util.List<InboxDocument>
Inbox. documents
Methods in no.digipost.api.client.representations.inbox that return types with arguments of type InboxDocument Modifier and Type Method Description java.util.List<InboxDocument>
InboxDocument. getAttachments()
Constructor parameters in no.digipost.api.client.representations.inbox with type arguments of type InboxDocument Constructor Description Inbox(java.util.List<InboxDocument> documents)
-