Class WpCommentCreateUpdateRequest
java.lang.Object
io.github.evisentin.wordpress.client.domain.model.requests.WpCommentCreateUpdateRequest
Request body used to create or update a WordPress comment.
This model maps the JSON arguments accepted by the WordPress Comments REST API endpoint, including author information, content, publication dates, parent comment, associated post, and moderation status.
Null values are omitted during serialization.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WpCommentCreateUpdateRequest
public WpCommentCreateUpdateRequest()
-