Package | Description |
---|---|
no.digipost.api.client | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DigipostClient.deleteInboxDocument(InboxDocument inboxDocument)
Delets the given document from the server
|
void |
ApiService.deleteInboxDocument(InboxDocument inboxDocument)
Delets the given document from the server
|
void |
ApiServiceImpl.deleteInboxDocument(InboxDocument inboxDocument) |
void |
InboxCommunicator.deleteInboxDocument(InboxDocument inboxDocument) |
InputStream |
DigipostClient.getInboxDocumentContent(InboxDocument inboxDocument)
Get the content of a document as a stream.
|
InputStream |
ApiService.getInboxDocumentContentStream(InboxDocument inboxDocument)
Get the content of a document as a stream.
|
InputStream |
ApiServiceImpl.getInboxDocumentContentStream(InboxDocument inboxDocument) |
InputStream |
InboxCommunicator.getInboxDocumentContentStream(InboxDocument inboxDocument) |
Modifier and Type | Field and Description |
---|---|
protected List<InboxDocument> |
InboxDocument.attachments |
List<InboxDocument> |
Inbox.documents |
Modifier and Type | Method and Description |
---|---|
List<InboxDocument> |
InboxDocument.getAttachments() |
Constructor and Description |
---|
Inbox(List<InboxDocument> documents) |
Copyright © 2018 Digipost. All rights reserved.