Uses of Record Class
org.mastodon4j.core.api.entities.Field
Packages that use Field
-
Uses of Field in org.mastodon4j.core.api.entities
Methods in org.mastodon4j.core.api.entities that return types with arguments of type FieldModifier and TypeMethodDescriptionAccount.fields()Returns the value of thefieldsrecord component.Constructor parameters in org.mastodon4j.core.api.entities with type arguments of type FieldModifierConstructorDescriptionAccount(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.