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 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 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.