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 SenderIdBrokerId. asSenderId()Convert this ID to a sender ID.static SenderIdSenderId. of(long id)Methods in no.digipost.api.client with parameters of type SenderId Modifier and Type Method Description ArchiveDigipostClient. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)UserAccountDigipostClient. createOrActivateUserAccount(SenderId senderId, UserInformation user)ArchiveDigipostClient. getArchiveDocumentByUuid(SenderId senderId, UUID uuid)ArchivesDigipostClient. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)ArchivesDigipostClient. getArchives(SenderId senderId)Get a list of all the archives for the organisation represented by senderId.DocumentStatusDigipostClient. getDocumentStatus(SenderId senderId, UUID uuid)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.SenderInformationDigipostClient. 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 ArchiveArchiveApi. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)ArchiveArchiveApi. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)ArchivesArchiveApi. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)Henter en liste av ArkivDokumenter med en gitt referanseIdArchivesArchiveApi. 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 UserAccountMessageDeliveryApi. createOrActivateUserAccount(SenderId senderId, UserInformation user)SenderInformationMessageDeliveryApi. 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 DocumentStatusDocumentApi. 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 InboxInboxApi. 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 ArchiveApiServiceImpl. addUniqueUUIDToArchiveDocument(SenderId senderId, UUID uuid, UUID newuuid)UserAccountApiServiceImpl. createOrActivateUserAccount(SenderId senderId, UserInformation user)ArchiveApiServiceImpl. getArchiveDocumentByUUID(SenderId senderId, UUID uuid)ArchivesApiServiceImpl. getArchiveDocumentsByReferenceId(SenderId senderId, String referenceId)ArchivesApiServiceImpl. getArchives(SenderId senderId)DocumentStatusApiServiceImpl. getDocumentStatus(SenderId senderId, UUID uuid)EntryPointApiServiceImpl. getEntryPoint(SenderId senderId)InboxApiServiceImpl. getInbox(SenderId senderId, int offset, int limit)SenderInformationApiServiceImpl. 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.MessageBuilderMessage.MessageBuilder. senderId(SenderId senderId)Only neccessary when sending on behalf of another user.AdditionalData.BuilderAdditionalData.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.ArchiveBuilderArchive.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 SenderIdAuthorialSender. getAccountId()Constructors in no.digipost.api.client.representations.sender with parameters of type SenderId Constructor Description SenderInformation(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures)
-