Class PowerFormRecipient


  • public class PowerFormRecipient
    extends java.lang.Object
    PowerFormRecipient.
    • Constructor Detail

      • PowerFormRecipient

        public PowerFormRecipient()
    • Method Detail

      • accessCode

        public PowerFormRecipient accessCode​(java.lang.String accessCode)
        accessCode.
        Returns:
        PowerFormRecipient
      • getAccessCode

        public java.lang.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​(java.lang.String accessCode)
        setAccessCode.
      • accessCodeLocked

        public PowerFormRecipient accessCodeLocked​(java.lang.String accessCodeLocked)
        accessCodeLocked.
        Returns:
        PowerFormRecipient
      • getAccessCodeLocked

        public java.lang.String getAccessCodeLocked()
        .
        Returns:
        accessCodeLocked
      • setAccessCodeLocked

        public void setAccessCodeLocked​(java.lang.String accessCodeLocked)
        setAccessCodeLocked.
      • accessCodeRequired

        public PowerFormRecipient accessCodeRequired​(java.lang.String accessCodeRequired)
        accessCodeRequired.
        Returns:
        PowerFormRecipient
      • getAccessCodeRequired

        public java.lang.String getAccessCodeRequired()
        .
        Returns:
        accessCodeRequired
      • setAccessCodeRequired

        public void setAccessCodeRequired​(java.lang.String accessCodeRequired)
        setAccessCodeRequired.
      • email

        public PowerFormRecipient email​(java.lang.String email)
        email.
        Returns:
        PowerFormRecipient
      • getEmail

        public java.lang.String getEmail()
        .
        Returns:
        email
      • setEmail

        public void setEmail​(java.lang.String email)
        setEmail.
      • emailLocked

        public PowerFormRecipient emailLocked​(java.lang.String emailLocked)
        emailLocked.
        Returns:
        PowerFormRecipient
      • getEmailLocked

        public java.lang.String getEmailLocked()
        .
        Returns:
        emailLocked
      • setEmailLocked

        public void setEmailLocked​(java.lang.String emailLocked)
        setEmailLocked.
      • idCheckConfigurationName

        public PowerFormRecipient idCheckConfigurationName​(java.lang.String idCheckConfigurationName)
        idCheckConfigurationName.
        Returns:
        PowerFormRecipient
      • getIdCheckConfigurationName

        public java.lang.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​(java.lang.String idCheckConfigurationName)
        setIdCheckConfigurationName.
      • idCheckRequired

        public PowerFormRecipient idCheckRequired​(java.lang.String idCheckRequired)
        idCheckRequired.
        Returns:
        PowerFormRecipient
      • getIdCheckRequired

        public java.lang.String getIdCheckRequired()
        .
        Returns:
        idCheckRequired
      • setIdCheckRequired

        public void setIdCheckRequired​(java.lang.String idCheckRequired)
        setIdCheckRequired.
      • name

        public PowerFormRecipient name​(java.lang.String name)
        name.
        Returns:
        PowerFormRecipient
      • getName

        public java.lang.String getName()
        .
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
        setName.
      • recipientType

        public PowerFormRecipient recipientType​(java.lang.String recipientType)
        recipientType.
        Returns:
        PowerFormRecipient
      • getRecipientType

        public java.lang.String getRecipientType()
        .
        Returns:
        recipientType
      • setRecipientType

        public void setRecipientType​(java.lang.String recipientType)
        setRecipientType.
      • roleName

        public PowerFormRecipient roleName​(java.lang.String roleName)
        roleName.
        Returns:
        PowerFormRecipient
      • getRoleName

        public java.lang.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​(java.lang.String roleName)
        setRoleName.
      • routingOrder

        public PowerFormRecipient routingOrder​(java.lang.String routingOrder)
        routingOrder.
        Returns:
        PowerFormRecipient
      • getRoutingOrder

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

        public void setRoutingOrder​(java.lang.String routingOrder)
        setRoutingOrder.
      • templateRequiresIdLookup

        public PowerFormRecipient templateRequiresIdLookup​(java.lang.String templateRequiresIdLookup)
        templateRequiresIdLookup.
        Returns:
        PowerFormRecipient
      • getTemplateRequiresIdLookup

        public java.lang.String getTemplateRequiresIdLookup()
        .
        Returns:
        templateRequiresIdLookup
      • setTemplateRequiresIdLookup

        public void setTemplateRequiresIdLookup​(java.lang.String templateRequiresIdLookup)
        setTemplateRequiresIdLookup.
      • userNameLocked

        public PowerFormRecipient userNameLocked​(java.lang.String userNameLocked)
        userNameLocked.
        Returns:
        PowerFormRecipient
      • getUserNameLocked

        public java.lang.String getUserNameLocked()
        .
        Returns:
        userNameLocked
      • setUserNameLocked

        public void setUserNameLocked​(java.lang.String userNameLocked)
        setUserNameLocked.
      • equals

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

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

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