Klasse UpdateBlogPostOperationSpec

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

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

Specification for the UpdateBlogPost operation.

Update blog post

  • Felddetails

    • VALIDATION_ENABLED

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

    • UpdateBlogPostOperationSpec

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

      @Internal public UpdateBlogPostOperationSpec(Long id, UpdateBlogPostRequest updateBlogPostRequest)
      Constructs a validated instance of UpdateBlogPostOperationSpec.

      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 updated. If you don't know the blog post ID, use Get Blog Posts and filter the results.
      updateBlogPostRequest -
    • UpdateBlogPostOperationSpec

      protected UpdateBlogPostOperationSpec()
  • Methodendetails