Klasse CreateInlineCommentModel

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

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

    • blogPostId

      protected String blogPostId
      ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.
    • pageId

      protected String pageId
      ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.
    • parentCommentId

      protected String parentCommentId
      ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.
    • body

    • inlineCommentProperties

      protected CreateInlineCommentModelInlineCommentProperties inlineCommentProperties
  • Konstruktordetails

    • CreateInlineCommentModel

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

      @Internal public CreateInlineCommentModel(String blogPostId, String pageId, String parentCommentId, CreateFooterCommentModelBody body, CreateInlineCommentModelInlineCommentProperties inlineCommentProperties)
      Constructs a validated instance of CreateInlineCommentModel.

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

      Parameter:
      blogPostId - ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.
      pageId - ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.
      parentCommentId - ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.
      body - body
      inlineCommentProperties - inlineCommentProperties
    • CreateInlineCommentModel

      protected CreateInlineCommentModel()
  • Methodendetails