Class RemoveAttachmentOperationSpec

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

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

Specification for the RemoveAttachment operation.

Delete attachment

  • Field Details

    • VALIDATION_ENABLED

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

    • RemoveAttachmentOperationSpec

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

      @Internal public RemoveAttachmentOperationSpec(String id)
      Constructs a validated instance of RemoveAttachmentOperationSpec.

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

      Parameters:
      id - The ID of the attachment.
    • RemoveAttachmentOperationSpec

      protected RemoveAttachmentOperationSpec()
  • Method Details