Uses of Class
no.digipost.api.client.SenderId
-
Packages that use SenderId Package Description no.digipost.api.client no.digipost.api.client.archive 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.archive 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 Archive
DigipostClient. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
UserAccount
DigipostClient. createOrActivateUserAccount(SenderId senderId, UserInformation user)
Archive
DigipostClient. getArchiveDocumentByUuid(SenderId senderId, UUID uuid)
Archives
DigipostClient. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)
Archives
DigipostClient. getArchives(SenderId senderId)
Get a list of all the archives for the organisation represented by senderId.DocumentEvents
DigipostClient. getDocumentEvents(SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults)
DocumentStatus
DigipostClient. getDocumentStatus(SenderId senderId, 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.archive
Methods in no.digipost.api.client.archive with parameters of type SenderId Modifier and Type Method Description Archive
ArchiveApi. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
Archive
ArchiveApi. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)
Archives
ArchiveApi. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)
Henter en liste av ArkivDokumenter med en gitt referanseIdArchives
ArchiveApi. getArchives(SenderId senderId)
-
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 DocumentEvents
DocumentApi. getDocumentEvents(String organisation, String partId, SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults)
Henter hendelser knyttet til tidligere sendte brev.DocumentStatus
DocumentApi. getDocumentStatus(SenderId senderId, 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 Archive
ApiServiceImpl. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)
UserAccount
ApiServiceImpl. createOrActivateUserAccount(SenderId senderId, UserInformation user)
Archive
ApiServiceImpl. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)
Archives
ApiServiceImpl. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)
Archives
ApiServiceImpl. getArchives(SenderId senderId)
DocumentEvents
ApiServiceImpl. getDocumentEvents(String organisation, String partId, SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults)
DocumentStatus
ApiServiceImpl. getDocumentStatus(SenderId senderId, UUID uuid)
EntryPoint
ApiServiceImpl. getEntryPoint(SenderId senderId)
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 Optional<SenderId>
MayHaveSender. getSenderId()
Optional<SenderId>
Message. getSenderId()
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.archive
Methods in no.digipost.api.client.representations.archive with parameters of type SenderId Modifier and Type Method Description Archive.ArchiveBuilder
Archive.ArchiveBuilder. senderId(SenderId senderId)
Only neccessary when sending on behalf of another user. -
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, List<SenderFeature> supportedFeatures)
-