| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| Modifier and Type | Method and Description |
|---|---|
static NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.newNotaryJournalEntry()
Create a new Notary Journal.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withComment(String comment)
Set the Notary Journal's comment.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withCreationDate(Date creationDate)
Set the Notary Journal's creation date.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withDocumentName(String documentName)
Set the Notary Journal's document name.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withDocumentType(String documentType)
Set the Notary Journal's document type.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withIdType(String idType)
Set the Notary Journal's id type.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withIdValue(String idValue)
Set the Notary Journal's id value.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withJurisdiction(String jurisdiction)
Set the Notary Journal's jurisdiction.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withSequenceNumber(Integer sequenceNumber)
Set the Notary Journal's sequence number.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withSignatureType(String signatureType)
Set the Notary Journal's signature type.
|
NotaryJournalEntryBuilder |
NotaryJournalEntryBuilder.withSignerName(String signerName)
Set the Notary Journal's signer name.
|
Copyright 2022 OneSpan All rights reserved.