Class WpComment
java.lang.Object
io.github.evisentin.wordpress.client.domain.model.WpComment
Represents a WordPress comment as returned by the WordPress REST API.
This model maps the JSON structure of a comment object, including metadata such as its identifier, associated post, parent comment, author information, publication dates, rendered content, moderation status, type, and avatar URLs.
Unknown JSON properties are ignored during deserialization to ensure forward compatibility with the API.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WpComment
public WpComment()
-