Uses of Class
no.digipost.api.client.SenderId
Packages that use SenderId
Package
Description
-
Uses of SenderId in no.digipost.api.client
Methods in no.digipost.api.client that return SenderIdModifier and TypeMethodDescriptionBrokerId.asSenderId()
Convert this ID to a sender ID.static SenderId
SenderId.of
(long id) Methods in no.digipost.api.client with parameters of type SenderIdModifier and TypeMethodDescriptionDigipostClient.addUniqueUUIDToArchiveDocument
(SenderId senderId, UUID uuid, UUID newuuid) DigipostClient.createOrActivateUserAccount
(SenderId senderId, UserInformation user) DigipostClient.getArchiveDocumentByUuid
(SenderId senderId, UUID uuid) DigipostClient.getArchiveDocumentsByReferenceId
(SenderId senderId, String referenceId) DigipostClient.getArchives
(SenderId senderId) Get a list of all the archives for the organisation represented by senderId.DigipostClient.getDocumentEvents
(SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults) DigipostClient.getDocumentStatus
(SenderId senderId, UUID uuid) Get the first 100 documents in the inbox for the organisation represented by senderId.Get documents from the inbox for the organisation represented by senderId.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 SenderIdModifier and TypeMethodDescriptionArchiveApi.addUniqueUUIDToArchiveDocument
(SenderId senderId, UUID uuid, UUID newuuid) ArchiveApi.getArchiveDocumentByUUID
(SenderId senderId, UUID uuid) ArchiveApi.getArchiveDocumentsByReferenceId
(SenderId senderId, String referenceId) Henter en liste av ArkivDokumenter med en gitt referanseIdArchiveApi.getArchives
(SenderId senderId) -
Uses of SenderId in no.digipost.api.client.delivery
Methods in no.digipost.api.client.delivery with parameters of type SenderIdModifier and TypeMethodDescriptionMessageDeliveryApi.createOrActivateUserAccount
(SenderId senderId, UserInformation user) 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 SenderIdModifier and TypeMethodDescriptionDocumentApi.getDocumentEvents
(String organisation, String partId, SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults) Henter hendelser knyttet til tidligere sendte brev.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 -
Uses of SenderId in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type SenderIdModifier and TypeMethodDescriptionApiServiceImpl.addUniqueUUIDToArchiveDocument
(SenderId senderId, UUID uuid, UUID newuuid) ApiServiceImpl.createOrActivateUserAccount
(SenderId senderId, UserInformation user) ApiServiceImpl.getArchiveDocumentByUUID
(SenderId senderId, UUID uuid) ApiServiceImpl.getArchiveDocumentsByReferenceId
(SenderId senderId, String referenceId) ApiServiceImpl.getArchives
(SenderId senderId) ApiServiceImpl.getDocumentEvents
(String organisation, String partId, SenderId senderId, ZonedDateTime from, ZonedDateTime to, int offset, int maxResults) ApiServiceImpl.getDocumentStatus
(SenderId senderId, UUID uuid) ApiServiceImpl.getEntryPoint
(SenderId senderId) 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 SenderIdModifier and TypeMethodDescriptionMayHaveSender.getSenderId()
Message.getSenderId()
MessageDelivery.getSenderId()
Always returns the resolved sender-id of the message, i.e.Methods in no.digipost.api.client.representations with parameters of type SenderIdModifier and TypeMethodDescriptionOnly neccessary when sending on behalf of another user.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 SenderIdModifier and TypeMethodDescriptionOnly 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 SenderIdConstructors in no.digipost.api.client.representations.sender with parameters of type SenderIdModifierConstructorDescriptionSenderInformation
(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures)