Klasse DeleteAttachmentOperationSpec

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

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

Specification for the DeleteAttachment operation.

Delete attachment

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteAttachmentOperationSpec

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

      @Internal public DeleteAttachmentOperationSpec(Long id, Boolean purge)
      Constructs a validated instance of DeleteAttachmentOperationSpec.

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

      Parameter:
      id - The ID of the attachment to be deleted.
      purge - If attempting to purge the attachment.
    • DeleteAttachmentOperationSpec

      protected DeleteAttachmentOperationSpec()
  • Methodendetails