Klasse BlogPostBulk

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class BlogPostBulk extends Object
BlogPostBulk
  • 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 BodyBulk body
  • Konstruktordetails

    • BlogPostBulk

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using BlogPostBulk(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
    • BlogPostBulk

      protected BlogPostBulk()
  • Methodendetails

    • builder

      public static BlogPostBulk.BlogPostBulkBuilder builder()
    • id

      public String id()
      ID of the blog post.
    • status

      public ContentStatus status()
    • title

      public String title()
      Title of the blog post.
    • spaceId

      public String spaceId()
      ID of the space the blog post is in.
    • authorId

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

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

      public Version version()
    • body

      public BodyBulk body()
    • _links

      public AbstractPageLinks _links()
    • id

      public BlogPostBulk id(String id)
      ID of the blog post.
      Gibt zurück:
      this.
    • status

      public BlogPostBulk status(ContentStatus status)
      Gibt zurück:
      this.
    • title

      public BlogPostBulk title(String title)
      Title of the blog post.
      Gibt zurück:
      this.
    • spaceId

      public BlogPostBulk spaceId(String spaceId)
      ID of the space the blog post is in.
      Gibt zurück:
      this.
    • authorId

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

      public BlogPostBulk 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 version(Version version)
      Gibt zurück:
      this.
    • body

      public BlogPostBulk body(BodyBulk body)
      Gibt zurück:
      this.
    • _links

      public BlogPostBulk _links(AbstractPageLinks _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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