Class RedditInstantProperty
java.lang.Object
io.github.yvasyliev.telegramforwarderbot.reddit.entity.RedditInstantProperty
Entity representing a Reddit property with an Instant value.
This entity is used to store properties related to Reddit, such as the last created timestamp.
The property name is stored as an RedditInstantProperty.RedditInstantPropertyName
enum, and the value is stored as an
Instant
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enum representing the names of Reddit instant properties. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RedditInstantProperty
public RedditInstantProperty()
-