Class WpCommentCreateUpdateRequest

java.lang.Object
io.github.evisentin.wordpress.client.domain.model.requests.WpCommentCreateUpdateRequest

public class WpCommentCreateUpdateRequest extends Object
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 Details

    • WpCommentCreateUpdateRequest

      public WpCommentCreateUpdateRequest()