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