Package com.docusign.esign.model
Class BulkSendingCopyCustomField
- java.lang.Object
-
- com.docusign.esign.model.BulkSendingCopyCustomField
-
- All Implemented Interfaces:
Serializable
public class BulkSendingCopyCustomField extends Object implements Serializable
This object contains details about a custom field for a bulk send copy. In a bulk send request, each custom field in the bulk send list must match a custom field in the envelope or template that you want to send..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkSendingCopyCustomField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetName().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.BulkSendingCopyCustomFieldname(String name)name.voidsetName(String name)setName.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.BulkSendingCopyCustomFieldvalue(String value)value.
-
-
-
Method Detail
-
name
public BulkSendingCopyCustomField name(String name)
name.- Returns:
- BulkSendingCopyCustomField
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
value
public BulkSendingCopyCustomField value(String value)
value.- Returns:
- BulkSendingCopyCustomField
-
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.
-
-