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 Inbox
DigipostClient. getInbox(SenderId senderId)
Get the first 100 documents in the inbox for the organisation represented by senderId.Inbox
DigipostClient. 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 Inbox
InboxApi. 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 Inbox
ApiServiceImpl. getInbox(SenderId senderId, int offset, int limit)
-