Class DocumentFieldsInformation


  • public class DocumentFieldsInformation
    extends Object
    DocumentFieldsInformation.
    • Constructor Detail

      • DocumentFieldsInformation

        public DocumentFieldsInformation()
    • Method Detail

      • addDocumentFieldsItem

        public DocumentFieldsInformation addDocumentFieldsItem​(NameValue documentFieldsItem)
        addDocumentFieldsItem.
        Returns:
        DocumentFieldsInformation
      • getDocumentFields

        public List<NameValue> getDocumentFields()
        The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. *IMPORTANT*: If you are using xml, the name/value pair is contained in a nameValue element. .
        Returns:
        documentFields
      • setDocumentFields

        public void setDocumentFields​(List<NameValue> documentFields)
        setDocumentFields.
      • 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