Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.field
/
TopicField
Topic
Field
enum
TopicField
:
Enum
<
TopicField
>
Content copied to clipboard
Comma-separated list of fields from the Space Topics object you want to return from your request.
Entries
Properties
Entries
ALL
Link copied to clipboard
ALL
(
"${ID.value}," + "${NAME.value}," + DESCRIPTION.value
)
Content copied to clipboard
DESCRIPTION
Link copied to clipboard
DESCRIPTION
(
"description"
)
Content copied to clipboard
NAME
Link copied to clipboard
NAME
(
"name"
)
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