Class ProjectId
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectId
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectId
extends Object
ProjectId
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The ID of the project.
-
-
Constructor Details
-
ProjectId
Constructs a validated instance ofProjectId
.- Parameters:
spec
- the specification to process
-
ProjectId
Constructs a validated instance ofProjectId
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectId(Consumer)
instead.- Parameters:
id
- The ID of the project.
-
ProjectId
protected ProjectId()
-
-
Method Details