public class NotaryJournalEntryBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
NotaryJournalEntry |
build()
Builds the Notary Journal object.
|
static NotaryJournalEntryBuilder |
newNotaryJournalEntry()
Create a new Notary Journal.
|
NotaryJournalEntryBuilder |
withComment(String comment)
Set the Notary Journal's comment.
|
NotaryJournalEntryBuilder |
withCreationDate(Date creationDate)
Set the Notary Journal's creation date.
|
NotaryJournalEntryBuilder |
withDocumentName(String documentName)
Set the Notary Journal's document name.
|
NotaryJournalEntryBuilder |
withDocumentType(String documentType)
Set the Notary Journal's document type.
|
NotaryJournalEntryBuilder |
withIdType(String idType)
Set the Notary Journal's id type.
|
NotaryJournalEntryBuilder |
withIdValue(String idValue)
Set the Notary Journal's id value.
|
NotaryJournalEntryBuilder |
withJurisdiction(String jurisdiction)
Set the Notary Journal's jurisdiction.
|
NotaryJournalEntryBuilder |
withSequenceNumber(Integer sequenceNumber)
Set the Notary Journal's sequence number.
|
NotaryJournalEntryBuilder |
withSignatureType(String signatureType)
Set the Notary Journal's signature type.
|
NotaryJournalEntryBuilder |
withSignerName(String signerName)
Set the Notary Journal's signer name.
|
public static NotaryJournalEntryBuilder newNotaryJournalEntry()
public NotaryJournalEntryBuilder withSequenceNumber(Integer sequenceNumber)
sequenceNumber - the Notary Journal's sequence numberpublic NotaryJournalEntryBuilder withCreationDate(Date creationDate)
creationDate - the Notary Journal's creation datepublic NotaryJournalEntryBuilder withDocumentType(String documentType)
documentType - the Notary Journal's document typepublic NotaryJournalEntryBuilder withDocumentName(String documentName)
documentName - the Notary Journal's document namepublic NotaryJournalEntryBuilder withSignerName(String signerName)
signerName - the Notary Journal's signer namepublic NotaryJournalEntryBuilder withSignatureType(String signatureType)
signatureType - the Notary Journal's signature typepublic NotaryJournalEntryBuilder withIdType(String idType)
idType - the Notary Journal's id typepublic NotaryJournalEntryBuilder withIdValue(String idValue)
idValue - the Notary Journal's id valuepublic NotaryJournalEntryBuilder withJurisdiction(String jurisdiction)
jurisdiction - the Notary Journal's jurisdictionpublic NotaryJournalEntryBuilder withComment(String comment)
comment - the Notary Journal's commentpublic NotaryJournalEntry build()
Copyright 2022 OneSpan All rights reserved.