Klasse DeleteCommentPropertyByIdOperationSpec

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

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

Specification for the DeleteCommentPropertyById operation.

Delete content property for comment by id

  • Felddetails

    • VALIDATION_ENABLED

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

    • DeleteCommentPropertyByIdOperationSpec

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

      @Internal public DeleteCommentPropertyByIdOperationSpec(Long commentId, Long propertyId)
      Constructs a validated instance of DeleteCommentPropertyByIdOperationSpec.

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

      Parameter:
      commentId - The ID of the comment the property belongs to.
      propertyId - The ID of the property to be deleted.
    • DeleteCommentPropertyByIdOperationSpec

      protected DeleteCommentPropertyByIdOperationSpec()
  • Methodendetails