Uses of Record Class
org.mastodon4j.core.api.entities.Status
Packages that use Status
-
Uses of Status in org.mastodon4j.core.api
Methods in org.mastodon4j.core.api that return StatusMethods in org.mastodon4j.core.api that return types with arguments of type Status -
Uses of Status in org.mastodon4j.core.api.entities
Methods in org.mastodon4j.core.api.entities that return StatusModifier and TypeMethodDescriptionStatus.reblog()Returns the value of thereblogrecord component.Methods in org.mastodon4j.core.api.entities that return types with arguments of type StatusModifier and TypeMethodDescriptionSearch.statuses()Returns the value of thestatusesrecord component.Constructors in org.mastodon4j.core.api.entities with parameters of type StatusModifierConstructorDescriptionStatus(String id, String uri, ZonedDateTime created_at, Account account, String content, String visibility, Boolean sensitive, String spoiler_text, List<MediaAttachment> media_attachments, Status.Application application, List<Status.Mention> mentions, List<Status.Tag> tags, List<CustomEmoji> emojis, Integer reblogs_count, Integer favourites_count, Integer replies_count, String url, String in_reply_to_id, String in_reply_to_account_id, Status reblog, Poll poll, PreviewCard card, String language, String text, ZonedDateTime edited_at, Boolean favourited, Boolean reblogged, Boolean muted, Boolean bookmarked, Boolean pinned, List<FilterResult> filtered) Creates an instance of aStatusrecord class.