Package com.docusign.esign.model
Class BulkRecipientTabLabel
- java.lang.Object
-
- com.docusign.esign.model.BulkRecipientTabLabel
-
public class BulkRecipientTabLabel extends Object
BulkRecipientTabLabel.
-
-
Constructor Summary
Constructors Constructor Description BulkRecipientTabLabel()
-
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.BulkRecipientTabLabelname(String name)name.voidsetName(String name)setName.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.BulkRecipientTabLabelvalue(String value)value.
-
-
-
Method Detail
-
name
public BulkRecipientTabLabel name(String name)
name.- Returns:
- BulkRecipientTabLabel
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
value
public BulkRecipientTabLabel value(String value)
value.- Returns:
- BulkRecipientTabLabel
-
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.
-
-