Class DeleteCommentPropertyOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteCommentPropertyOperationSpec

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

Specification for the DeleteCommentProperty operation.

Delete comment property

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteCommentPropertyOperationSpec

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

      @Internal public DeleteCommentPropertyOperationSpec(String commentId, String propertyKey)
      Constructs a validated instance of DeleteCommentPropertyOperationSpec.

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

      Parameters:
      commentId - The ID of the comment.
      propertyKey - The key of the property.
    • DeleteCommentPropertyOperationSpec

      protected DeleteCommentPropertyOperationSpec()
  • Method Details