PollCreatePollRequestApplicationJson_ResultMode class
Mode how the results will be shown.
- Inheritance
-
- Object
- EnumClass
- PollCreatePollRequestApplicationJson_ResultMode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PollCreatePollRequestApplicationJson_ResultMode> -
Serializer for PollCreatePollRequestApplicationJson_ResultMode.
no setter
-
values
→ BuiltSet<
PollCreatePollRequestApplicationJson_ResultMode> -
Returns a set with all values this enum contains.
no setter
Static Methods
-
valueOf(
String name) → PollCreatePollRequestApplicationJson_ResultMode -
Returns the enum value associated to the
name
.