LemmyApiQuery<T>  class 
    abstract
 
- Implementers
- AddAdmin
- AddModToCommunity
- ApproveRegistrationApplication
- BanFromCommunity
- BanPerson
- BlockCommunity
- BlockPerson
- ChangePassword
- CreateComment
- CreateCommentLike
- CreateCommentReport
- CreateCommunity
- CreatePost
- CreatePostLike
- CreatePostReport
- CreatePrivateMessage
- CreateSite
- DeleteAccount
- DeleteComment
- DeleteCommunity
- DeletePost
- DeletePrivateMessage
- EditComment
- EditCommunity
- EditPost
- EditPrivateMessage
- EditSite
- FollowCommunity
- GetBannedPersons
- GetCaptcha
- GetComments
- GetCommunity
- GetModlog
- GetPersonDetails
- GetPersonMentions
- GetPost
- GetPosts
- GetPrivateMessages
- GetReplies
- GetReportCount
- GetSite
- GetSiteConfig
- GetSiteMetadata
- GetUnreadCount
- GetUnreadRegistrationApplicationCount
- LeaveAdmin
- ListCommentReports
- ListCommunities
- ListPostReports
- ListRegistrationApplications
- LockPost
- Login
- MarkAllAsRead
- MarkCommentAsRead
- MarkPersonMentionAsRead
- MarkPrivateMessageAsRead
- PasswordChange
- PasswordReset
- Register
- RemoveComment
- RemoveCommunity
- RemovePost
- ResolveCommentReport
- ResolveObject
- ResolvePostReport
- SaveComment
- SavePost
- SaveSiteConfig
- SaveUserSettings
- Search
- StickyPost
- TransferCommunity
- VerifyEmail
 
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- httpMethod → HttpMethod
- 
  
  final
- path → String
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  responseFactory(Map< String, dynamic> json) → T
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited