Klasse BlogPostBulk.BlogPostBulkBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostBulk.BlogPostBulkBuilder
Umschließende Klasse:
BlogPostBulk

public static class BlogPostBulk.BlogPostBulkBuilder extends Object
  • Methodendetails

    • id

      ID of the blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      Gibt zurück:
      this.
    • status

      Gibt zurück:
      this.
    • title

      Title of the blog post.
      Gibt zurück:
      this.
    • spaceId

      public BlogPostBulk.BlogPostBulkBuilder spaceId(Long spaceId)
      ID of the space the blog post is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.
      Gibt zurück:
      this.
    • authorId

      public BlogPostBulk.BlogPostBulkBuilder authorId(String authorId)
      The account ID of the user who created this blog post originally.
      Gibt zurück:
      this.
    • createdAt

      public BlogPostBulk.BlogPostBulkBuilder createdAt(OffsetDateTime createdAt)
      Date and time when the blog post was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • version

      public BlogPostBulk.BlogPostBulkBuilder version(Version version)
      Gibt zurück:
      this.
    • body

      Gibt zurück:
      this.
    • _links

      Gibt zurück:
      this.
    • build

      public BlogPostBulk build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object