Uses of Record Class
org.mastodon4j.core.api.entities.Account
Packages that use Account
-
Uses of Account in org.mastodon4j.core.api
Methods in org.mastodon4j.core.api that return AccountMethods in org.mastodon4j.core.api that return types with arguments of type AccountModifier and TypeMethodDescription -
Uses of Account in org.mastodon4j.core.api.entities
Methods in org.mastodon4j.core.api.entities that return AccountModifier and TypeMethodDescriptionInstance.Contact.account()Returns the value of theaccountrecord component.Status.account()Returns the value of theaccountrecord component.Account.moved()Returns the value of themovedrecord component.Methods in org.mastodon4j.core.api.entities that return types with arguments of type AccountModifier and TypeMethodDescriptionSearch.accounts()Returns the value of theaccountsrecord component.Constructors in org.mastodon4j.core.api.entities with parameters of type AccountModifierConstructorDescriptionAccount(String id, String username, String acct, String url, String display_name, String note, String avatar, String avatar_static, String header, String header_static, Boolean locked, List<Field> fields, List<CustomEmoji> emojis, Boolean bot, Boolean group, Boolean discoverable, Boolean noindex, Account moved, Boolean suspended, Boolean limited, ZonedDateTime created_at, String last_status_at, Integer statuses_count, Integer followers_count, Integer following_count) Creates an instance of aAccountrecord class.Creates an instance of aContactrecord class.Status(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.Constructor parameters in org.mastodon4j.core.api.entities with type arguments of type Account