Class 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 Detail

      • BulkSendingCopyTab

        public BulkSendingCopyTab()
    • 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.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object