Package com.docusign.esign.model
Class DocumentFieldsInformation
- java.lang.Object
-
- com.docusign.esign.model.DocumentFieldsInformation
-
public class DocumentFieldsInformation extends java.lang.ObjectDocumentFieldsInformation.
-
-
Constructor Summary
Constructors Constructor Description DocumentFieldsInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentFieldsInformationaddDocumentFieldsItem(NameValue documentFieldsItem)addDocumentFieldsItem.DocumentFieldsInformationdocumentFields(java.util.List<NameValue> documentFields)documentFields.booleanequals(java.lang.Object o)Compares objects.java.util.List<NameValue>getDocumentFields()The array of name/value custom data strings to be added to a document.inthashCode()Returns the HashCode.voidsetDocumentFields(java.util.List<NameValue> documentFields)setDocumentFields.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
documentFields
public DocumentFieldsInformation documentFields(java.util.List<NameValue> documentFields)
documentFields.- Returns:
- DocumentFieldsInformation
-
addDocumentFieldsItem
public DocumentFieldsInformation addDocumentFieldsItem(NameValue documentFieldsItem)
addDocumentFieldsItem.- Returns:
- DocumentFieldsInformation
-
getDocumentFields
public java.util.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(java.util.List<NameValue> documentFields)
setDocumentFields.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-