java.lang.Object
io.github.evisentin.wordpress.client.domain.model.WpResource
io.github.evisentin.wordpress.client.domain.model.WpPost

public class WpPost extends WpResource
Represents a WordPress post as returned by the WordPress REST API.

This model maps the JSON structure of a post object, including metadata such as identifiers, publication and modification dates, rendered content fields, publication status, post format, taxonomy associations, password protection, and sticky flag.

Unknown JSON properties are ignored during deserialization to ensure forward compatibility with the API.

See Also:
  • Constructor Details

    • WpPost

      public WpPost()