Uses of Record Class
org.mastodon4j.core.api.BaseMastodonApi.QueryOptions
Packages that use BaseMastodonApi.QueryOptions
-
Uses of BaseMastodonApi.QueryOptions in org.mastodon4j.core
Methods in org.mastodon4j.core with parameters of type BaseMastodonApi.QueryOptionsModifier and TypeMethodDescriptionMastodonClient.search(BaseMastodonApi.QueryOptions queryOptions) -
Uses of BaseMastodonApi.QueryOptions in org.mastodon4j.core.api
Methods in org.mastodon4j.core.api that return BaseMastodonApi.QueryOptionsModifier and TypeMethodDescriptionBaseMastodonApi.QueryOptions.excludeUnreviewed(boolean exclude_unreviewed) BaseMastodonApi.QueryOptions.following(boolean following) BaseMastodonApi.QueryOptions.limit(int limit) static BaseMastodonApi.QueryOptionsBaseMastodonApi.QueryOptions.offset(int offset) BaseMastodonApi.QueryOptions.resolve(boolean resolve) BaseMastodonApi.QueryOptions.type(BaseMastodonApi.QueryOptions.Type type) Methods in org.mastodon4j.core.api with parameters of type BaseMastodonApi.QueryOptionsModifier and TypeMethodDescriptionBaseMastodonApi.search(BaseMastodonApi.QueryOptions queryOptions)