Class CustomFieldV2


  • public class CustomFieldV2
    extends Object
    CustomFieldV2
    • Constructor Detail

      • CustomFieldV2

        public CustomFieldV2()
    • Method Detail

      • getConfigurationType

        public String getConfigurationType()
        If merge field's are being used, specifies the type of the merge field. The only supported value is **salesforce**.
        Returns:
        configurationType
      • setConfigurationType

        public void setConfigurationType​(String configurationType)
      • getErrorDetails

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

        public void setErrorDetails​(ErrorDetails errorDetails)
      • getFieldId

        public String getFieldId()
        Returns:
        fieldId
      • setFieldId

        public void setFieldId​(String fieldId)
      • getName

        public String getName()
        Returns:
        name
      • setName

        public void setName​(String name)
      • getRequired

        public String getRequired()
        When set to **true**, the signer is required to fill out this tab
        Returns:
        required
      • setRequired

        public void setRequired​(String required)
      • getShow

        public String getShow()
        Returns:
        show
      • setShow

        public void setShow​(String show)
      • getValue

        public String getValue()
        The value of the custom field.
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object