Klasse GetCustomContentVersionDetailsOperationSpec

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

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

Specification for the GetCustomContentVersionDetails operation.

Get version details for custom content version

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetCustomContentVersionDetailsOperationSpec

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

      @Internal public GetCustomContentVersionDetailsOperationSpec(Long customContentId, Long versionNumber)
      Constructs a validated instance of GetCustomContentVersionDetailsOperationSpec.

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

      Parameter:
      customContentId - The ID of the custom content for which version details should be returned.
      versionNumber - The version number of the custom content to be returned.
    • GetCustomContentVersionDetailsOperationSpec

      protected GetCustomContentVersionDetailsOperationSpec()
  • Methodendetails