Klasse FooterCommentModel

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

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

      protected 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.
    • pageId

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

      protected 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.
    • version

      protected Version version
    • body

      protected BodySingle body
  • Konstruktordetails

    • FooterCommentModel

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

      @Internal public FooterCommentModel(Long id, ContentStatus status, String title, Long blogPostId, Long pageId, Long parentCommentId, Version version, BodySingle body, CommentLinks _links)
      Constructs a validated instance of FooterCommentModel.

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

      protected FooterCommentModel()
  • 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.
    • blogPostId

      public 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.
    • pageId

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

      public 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.
    • version

      public Version version()
    • body

      public BodySingle body()
    • _links

      public CommentLinks _links()
    • id

      public FooterCommentModel 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 FooterCommentModel status(ContentStatus status)
      Gibt zurück:
      this.
    • title

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

      public FooterCommentModel 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

      public FooterCommentModel pageId(Long 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 FooterCommentModel 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

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

      public FooterCommentModel body(BodySingle body)
      Gibt zurück:
      this.
    • _links

      public FooterCommentModel _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