Klasse DeleteAttachmentPropertyByIdOperationSpec

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

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

Specification for the DeleteAttachmentPropertyById operation.

Delete content property for attachment by id

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteAttachmentPropertyByIdOperationSpec

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

      @Internal public DeleteAttachmentPropertyByIdOperationSpec(String attachmentId, Long propertyId)
      Constructs a validated instance of DeleteAttachmentPropertyByIdOperationSpec.

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

      Parameter:
      attachmentId - The ID of the attachment the property belongs to.
      propertyId - The ID of the property to be deleted.
    • DeleteAttachmentPropertyByIdOperationSpec

      protected DeleteAttachmentPropertyByIdOperationSpec()
  • Methodendetails