Uses of Class
no.digipost.api.client.representations.inbox.Inbox
-
Packages that use Inbox Package Description no.digipost.api.client no.digipost.api.client.inbox no.digipost.api.client.internal -
-
Uses of Inbox in no.digipost.api.client
Methods in no.digipost.api.client that return Inbox Modifier and Type Method Description InboxDigipostClient. getInbox(SenderId senderId)Get the first 100 documents in the inbox for the organisation represented by senderId.InboxDigipostClient. getInbox(SenderId senderId, int offset, int limit)Get documents from the inbox for the organisation represented by senderId. -
Uses of Inbox in no.digipost.api.client.inbox
Methods in no.digipost.api.client.inbox that return Inbox Modifier and Type Method Description InboxInboxApi. getInbox(SenderId senderId, int offset, int limit)Get documents from the inbox for the organisation represented by senderId. -
Uses of Inbox in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal that return Inbox Modifier and Type Method Description InboxApiServiceImpl. getInbox(SenderId senderId, int offset, int limit)
-