Klasse UpdateInlineCommentOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateInlineCommentOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateInlineCommentOperationSpec extends Object
UpdateInlineCommentSpec

Specification for the UpdateInlineComment operation.

Update inline comment

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • UpdateInlineCommentOperationSpec

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

      @Internal public UpdateInlineCommentOperationSpec(Long commentId, UpdateInlineCommentModel updateInlineCommentModel)
      Constructs a validated instance of UpdateInlineCommentOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      commentId - The ID of the comment to be retrieved.
      updateInlineCommentModel - The inline comment to be updated
    • UpdateInlineCommentOperationSpec

      protected UpdateInlineCommentOperationSpec()
  • Methodendetails