Package io.github.yvasyliev.telegramforwarderbot.reddit.dto
package io.github.yvasyliev.telegramforwarderbot.reddit.dto
This package contains data transfer objects (DTOs) for interacting with Reddit's API.
These DTOs are used to map the JSON responses from Reddit into Java objects.
-
ClassDescriptionRepresents a Reddit link (post) with various attributes.Represents an awarding given to a Reddit post.Represents rich text formatting for flairs in Reddit posts.Represents the gallery data associated with a Reddit post.Represents an item in the gallery.Represents the media associated with a Reddit post.Represents the media embed information for a Reddit post.Represents metadata for a Reddit post, including its status, type, format, resolutions, source resolution, and ID.Represents the format of the post's media.Represents the status of the metadata.Represents the type of the post's media.Represents the data for a Reddit poll.Represents an option in a Reddit poll.Represents the hint for the type of post.Represents the preview data for a Reddit post.Represents an image in the preview.Represents a Reddit video with various attributes.Represents the status of transcoding for a Reddit video.Represents a resolution of an image or video.Represents a variant of a post's media with its source resolution and available resolutions.Represents the variants of a post's media.Represents the type of variant for a post's media.Represents a Reddit listing response.Thing<T>A generic container for Reddit API responses.Enum representing the possible kinds of Reddit API responses.