Klasse DocumentVersion

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

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

    • id

      protected String id
      The version UUID.
    • versionNumber

      protected Long versionNumber
      The version number.
  • Konstruktordetails

    • DocumentVersion

      public DocumentVersion(Consumer<DocumentVersion> spec)
      Constructs a validated instance of DocumentVersion.
      Parameter:
      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.

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

      protected DocumentVersion()
  • Methodendetails