Klasse GetAttachmentVersionDetailsOperationSpec

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

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

Specification for the GetAttachmentVersionDetails operation.

Get version details for attachment version

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAttachmentVersionDetailsOperationSpec

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

      @Internal public GetAttachmentVersionDetailsOperationSpec(String attachmentId, Long versionNumber)
      Constructs a validated instance of GetAttachmentVersionDetailsOperationSpec.

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

      Parameter:
      attachmentId - The ID of the attachment for which version details should be returned.
      versionNumber - The version number of the attachment to be returned.
    • GetAttachmentVersionDetailsOperationSpec

      protected GetAttachmentVersionDetailsOperationSpec()
  • Methodendetails