Class NotaryHost


  • public class NotaryHost
    extends Object
    NotaryHost.
    • Constructor Detail

      • NotaryHost

        public NotaryHost()
    • Method Detail

      • accessCode

        public NotaryHost accessCode​(String accessCode)
        accessCode.
        Returns:
        NotaryHost
      • getAccessCode

        public String getAccessCode()
        If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required..
        Returns:
        accessCode
      • setAccessCode

        public void setAccessCode​(String accessCode)
        setAccessCode.
      • addAccessCodeToEmail

        public NotaryHost addAccessCodeToEmail​(String addAccessCodeToEmail)
        addAccessCodeToEmail.
        Returns:
        NotaryHost
      • getAddAccessCodeToEmail

        public String getAddAccessCodeToEmail()
        This Optional attribute indicates that the access code will be added to the email sent to the recipient; this nullifies the Security measure of Access Code on the recipient..
        Returns:
        addAccessCodeToEmail
      • setAddAccessCodeToEmail

        public void setAddAccessCodeToEmail​(String addAccessCodeToEmail)
        setAddAccessCodeToEmail.
      • clientUserId

        public NotaryHost clientUserId​(String clientUserId)
        clientUserId.
        Returns:
        NotaryHost
      • getClientUserId

        public String getClientUserId()
        Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to **true**, an error is generated on sending.ng. Maximum length: 100 characters. .
        Returns:
        clientUserId
      • setClientUserId

        public void setClientUserId​(String clientUserId)
        setClientUserId.
      • customFields

        public NotaryHost customFields​(List<String> customFields)
        customFields.
        Returns:
        NotaryHost
      • addCustomFieldsItem

        public NotaryHost addCustomFieldsItem​(String customFieldsItem)
        addCustomFieldsItem.
        Returns:
        NotaryHost
      • getCustomFields

        public List<String> getCustomFields()
        An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters..
        Returns:
        customFields
      • setCustomFields

        public void setCustomFields​(List<String> customFields)
        setCustomFields.
      • declinedDateTime

        public NotaryHost declinedDateTime​(String declinedDateTime)
        declinedDateTime.
        Returns:
        NotaryHost
      • getDeclinedDateTime

        public String getDeclinedDateTime()
        The date and time the recipient declined the document..
        Returns:
        declinedDateTime
      • setDeclinedDateTime

        public void setDeclinedDateTime​(String declinedDateTime)
        setDeclinedDateTime.
      • declinedReason

        public NotaryHost declinedReason​(String declinedReason)
        declinedReason.
        Returns:
        NotaryHost
      • getDeclinedReason

        public String getDeclinedReason()
        The reason the recipient declined the document..
        Returns:
        declinedReason
      • setDeclinedReason

        public void setDeclinedReason​(String declinedReason)
        setDeclinedReason.
      • deliveredDateTime

        public NotaryHost deliveredDateTime​(String deliveredDateTime)
        deliveredDateTime.
        Returns:
        NotaryHost
      • getDeliveredDateTime

        public String getDeliveredDateTime()
        Reserved: For DocuSign use only..
        Returns:
        deliveredDateTime
      • setDeliveredDateTime

        public void setDeliveredDateTime​(String deliveredDateTime)
        setDeliveredDateTime.
      • deliveryMethod

        public NotaryHost deliveryMethod​(String deliveryMethod)
        deliveryMethod.
        Returns:
        NotaryHost
      • getDeliveryMethod

        public String getDeliveryMethod()
        Reserved: For DocuSign use only..
        Returns:
        deliveryMethod
      • setDeliveryMethod

        public void setDeliveryMethod​(String deliveryMethod)
        setDeliveryMethod.
      • addDocumentVisibilityItem

        public NotaryHost addDocumentVisibilityItem​(DocumentVisibility documentVisibilityItem)
        addDocumentVisibilityItem.
        Returns:
        NotaryHost
      • getDocumentVisibility

        public List<DocumentVisibility> getDocumentVisibility()
        .
        Returns:
        documentVisibility
      • setDocumentVisibility

        public void setDocumentVisibility​(List<DocumentVisibility> documentVisibility)
        setDocumentVisibility.
      • getEmail

        public String getEmail()
        .
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • getEmailNotification

        public RecipientEmailNotification getEmailNotification()
        Get emailNotification.
        Returns:
        emailNotification
      • embeddedRecipientStartURL

        public NotaryHost embeddedRecipientStartURL​(String embeddedRecipientStartURL)
        embeddedRecipientStartURL.
        Returns:
        NotaryHost
      • getEmbeddedRecipientStartURL

        public String getEmbeddedRecipientStartURL()
        Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to `SIGN_AT_DOCUSIGN`, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets `EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN`, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the `clientUserId` property is NOT set, and the `embeddedRecipientStartURL` is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The `customFields` property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. *Example*: `http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]` .
        Returns:
        embeddedRecipientStartURL
      • setEmbeddedRecipientStartURL

        public void setEmbeddedRecipientStartURL​(String embeddedRecipientStartURL)
        setEmbeddedRecipientStartURL.
      • errorDetails

        public NotaryHost errorDetails​(ErrorDetails errorDetails)
        errorDetails.
        Returns:
        NotaryHost
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Get errorDetails.
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • faxNumber

        public NotaryHost faxNumber​(String faxNumber)
        faxNumber.
        Returns:
        NotaryHost
      • getFaxNumber

        public String getFaxNumber()
        Reserved:.
        Returns:
        faxNumber
      • setFaxNumber

        public void setFaxNumber​(String faxNumber)
        setFaxNumber.
      • hostRecipientId

        public NotaryHost hostRecipientId​(String hostRecipientId)
        hostRecipientId.
        Returns:
        NotaryHost
      • getHostRecipientId

        public String getHostRecipientId()
        .
        Returns:
        hostRecipientId
      • setHostRecipientId

        public void setHostRecipientId​(String hostRecipientId)
        setHostRecipientId.
      • idCheckConfigurationName

        public NotaryHost idCheckConfigurationName​(String idCheckConfigurationName)
        idCheckConfigurationName.
        Returns:
        NotaryHost
      • getIdCheckConfigurationName

        public String getIdCheckConfigurationName()
        Specifies authentication check by name. The names used here must be the same as the authentication type names used by the account (these name can also be found in the web console sending interface in the Identify list for a recipient,) This overrides any default authentication setting. *Example*: Your account has ID Check and SMS Authentication available and in the web console Identify list these appear as 'ID Check $' and 'SMS Auth $'. To use ID check in an envelope, the idCheckConfigurationName should be 'ID Check '. If you wanted to use SMS, it would be 'SMS Auth $' and you would need to add you would need to add phone number information to the `smsAuthentication` node..
        Returns:
        idCheckConfigurationName
      • setIdCheckConfigurationName

        public void setIdCheckConfigurationName​(String idCheckConfigurationName)
        setIdCheckConfigurationName.
      • idCheckInformationInput

        public NotaryHost idCheckInformationInput​(IdCheckInformationInput idCheckInformationInput)
        idCheckInformationInput.
        Returns:
        NotaryHost
      • getIdCheckInformationInput

        public IdCheckInformationInput getIdCheckInformationInput()
        Get idCheckInformationInput.
        Returns:
        idCheckInformationInput
      • setIdCheckInformationInput

        public void setIdCheckInformationInput​(IdCheckInformationInput idCheckInformationInput)
        setIdCheckInformationInput.
      • getIdentityVerification

        public RecipientIdentityVerification getIdentityVerification()
        Get identityVerification.
        Returns:
        identityVerification
      • inheritEmailNotificationConfiguration

        public NotaryHost inheritEmailNotificationConfiguration​(String inheritEmailNotificationConfiguration)
        inheritEmailNotificationConfiguration.
        Returns:
        NotaryHost
      • getInheritEmailNotificationConfiguration

        public String getInheritEmailNotificationConfiguration()
        When set to **true** and the envelope recipient creates a DocuSign account after signing, the Manage Account Email Notification settings are used as the default settings for the recipient's account. .
        Returns:
        inheritEmailNotificationConfiguration
      • setInheritEmailNotificationConfiguration

        public void setInheritEmailNotificationConfiguration​(String inheritEmailNotificationConfiguration)
        setInheritEmailNotificationConfiguration.
      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getNote

        public String getNote()
        Specifies a note that is unique to this recipient. This note is sent to the recipient via the signing email. The note displays in the signing UI near the upper left corner of the document on the signing screen. Maximum Length: 1000 characters..
        Returns:
        note
      • setNote

        public void setNote​(String note)
        setNote.
      • getPhoneAuthentication

        public RecipientPhoneAuthentication getPhoneAuthentication()
        Get phoneAuthentication.
        Returns:
        phoneAuthentication
      • addRecipientAttachmentsItem

        public NotaryHost addRecipientAttachmentsItem​(RecipientAttachment recipientAttachmentsItem)
        addRecipientAttachmentsItem.
        Returns:
        NotaryHost
      • getRecipientAttachments

        public List<RecipientAttachment> getRecipientAttachments()
        Reserved:.
        Returns:
        recipientAttachments
      • setRecipientAttachments

        public void setRecipientAttachments​(List<RecipientAttachment> recipientAttachments)
        setRecipientAttachments.
      • recipientAuthenticationStatus

        public NotaryHost recipientAuthenticationStatus​(AuthenticationStatus recipientAuthenticationStatus)
        recipientAuthenticationStatus.
        Returns:
        NotaryHost
      • getRecipientAuthenticationStatus

        public AuthenticationStatus getRecipientAuthenticationStatus()
        Get recipientAuthenticationStatus.
        Returns:
        recipientAuthenticationStatus
      • setRecipientAuthenticationStatus

        public void setRecipientAuthenticationStatus​(AuthenticationStatus recipientAuthenticationStatus)
        setRecipientAuthenticationStatus.
      • recipientId

        public NotaryHost recipientId​(String recipientId)
        recipientId.
        Returns:
        NotaryHost
      • getRecipientId

        public String getRecipientId()
        Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
        Returns:
        recipientId
      • setRecipientId

        public void setRecipientId​(String recipientId)
        setRecipientId.
      • recipientIdGuid

        public NotaryHost recipientIdGuid​(String recipientIdGuid)
        recipientIdGuid.
        Returns:
        NotaryHost
      • getRecipientIdGuid

        public String getRecipientIdGuid()
        .
        Returns:
        recipientIdGuid
      • setRecipientIdGuid

        public void setRecipientIdGuid​(String recipientIdGuid)
        setRecipientIdGuid.
      • requireIdLookup

        public NotaryHost requireIdLookup​(String requireIdLookup)
        requireIdLookup.
        Returns:
        NotaryHost
      • getRequireIdLookup

        public String getRequireIdLookup()
        When set to **true**, the recipient is required to use the specified ID check method (including Phone and SMS authentication) to validate their identity. .
        Returns:
        requireIdLookup
      • setRequireIdLookup

        public void setRequireIdLookup​(String requireIdLookup)
        setRequireIdLookup.
      • roleName

        public NotaryHost roleName​(String roleName)
        roleName.
        Returns:
        NotaryHost
      • getRoleName

        public String getRoleName()
        Optional element. Specifies the role name associated with the recipient.

        This is required when working with template recipients..
        Returns:
        roleName
      • setRoleName

        public void setRoleName​(String roleName)
        setRoleName.
      • routingOrder

        public NotaryHost routingOrder​(String routingOrder)
        routingOrder.
        Returns:
        NotaryHost
      • getRoutingOrder

        public String getRoutingOrder()
        Specifies the routing order of the recipient in the envelope. .
        Returns:
        routingOrder
      • setRoutingOrder

        public void setRoutingOrder​(String routingOrder)
        setRoutingOrder.
      • getSamlAuthentication

        public RecipientSAMLAuthentication getSamlAuthentication()
        Get samlAuthentication.
        Returns:
        samlAuthentication
      • sentDateTime

        public NotaryHost sentDateTime​(String sentDateTime)
        sentDateTime.
        Returns:
        NotaryHost
      • getSentDateTime

        public String getSentDateTime()
        The date and time the envelope was sent..
        Returns:
        sentDateTime
      • setSentDateTime

        public void setSentDateTime​(String sentDateTime)
        setSentDateTime.
      • signedDateTime

        public NotaryHost signedDateTime​(String signedDateTime)
        signedDateTime.
        Returns:
        NotaryHost
      • getSignedDateTime

        public String getSignedDateTime()
        Reserved: For DocuSign use only. .
        Returns:
        signedDateTime
      • setSignedDateTime

        public void setSignedDateTime​(String signedDateTime)
        setSignedDateTime.
      • getSmsAuthentication

        public RecipientSMSAuthentication getSmsAuthentication()
        Get smsAuthentication.
        Returns:
        smsAuthentication
      • addSocialAuthenticationsItem

        public NotaryHost addSocialAuthenticationsItem​(SocialAuthentication socialAuthenticationsItem)
        addSocialAuthenticationsItem.
        Returns:
        NotaryHost
      • getSocialAuthentications

        public List<SocialAuthentication> getSocialAuthentications()
        Lists the social ID type that can be used for recipient authentication..
        Returns:
        socialAuthentications
      • setSocialAuthentications

        public void setSocialAuthentications​(List<SocialAuthentication> socialAuthentications)
        setSocialAuthentications.
      • status

        public NotaryHost status​(String status)
        status.
        Returns:
        NotaryHost
      • getStatus

        public String getStatus()
        Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
        setStatus.
      • tabs

        public NotaryHost tabs​(Tabs tabs)
        tabs.
        Returns:
        NotaryHost
      • getTabs

        public Tabs getTabs()
        Get tabs.
        Returns:
        tabs
      • setTabs

        public void setTabs​(Tabs tabs)
        setTabs.
      • templateLocked

        public NotaryHost templateLocked​(String templateLocked)
        templateLocked.
        Returns:
        NotaryHost
      • getTemplateLocked

        public String getTemplateLocked()
        When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. .
        Returns:
        templateLocked
      • setTemplateLocked

        public void setTemplateLocked​(String templateLocked)
        setTemplateLocked.
      • templateRequired

        public NotaryHost templateRequired​(String templateRequired)
        templateRequired.
        Returns:
        NotaryHost
      • getTemplateRequired

        public String getTemplateRequired()
        When set to **true**, the sender may not remove the recipient. Used only when working with template recipients..
        Returns:
        templateRequired
      • setTemplateRequired

        public void setTemplateRequired​(String templateRequired)
        setTemplateRequired.
      • totalTabCount

        public NotaryHost totalTabCount​(String totalTabCount)
        totalTabCount.
        Returns:
        NotaryHost
      • getTotalTabCount

        public String getTotalTabCount()
        .
        Returns:
        totalTabCount
      • setTotalTabCount

        public void setTotalTabCount​(String totalTabCount)
        setTotalTabCount.
      • userId

        public NotaryHost userId​(String userId)
        userId.
        Returns:
        NotaryHost
      • getUserId

        public String getUserId()
        .
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
        setUserId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object