Package com.docusign.esign.model
Class BulkSendingCopyTab
- java.lang.Object
-
- com.docusign.esign.model.BulkSendingCopyTab
-
- All Implemented Interfaces:
Serializable
public class BulkSendingCopyTab extends Object implements Serializable
A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same. For example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkSendingCopyTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares objects.String
getInitialValue()
The original value of the tab..String
getTabLabel()
The label string associated with the tab..int
hashCode()
Returns the HashCode.BulkSendingCopyTab
initialValue(String initialValue)
initialValue.void
setInitialValue(String initialValue)
setInitialValue.void
setTabLabel(String tabLabel)
setTabLabel.BulkSendingCopyTab
tabLabel(String tabLabel)
tabLabel.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
initialValue
public BulkSendingCopyTab initialValue(String initialValue)
initialValue.- Returns:
- BulkSendingCopyTab
-
getInitialValue
public String getInitialValue()
The original value of the tab..- Returns:
- initialValue
-
setInitialValue
public void setInitialValue(String initialValue)
setInitialValue.
-
tabLabel
public BulkSendingCopyTab tabLabel(String tabLabel)
tabLabel.- Returns:
- BulkSendingCopyTab
-
getTabLabel
public String getTabLabel()
The label string associated with the tab..- Returns:
- tabLabel
-
setTabLabel
public void setTabLabel(String tabLabel)
setTabLabel.
-
equals
public boolean equals(Object o)
Compares objects.
-
-