Klasse BlogPostSingle

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostSingle

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class BlogPostSingle extends Object
BlogPostSingle
  • Felddetails

    • id

      protected String id
      ID of the blog post.
    • status

      protected ContentStatus status
    • title

      protected String title
      Title of the blog post.
    • spaceId

      protected String spaceId
      ID of the space the blog post is in.
    • authorId

      protected String authorId
      The account ID of the user who created this blog post originally.
    • createdAt

      protected OffsetDateTime createdAt
      Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • version

      protected Version version
    • body

      protected BodySingle body
  • Konstruktordetails

    • BlogPostSingle

      public BlogPostSingle(Consumer<BlogPostSingle> spec)
      Constructs a validated instance of BlogPostSingle.
      Parameter:
      spec - the specification to process
    • BlogPostSingle

      @Internal public BlogPostSingle(String id, ContentStatus status, String title, String spaceId, String authorId, OffsetDateTime createdAt, Version version, BodySingle body, AbstractPageLinks _links)
      Constructs a validated instance of BlogPostSingle.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using BlogPostSingle(Consumer) instead.

      Parameter:
      id - ID of the blog post.
      status - status
      title - Title of the blog post.
      spaceId - ID of the space the blog post is in.
      authorId - The account ID of the user who created this blog post originally.
      createdAt - Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      version - version
      body - body
      _links - _links
    • BlogPostSingle

      protected BlogPostSingle()
  • Methodendetails