Class ProjectIds
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectIds
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIds
extends Object
ProjectIds
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProjectIds(Consumer<ProjectIds> spec) Constructs a validated instance ofProjectIds.ProjectIds(List<String> projectIds) Constructs a validated instance ofProjectIds. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectIds.ProjectIdsBuilderbuilder()protected booleanbooleaninthashCode()The IDs of projects.projectIds(List<String> projectIds) The IDs of projects.toString()
-
Field Details
-
projectIds
The IDs of projects.
-
-
Constructor Details
-
ProjectIds
Constructs a validated instance ofProjectIds.- Parameters:
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.- Parameters:
projectIds- The IDs of projects.
-
ProjectIds
protected ProjectIds()
-
-
Method Details