Klasse DeleteBlogPostOperationSpec

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

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

Specification for the DeleteBlogPost operation.

Delete blog post

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteBlogPostOperationSpec

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

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

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

      Parameter:
      id - The ID of the blog post to be deleted.
      purge - If attempting to purge the blog post.
      draft - If attempting to delete a blog post that is a draft.
    • DeleteBlogPostOperationSpec

      protected DeleteBlogPostOperationSpec()
  • Methodendetails