Package | Description |
---|---|
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 | Field and Description |
---|---|
static SenderFeature |
SenderFeature.DELIVERY_DIRECT_TO_PRINT
Avsender kan velge å sende direkte til print og fysisk levering av post, uten
å forsøke å levere i Digipost.
|
static SenderFeature |
SenderFeature.DIGIPOST_DELIVERY
Avsender kan sende post til mottakere i Digipost.
|
static SenderFeature |
SenderFeature.DIGIPOST_DELIVERY_WITH_PRINT_FALLBACK
Avsender kan sende post til mottakere i Digipost, og har avtale om levering i fysisk post
dersom mottaker ikke har Digipost-konto.
|
Modifier and Type | Field and Description |
---|---|
static no.motif.f.Fn<SenderFeature,String> |
SenderFeature.getIdentificator |
static no.motif.f.Fn<String,SenderFeature> |
SenderFeature.toSenderFeature |
Modifier and Type | Method and Description |
---|---|
static SenderFeature |
SenderFeature.from(String identificator) |
Modifier and Type | Method and Description |
---|---|
no.motif.types.Elements<SenderFeature> |
SenderInformation.getSupportedFeatures() |
Modifier and Type | Method and Description |
---|---|
boolean |
SenderInformation.hasEnabled(SenderFeature feature) |
Constructor and Description |
---|
SenderInformation(Long senderId,
SenderStatus status,
List<SenderFeature> supportedFeatures) |
Copyright © 2015 Digipost Open Source. All rights reserved.