Klasse InlineCommentModel.InlineCommentModelBuilder

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

public static class InlineCommentModel.InlineCommentModelBuilder extends Object
  • Methodendetails

    • id

      ID of the comment. 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 comment.
      Gibt zurück:
      this.
    • blogPostId

      public InlineCommentModel.InlineCommentModelBuilder blogPostId(Long blogPostId)
      ID of the blog post containing the comment if the comment is on a 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.
    • pageId

      ID of the page containing the comment if the comment is on a page. 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.
    • parentCommentId

      public InlineCommentModel.InlineCommentModelBuilder parentCommentId(Long parentCommentId)
      ID of the parent comment if the comment is a reply. 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.
    • version

      Gibt zurück:
      this.
    • body

      Gibt zurück:
      this.
    • resolutionLastModifierId

      public InlineCommentModel.InlineCommentModelBuilder resolutionLastModifierId(String resolutionLastModifierId)
      Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened.
      Gibt zurück:
      this.
    • resolutionLastModifiedAt

      public InlineCommentModel.InlineCommentModelBuilder resolutionLastModifiedAt(OffsetDateTime resolutionLastModifiedAt)
      Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened.
      Gibt zurück:
      this.
    • resolutionStatus

      Gibt zurück:
      this.
    • properties

      Gibt zurück:
      this.
    • _links

      Gibt zurück:
      this.
    • build

      public InlineCommentModel build()
    • toString

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