public static class Poll.PollOption
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
text |
the option shown to the user for choosing
|
Constructor | Description |
---|---|
PollOption(java.lang.String opt) |
Creates a single choosable option for this poll
|