Class DocumentVersion

java.lang.Object
io.github.primelib.jira4j.restv3.model.DocumentVersion

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class DocumentVersion extends Object
DocumentVersion
  • Field Details

    • id

      protected String id
      The version UUID.
    • versionNumber

      protected Long versionNumber
      The version number.
  • Constructor Details

    • DocumentVersion

      public DocumentVersion(Consumer<DocumentVersion> spec)
      Constructs a validated instance of DocumentVersion.
      Parameters:
      spec - the specification to process
    • DocumentVersion

      @Internal public DocumentVersion(String id, Long versionNumber)
      Constructs a validated instance of DocumentVersion.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using DocumentVersion(Consumer) instead.

      Parameters:
      id - The version UUID.
      versionNumber - The version number.
    • DocumentVersion

      protected DocumentVersion()
  • Method Details