Klasse GetBlogPostVersionDetailsOperationSpec

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

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

Specification for the GetBlogPostVersionDetails operation.

Get version details for blog post version

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetBlogPostVersionDetailsOperationSpec

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

      @Internal public GetBlogPostVersionDetailsOperationSpec(Long blogpostId, Long versionNumber)
      Constructs a validated instance of GetBlogPostVersionDetailsOperationSpec.

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

      Parameter:
      blogpostId - The ID of the blog post for which version details should be returned.
      versionNumber - The version number of the blog post to be returned.
    • GetBlogPostVersionDetailsOperationSpec

      protected GetBlogPostVersionDetailsOperationSpec()
  • Methodendetails