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.
|
static SenderFeature |
SenderFeature.PRINTVALIDATION_FONTS
For brev som skal til print og fysisk levering vil
fontoppsett i dokumentet bli validert.
|
static SenderFeature |
SenderFeature.PRINTVALIDATION_MARGINS_LEFT
For brev som skal til print og fysisk levering vil dokumenter med
for smal venstremarg til å få plass til EA-strekkode bli avvist.
|
static SenderFeature |
SenderFeature.PRINTVALIDATION_PAGEAMOUNT
For brev som skal til print og fysisk levering kan dokumentene
ikke ha mer enn et fastsatt antall sider.
|
static SenderFeature |
SenderFeature.PRINTVALIDATION_PDFVERSION
For brev som skal til print og fysisk levering vil
PDF-versjoner som ikke offisielt er støttet vil bli avvist.
|
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.