Class DeleteCommentOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteCommentOperationSpec

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

Specification for the DeleteComment operation.

Delete comment

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteCommentOperationSpec

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

      @Internal public DeleteCommentOperationSpec(String issueIdOrKey, String id)
      Constructs a validated instance of DeleteCommentOperationSpec.

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

      Parameters:
      issueIdOrKey - The ID or key of the issue.
      id - The ID of the comment.
    • DeleteCommentOperationSpec

      protected DeleteCommentOperationSpec()
  • Method Details