Klasse DeleteBlogpostPropertyByIdOperationSpec

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

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

Specification for the DeleteBlogpostPropertyById operation.

Delete content property for blogpost by id

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteBlogpostPropertyByIdOperationSpec

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

      @Internal public DeleteBlogpostPropertyByIdOperationSpec(Long blogpostId, Long propertyId)
      Constructs a validated instance of DeleteBlogpostPropertyByIdOperationSpec.

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

      Parameter:
      blogpostId - The ID of the blog post the property belongs to.
      propertyId - The ID of the property to be deleted.
    • DeleteBlogpostPropertyByIdOperationSpec

      protected DeleteBlogpostPropertyByIdOperationSpec()
  • Methodendetails