Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.field
/
PollField
Poll
Field
enum
PollField
:
Enum
<
PollField
>
Content copied to clipboard
List of fields for the poll object. Expansion required.
Entries
Properties
Entries
ALL
Link copied to clipboard
ALL
(
"${ID.value}," + "${OPTIONS.value}," + "${DURATION_MINUTES.value}," + "${END_DATETIME.value}," + VOTING_STATUS.value
)
Content copied to clipboard
DEFAULT
Link copied to clipboard
DEFAULT
(
","
)
Content copied to clipboard
All default fields
VOTING_STATUS
Link copied to clipboard
VOTING_STATUS
(
"voting_status"
)
Content copied to clipboard
END_DATETIME
Link copied to clipboard
END_DATETIME
(
"end_datetime"
)
Content copied to clipboard
DURATION_MINUTES
Link copied to clipboard
DURATION_MINUTES
(
"duration_minutes"
)
Content copied to clipboard
OPTIONS
Link copied to clipboard
OPTIONS
(
"options"
)
Content copied to clipboard
ID
Link copied to clipboard
ID
(
"id"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard