@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ListItem extends Object
| Constructor and Description |
|---|
ListItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSelected()
When set to true, indicates that this item is the default selection shown to a signer.
|
String |
getText()
Specifies the text that is shown in the dropdown list.
|
String |
getValue()
Specifies the value that is used when the list item is selected.
|
int |
hashCode() |
void |
setSelected(String selected) |
void |
setText(String text) |
void |
setValue(String value) |
String |
toString() |
public String getSelected()
When set to true, indicates that this item is the default selection shown to a signer. \n\nOnly one selection can be set as the default.
public void setSelected(String selected)
public String getText()
Specifies the text that is shown in the dropdown list.
public void setText(String text)
public String getValue()
Specifies the value that is used when the list item is selected.
public void setValue(String value)
Copyright © 2017. All Rights Reserved.