Uses of Class
no.digipost.api.client.SenderId
-
Packages that use SenderId Package Description no.digipost.api.client no.digipost.api.client.delivery no.digipost.api.client.document no.digipost.api.client.inbox no.digipost.api.client.internal no.digipost.api.client.representations 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.no.digipost.api.client.representations.sender 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. -
-
Uses of SenderId in no.digipost.api.client
Methods in no.digipost.api.client that return SenderId Modifier and Type Method Description SenderId
BrokerId. asSenderId()
Convert this ID to a sender ID.static SenderId
SenderId. of(long id)
Methods in no.digipost.api.client with parameters of type SenderId Modifier and Type Method Description UserAccount
DigipostClient. createOrActivateUserAccount(SenderId senderId, UserInformation user)
DocumentStatus
DigipostClient. getDocumentStatus(SenderId senderId, java.util.UUID uuid)
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.SenderInformation
DigipostClient. getSenderInformation(SenderId senderId)
Hent informasjon om en gitt avsender. -
Uses of SenderId in no.digipost.api.client.delivery
Methods in no.digipost.api.client.delivery with parameters of type SenderId Modifier and Type Method Description UserAccount
MessageDeliveryApi. createOrActivateUserAccount(SenderId senderId, UserInformation user)
SenderInformation
MessageDeliveryApi. getSenderInformation(SenderId senderId)
Henter informasjon om en avsender. -
Uses of SenderId in no.digipost.api.client.document
Methods in no.digipost.api.client.document with parameters of type SenderId Modifier and Type Method Description DocumentStatus
DocumentApi. getDocumentStatus(SenderId senderId, java.util.UUID uuid)
Henter status på dokumeter som tidligere blitt sendt i Digipost, både via digital og print-kanal. -
Uses of SenderId in no.digipost.api.client.inbox
Methods in no.digipost.api.client.inbox with parameters of type SenderId 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 SenderId in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type SenderId Modifier and Type Method Description UserAccount
ApiServiceImpl. createOrActivateUserAccount(SenderId senderId, UserInformation user)
DocumentStatus
ApiServiceImpl. getDocumentStatus(SenderId senderId, java.util.UUID uuid)
Inbox
ApiServiceImpl. getInbox(SenderId senderId, int offset, int limit)
SenderInformation
ApiServiceImpl. getSenderInformation(SenderId senderId)
-
Uses of SenderId in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return types with arguments of type SenderId Modifier and Type Method Description java.util.Optional<SenderId>
MayHaveSender. getSenderId()
java.util.Optional<SenderId>
Message. getSenderId()
java.util.Optional<SenderId>
MessageDelivery. getSenderId()
Always returns the resolved sender-id of the message, i.e.Methods in no.digipost.api.client.representations with parameters of type SenderId Modifier and Type Method Description Message.MessageBuilder
Message.MessageBuilder. senderId(SenderId senderId)
Only neccessary when sending on behalf of another user.AdditionalData.Builder
AdditionalData.Builder. setSenderId(SenderId senderId)
-
Uses of SenderId in no.digipost.api.client.representations.sender
Methods in no.digipost.api.client.representations.sender that return SenderId Modifier and Type Method Description SenderId
AuthorialSender. getAccountId()
Constructors in no.digipost.api.client.representations.sender with parameters of type SenderId Constructor Description SenderInformation(SenderId senderId, SenderStatus status, java.util.List<SenderFeature> supportedFeatures)
-