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 TypeMethodDescriptionvoidDigipostClient.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 TypeMethodDescriptionvoidInboxApi.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 TypeMethodDescriptionvoidApiServiceImpl.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.attachmentsfinal List<InboxDocument>Inbox.documentsMethods 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