public class NotaryWelcomeOptions extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_body |
protected Boolean |
_notaryTag |
protected Boolean |
_recipientActionRequired |
protected Boolean |
_recipientEmail |
protected Boolean |
_recipientName |
protected Boolean |
_recipientRole |
protected Boolean |
_recipientStatus |
protected Boolean |
_title |
static String |
FIELD_BODY |
static String |
FIELD_NOTARYTAG |
static String |
FIELD_RECIPIENTACTIONREQUIRED |
static String |
FIELD_RECIPIENTEMAIL |
static String |
FIELD_RECIPIENTNAME |
static String |
FIELD_RECIPIENTROLE |
static String |
FIELD_RECIPIENTSTATUS |
static String |
FIELD_TITLE |
| Constructor and Description |
|---|
NotaryWelcomeOptions() |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_TITLE
public static final String FIELD_BODY
public static final String FIELD_RECIPIENTNAME
public static final String FIELD_RECIPIENTEMAIL
public static final String FIELD_RECIPIENTACTIONREQUIRED
public static final String FIELD_NOTARYTAG
public static final String FIELD_RECIPIENTROLE
public static final String FIELD_RECIPIENTSTATUS
protected Boolean _title
protected Boolean _body
protected Boolean _recipientName
protected Boolean _recipientEmail
protected Boolean _recipientActionRequired
protected Boolean _notaryTag
protected Boolean _recipientRole
protected Boolean _recipientStatus
public NotaryWelcomeOptions safeSetTitle(Boolean value)
public Boolean getTitle()
public NotaryWelcomeOptions setTitle(Boolean value)
public boolean evalTitle()
public NotaryWelcomeOptions safeSetBody(Boolean value)
public Boolean getBody()
public NotaryWelcomeOptions setBody(Boolean value)
public boolean evalBody()
public NotaryWelcomeOptions safeSetRecipientName(Boolean value)
public Boolean getRecipientName()
public NotaryWelcomeOptions setRecipientName(Boolean value)
public boolean evalRecipientName()
public NotaryWelcomeOptions safeSetRecipientEmail(Boolean value)
public Boolean getRecipientEmail()
public NotaryWelcomeOptions setRecipientEmail(Boolean value)
public boolean evalRecipientEmail()
public NotaryWelcomeOptions safeSetRecipientActionRequired(Boolean value)
public Boolean getRecipientActionRequired()
public NotaryWelcomeOptions setRecipientActionRequired(Boolean value)
public boolean evalRecipientActionRequired()
public NotaryWelcomeOptions safeSetNotaryTag(Boolean value)
public Boolean getNotaryTag()
public NotaryWelcomeOptions setNotaryTag(Boolean value)
public boolean evalNotaryTag()
public NotaryWelcomeOptions safeSetRecipientRole(Boolean value)
public Boolean getRecipientRole()
public NotaryWelcomeOptions setRecipientRole(Boolean value)
public boolean evalRecipientRole()
public NotaryWelcomeOptions safeSetRecipientStatus(Boolean value)
public Boolean getRecipientStatus()
public NotaryWelcomeOptions setRecipientStatus(Boolean value)
public boolean evalRecipientStatus()
Copyright 2022 OneSpan All rights reserved.