Klasse DeleteContentVersionOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.DeleteContentVersionOperationSpec

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

Specification for the DeleteContentVersion operation.

Delete content version

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteContentVersionOperationSpec

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

      @Internal public DeleteContentVersionOperationSpec(String id, Integer versionNumber)
      Constructs a validated instance of DeleteContentVersionOperationSpec.

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

      Parameter:
      id - The ID of the content that the version will be deleted from.
      versionNumber - The number of the version to be deleted. The version number starts from 1 up to current version.
    • DeleteContentVersionOperationSpec

      protected DeleteContentVersionOperationSpec()
  • Methodendetails