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 booleanequals(Object o)Compares objects.StringgetInitialValue()The original value of the tab..StringgetTabLabel()The label string associated with the tab..inthashCode()Returns the HashCode.BulkSendingCopyTabinitialValue(String initialValue)initialValue.voidsetInitialValue(String initialValue)setInitialValue.voidsetTabLabel(String tabLabel)setTabLabel.BulkSendingCopyTabtabLabel(String tabLabel)tabLabel.StringtoString()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.
-
-