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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDocumentVersion(String id, Long versionNumber) Constructs a validated instance ofDocumentVersion.Constructs a validated instance ofDocumentVersion. -
Method Summary
-
Field Details
-
id
The version UUID. -
versionNumber
The version number.
-
-
Constructor Details
-
DocumentVersion
Constructs a validated instance ofDocumentVersion.- Parameters:
spec- the specification to process
-
DocumentVersion
Constructs a validated instance ofDocumentVersion.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
-
builder
-
id
The version UUID. -
versionNumber
The version number. -
id
The version UUID.- Returns:
this.
-
versionNumber
The version number.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-