Klasse ProjectIds
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectIds
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIds
extends Object
ProjectIds
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectIds
(Consumer<ProjectIds> spec) Constructs a validated instance ofProjectIds
.ProjectIds
(List<String> projectIds) Constructs a validated instance ofProjectIds
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ProjectIds.ProjectIdsBuilder
builder()
protected boolean
boolean
int
hashCode()
The IDs of projects.projectIds
(List<String> projectIds) The IDs of projects.toString()
-
Felddetails
-
projectIds
The IDs of projects.
-
-
Konstruktordetails
-
ProjectIds
Constructs a validated instance ofProjectIds
.- Parameter:
spec
- the specification to process
-
ProjectIds
Constructs a validated instance ofProjectIds
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectIds(Consumer)
instead.- Parameter:
projectIds
- The IDs of projects.
-
ProjectIds
protected ProjectIds()
-
-
Methodendetails