public static class PortalSigner.Builder extends Object implements SignerCustomizations<PortalSigner.Builder>
| Modifier and Type | Method and Description |
|---|---|
PortalSigner |
build() |
PortalSigner.Builder |
onBehalfOf(OnBehalfOf onBehalfOf)
Specify which party the signer is
signing on behalf of. |
PortalSigner.Builder |
withOrder(int order) |
PortalSigner.Builder |
withSignatureType(SignatureType type)
Specify the
type of signature to use for the signer. |
public PortalSigner.Builder withOrder(int order)
public PortalSigner.Builder withSignatureType(SignatureType type)
SignerCustomizationstype of signature to use for the signer.withSignatureType in interface SignerCustomizations<PortalSigner.Builder>type - the SignatureTypepublic PortalSigner.Builder onBehalfOf(OnBehalfOf onBehalfOf)
SignerCustomizationssigning on behalf of.onBehalfOf in interface SignerCustomizations<PortalSigner.Builder>onBehalfOf - the OnBehalfOf-valuepublic PortalSigner build()
Copyright © 2018 Digipost. All rights reserved.