Class ProjectIdentifierBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectIdentifierBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIdentifierBean
extends Object
ProjectIdentifierBean
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectIdentifierBean
(Long id, String key) Constructs a validated instance ofProjectIdentifierBean
.Constructs a validated instance ofProjectIdentifierBean
. -
Method Summary
-
Field Details
-
id
The ID of the project. -
key
The key of the project.
-
-
Constructor Details
-
ProjectIdentifierBean
Constructs a validated instance ofProjectIdentifierBean
.- Parameters:
spec
- the specification to process
-
ProjectIdentifierBean
Constructs a validated instance ofProjectIdentifierBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectIdentifierBean(Consumer)
instead.- Parameters:
id
- The ID of the project.key
- The key of the project.
-
ProjectIdentifierBean
protected ProjectIdentifierBean()
-
-
Method Details
-
builder
-
id
The ID of the project. -
key
The key of the project. -
id
The ID of the project.- Returns:
this
.
-
key
The key of the project.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-