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