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.
|
Modifier and Type | Method and Description |
---|---|
SenderId |
BrokerId.asSenderId()
Convert this ID to a sender ID.
|
static SenderId |
SenderId.of(long id) |
Modifier and Type | Method and Description |
---|---|
UserAccount |
DigipostClient.createOrActivateUserAccount(SenderId senderId,
UserInformation user) |
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.
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
MessageDeliveryApi.createOrActivateUserAccount(SenderId senderId,
UserInformation user) |
SenderInformation |
MessageDeliveryApi.getSenderInformation(SenderId senderId)
Henter informasjon om en avsender.
|
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
DocumentApi.getDocumentStatus(SenderId senderId,
UUID uuid)
Henter status på dokumeter som tidligere blitt sendt i Digipost, både via digital og print-kanal.
|
Modifier and Type | Method and Description |
---|---|
Inbox |
InboxApi.getInbox(SenderId senderId,
int offset,
int limit)
Get documents from the inbox for the organisation represented by senderId.
|
Modifier and Type | Method and Description |
---|---|
UserAccount |
ApiServiceImpl.createOrActivateUserAccount(SenderId senderId,
UserInformation user) |
DocumentStatus |
ApiServiceImpl.getDocumentStatus(SenderId senderId,
UUID uuid) |
Inbox |
ApiServiceImpl.getInbox(SenderId senderId,
int offset,
int limit) |
SenderInformation |
ApiServiceImpl.getSenderInformation(SenderId senderId) |
Modifier and Type | Method and Description |
---|---|
Optional<SenderId> |
MayHaveSender.getSenderId() |
Optional<SenderId> |
MessageDelivery.getSenderId()
Always returns the resolved sender-id of the message, i.e.
|
Optional<SenderId> |
Message.getSenderId() |
Modifier and Type | Method and Description |
---|---|
Message.MessageBuilder |
Message.MessageBuilder.senderId(SenderId senderId)
Only neccessary when sending on behalf of another user.
|
AdditionalData.Builder |
AdditionalData.Builder.setSenderId(SenderId senderId) |
Modifier and Type | Method and Description |
---|---|
SenderId |
AuthorialSender.getAccountId() |
Constructor and Description |
---|
SenderInformation(SenderId senderId,
SenderStatus status,
List<SenderFeature> supportedFeatures) |
Copyright © 2019 Digipost. All rights reserved.