| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
country |
String | String | ✔️ | Country name or slug returned by /twitter/global-trending/countries |
topic |
@Nullable String | JsonNullable<String> | ➖ | Optional topic name or slug returned by /twitter/global-trending/topics Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
content |
@Nullable String | JsonNullable<String> | ➖ | Optional content tag returned by /twitter/global-trending/contents Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
count |
@Nullable long | Optional<long> | ➖ | Maximum number of tweets to return. |