Uses of Class
no.digipost.api.client.representations.inbox.InboxDocument
Packages that use InboxDocument
Package
Description
-
Uses of InboxDocument in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type InboxDocumentModifier and TypeMethodDescriptionvoid
DigipostClient.deleteInboxDocument
(InboxDocument inboxDocument) Delets the given document from the serverDigipostClient.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 InboxDocumentModifier and TypeMethodDescriptionvoid
InboxApi.deleteInboxDocument
(InboxDocument inboxDocument) Delets the given document from the serverInboxApi.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 InboxDocumentModifier and TypeMethodDescriptionvoid
ApiServiceImpl.deleteInboxDocument
(InboxDocument inboxDocument) 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 InboxDocumentModifier and TypeFieldDescriptionprotected List<InboxDocument>
InboxDocument.attachments
final List<InboxDocument>
Inbox.documents
Methods in no.digipost.api.client.representations.inbox that return types with arguments of type InboxDocumentConstructor parameters in no.digipost.api.client.representations.inbox with type arguments of type InboxDocument