public class PortalSigner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortalSigner.Builder |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getIdentifier() |
IdentifierType |
getIdentifierType() |
Notifications |
getNotifications() |
NotificationsUsingLookup |
getNotificationsUsingLookup() |
Optional<OnBehalfOf> |
getOnBehalfOf() |
int |
getOrder() |
Optional<SignatureType> |
getSignatureType() |
static PortalSigner.Builder |
identifiedByEmail(String emailAddress) |
static PortalSigner.Builder |
identifiedByEmailAndMobileNumber(String emailAddress,
String number) |
static PortalSigner.Builder |
identifiedByMobileNumber(String number) |
static PortalSigner.Builder |
identifiedByPersonalIdentificationNumber(String personalIdentificationNumber,
Notifications notifications) |
static PortalSigner.Builder |
identifiedByPersonalIdentificationNumber(String personalIdentificationNumber,
NotificationsUsingLookup notificationsUsingLookup) |
boolean |
isIdentifiedByPersonalIdentificationNumber() |
String |
toString() |
public static PortalSigner.Builder identifiedByPersonalIdentificationNumber(String personalIdentificationNumber, Notifications notifications)
public static PortalSigner.Builder identifiedByPersonalIdentificationNumber(String personalIdentificationNumber, NotificationsUsingLookup notificationsUsingLookup)
public static PortalSigner.Builder identifiedByEmail(String emailAddress)
public static PortalSigner.Builder identifiedByMobileNumber(String number)
public static PortalSigner.Builder identifiedByEmailAndMobileNumber(String emailAddress, String number)
public boolean isIdentifiedByPersonalIdentificationNumber()
public IdentifierType getIdentifierType()
public int getOrder()
public Notifications getNotifications()
public NotificationsUsingLookup getNotificationsUsingLookup()
public Optional<SignatureType> getSignatureType()
public Optional<OnBehalfOf> getOnBehalfOf()
Copyright © 2018 Digipost. All rights reserved.