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 voidDigipostClient. deleteInboxDocument(InboxDocument inboxDocument)Delets the given document from the serverInputStreamDigipostClient. 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 voidInboxApi. deleteInboxDocument(InboxDocument inboxDocument)Delets the given document from the serverInputStreamInboxApi. 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 voidApiServiceImpl. deleteInboxDocument(InboxDocument inboxDocument)InputStreamApiServiceImpl. 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 List<InboxDocument>InboxDocument. attachmentsList<InboxDocument>Inbox. documentsMethods in no.digipost.api.client.representations.inbox that return types with arguments of type InboxDocument Modifier and Type Method Description List<InboxDocument>InboxDocument. getAttachments()Constructor parameters in no.digipost.api.client.representations.inbox with type arguments of type InboxDocument Constructor Description Inbox(List<InboxDocument> documents)
-