- All Superinterfaces:
BaseMastodonApi
- All Known Implementing Classes:
MastodonClient
Represents the main Mastodom4J interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mastodon4j.core.api.BaseMastodonApi
BaseMastodonApi.QueryOptions -
Method Summary
Methods inherited from interface org.mastodon4j.core.api.BaseMastodonApi
instance, search
-
Method Details
-
apps
Apps apps() -
accounts
Accounts accounts() -
lists
Lists lists() -
notifications
Notifications notifications() -
statuses
Statuses statuses() -
streaming
Streaming streaming() -
timelines
Timelines timelines() -
search
Search for content in accounts, statuses and hashtags.- Parameters:
query- the search query to execute- Returns:
- a search result instance
-