| Contact | Donate | Imprint |
| TrendTopic | TrendLocationModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) AsOf | STRING | TrendTopic | ||
| (2) Name | STRING | TrendTopic | ||
| (3) PromotedContent | STRING | TrendTopic | ||
| (4) Query | STRING | TrendTopic | ||
| (5) TrendLocation | LONG | TrendTopic | TrendLocation | TrendLocationModule |
| (6) Url | STRING | TrendTopic |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /trendtopic/{id} | findTrendTopicById(id) | TrendLocationModule | GET | TrendTopic |
| (2) /trendtopic/{id} | updateTrendTopicById(trendtopic) | TrendLocationModule | PUT | TrendTopic |
| (3) /trendtopic | findAllTrendTopic() | TrendLocationModule | GET | TrendTopic |
| (4) /trendtopic/{id} | deleteTrendTopicById(id) | TrendLocationModule | DELETE | TrendTopic |
| (5) /trendtopic/trendlocation/{id} | findAllTrendTopicOfTrendLocation(id) | TrendLocationModule | GET | TrendLocation TrendTopic |
| (6) /trendtopic | insertTrendTopic(trendtopic) | TrendLocationModule | POST | TrendTopic |
Example:
final TrendTopic trendtopic = (TrendTopic) invokeModule(TREND_LOCATION_MODULE + "/trendtopic/" + id, TrendTopic.class);| Contact | Donate | Imprint |