Package com.docusign.esign.model
Class BulksendingCopyDocGenFormField
- java.lang.Object
-
- com.docusign.esign.model.BulksendingCopyDocGenFormField
-
- All Implemented Interfaces:
Serializable
public class BulksendingCopyDocGenFormField extends Object implements Serializable
BulksendingCopyDocGenFormField.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulksendingCopyDocGenFormField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulksendingCopyDocGenFormFieldaddRowValuesItem(BulkSendingCopyDocGenFormFieldRowValue rowValuesItem)addRowValuesItem.booleanequals(Object o)Compares objects.StringgetName().List<BulkSendingCopyDocGenFormFieldRowValue>getRowValues().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.BulksendingCopyDocGenFormFieldname(String name)name.BulksendingCopyDocGenFormFieldrowValues(List<BulkSendingCopyDocGenFormFieldRowValue> rowValues)rowValues.voidsetName(String name)setName.voidsetRowValues(List<BulkSendingCopyDocGenFormFieldRowValue> rowValues)setRowValues.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.BulksendingCopyDocGenFormFieldvalue(String value)value.
-
-
-
Method Detail
-
name
public BulksendingCopyDocGenFormField name(String name)
name.- Returns:
- BulksendingCopyDocGenFormField
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
rowValues
public BulksendingCopyDocGenFormField rowValues(List<BulkSendingCopyDocGenFormFieldRowValue> rowValues)
rowValues.- Returns:
- BulksendingCopyDocGenFormField
-
addRowValuesItem
public BulksendingCopyDocGenFormField addRowValuesItem(BulkSendingCopyDocGenFormFieldRowValue rowValuesItem)
addRowValuesItem.- Returns:
- BulksendingCopyDocGenFormField
-
getRowValues
public List<BulkSendingCopyDocGenFormFieldRowValue> getRowValues()
.- Returns:
- rowValues
-
setRowValues
public void setRowValues(List<BulkSendingCopyDocGenFormFieldRowValue> rowValues)
setRowValues.
-
value
public BulksendingCopyDocGenFormField value(String value)
value.- Returns:
- BulksendingCopyDocGenFormField
-
getValue
public String getValue()
Specifies the value of the tab. .- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
equals
public boolean equals(Object o)
Compares objects.
-
-