Package com.docusign.esign.model
Class ListItem
- java.lang.Object
-
- com.docusign.esign.model.ListItem
-
public class ListItem extends Object
ListItem.
-
-
Constructor Summary
Constructors Constructor Description ListItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetSelected()When set to **true**, indicates that this item is the default selection shown to a signer.StringgetText()Specifies the text that is shown in the dropdown list.StringgetValue()Specifies the value that is used when the list item is selected..inthashCode()Returns the HashCode.ListItemselected(String selected)selected.voidsetSelected(String selected)setSelected.voidsetText(String text)setText.voidsetValue(String value)setValue.ListItemtext(String text)text.StringtoString()Converts the given object to string.ListItemvalue(String value)value.
-
-
-
Method Detail
-
getSelected
public String getSelected()
When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default..- Returns:
- selected
-
setSelected
public void setSelected(String selected)
setSelected.
-
getText
public String getText()
Specifies the text that is shown in the dropdown list. .- Returns:
- text
-
setText
public void setText(String text)
setText.
-
getValue
public String getValue()
Specifies the value that is used when the list item is selected..- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
equals
public boolean equals(Object o)
Compares objects.
-
-