Klasse PageInlineCommentModel

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

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

    • id

      protected Long 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.
    • status

      protected ContentStatus status
    • title

      protected String title
      Title of the comment.
    • pageId

      protected Long pageId
      ID of the page the comment 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.
    • version

      protected Version version
    • body

      protected BodyBulk body
    • resolutionStatus

      protected InlineCommentResolutionStatus resolutionStatus
    • properties

      protected InlineCommentProperties properties
  • Konstruktordetails

    • PageInlineCommentModel

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

      @Internal public PageInlineCommentModel(Long id, ContentStatus status, String title, Long pageId, Version version, BodyBulk body, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links)
      Constructs a validated instance of PageInlineCommentModel.

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

      Parameter:
      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.
      status - status
      title - Title of the comment.
      pageId - ID of the page the comment 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.
      version - version
      body - body
      resolutionStatus - resolutionStatus
      properties - properties
      _links - _links
    • PageInlineCommentModel

      protected PageInlineCommentModel()
  • Methodendetails

    • builder

    • id

      public Long 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.
    • status

      public ContentStatus status()
    • title

      public String title()
      Title of the comment.
    • pageId

      public Long pageId()
      ID of the page the comment 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.
    • version

      public Version version()
    • body

      public BodyBulk body()
    • resolutionStatus

      public InlineCommentResolutionStatus resolutionStatus()
    • properties

      public InlineCommentProperties properties()
    • _links

      public CommentLinks _links()
    • id

      public PageInlineCommentModel id(Long 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

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

      public PageInlineCommentModel title(String title)
      Title of the comment.
      Gibt zurück:
      this.
    • pageId

      public PageInlineCommentModel pageId(Long pageId)
      ID of the page the comment 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.
    • version

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

      public PageInlineCommentModel body(BodyBulk body)
      Gibt zurück:
      this.
    • resolutionStatus

      public PageInlineCommentModel resolutionStatus(InlineCommentResolutionStatus resolutionStatus)
      Gibt zurück:
      this.
    • properties

      public PageInlineCommentModel properties(InlineCommentProperties properties)
      Gibt zurück:
      this.
    • _links

      public PageInlineCommentModel _links(CommentLinks _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