Base interface that groups the common fields between the class Redditor and Me,
that has extra fields of the current logged in user.
(extensions in package com.kirkbushman.araw.utils)
(extensions in package com.kirkbushman.araw.utils)
This class can represent a comment on a Submission or a reply to another comment.
Base interface for the elements in the comments section of a submission.
Base interface for all the data submitted by a user.
e.g. Submission, Comment, Message
Base interface for keeping track of when a Thing was created.
Base interface for all items that can be distingushed
by moderators, admins or else.
Base interface to keep track of when a Thing was edited.
The base class for fetching pages of items
in a listing return.
Base interface for all the item that can be given Gildings
This class represents the amount of silver, gold and platinum that a contribution has,
given by users.
(extensions in package com.kirkbushman.araw.utils)
This class represent the current logged in user.
This class represents the message a user can send or receive.
Messages are grouped in the user inbox.
This class is used to load more comments in the tree,
when a comment or a group of comment is too deep.
This class represents a Redditor, that is not the current logged in one.
Base interface for all items that be replied to,
including Submission and Comment.
Base interface for all the items that can be saved,
Base interface to group all sorting options in the Reddit Api
This class represents a user post in a specific Subreddit,
this class can be replied to, in a form of a comment section.
Enum class that defines the kind of submissions.
There are additional properties inside of Submission,
to specify whether it's a video, an image, if it's hosted on reddit.com domain or not...
This class is used to represent a rule element in a Subreddit,
the rules are made by mods, and are expressing good/bad behaviour in the sub.
Base class for every class of the Reddit API,
This enum defines the time options for filtering, searching or ordering items in the Reddit Api:
This class represent a trophy given to a redditor.
Base interface for all the items that can be voted on,
likes = True -> Upvote, likes = False -> Downvote, likes = null
This enum defines the possible states of an item the logged in user has voted,
represented by the inteface Votable
An enveloped list of strings, that represents the wiki page titles.