public final class SenderFeature extends Object
Modifier and Type | Field and Description |
---|---|
static 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 |
DIGIPOST_DELIVERY
Avsender kan sende post til mottakere i Digipost.
|
static 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 no.motif.f.Fn<SenderFeature,String> |
getIdentificator |
String |
identificator |
static SenderFeature |
PRINTVALIDATION_FONTS
For brev som skal til print og fysisk levering vil
fontoppsett i dokumentet bli validert.
|
static 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 |
PRINTVALIDATION_PAGEAMOUNT
For brev som skal til print og fysisk levering kan dokumentene
ikke ha mer enn et fastsatt antall sider.
|
static SenderFeature |
PRINTVALIDATION_PDFVERSION
For brev som skal til print og fysisk levering vil
PDF-versjoner som ikke offisielt er støttet vil bli avvist.
|
static no.motif.f.Fn<String,SenderFeature> |
toSenderFeature |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SenderFeature |
from(String identificator) |
int |
hashCode() |
String |
toString() |
public static final SenderFeature DIGIPOST_DELIVERY
public static final SenderFeature DIGIPOST_DELIVERY_WITH_PRINT_FALLBACK
public static final SenderFeature DELIVERY_DIRECT_TO_PRINT
public static final SenderFeature PRINTVALIDATION_PDFVERSION
public static final SenderFeature PRINTVALIDATION_FONTS
public static final SenderFeature PRINTVALIDATION_PAGEAMOUNT
public static final SenderFeature PRINTVALIDATION_MARGINS_LEFT
public final String identificator
public static final no.motif.f.Fn<String,SenderFeature> toSenderFeature
public static final no.motif.f.Fn<SenderFeature,String> getIdentificator
Copyright © 2015 Digipost Open Source. All rights reserved.