Class ContainerForProjectFeatures
java.lang.Object
io.github.primelib.jira4j.restv2.model.ContainerForProjectFeatures
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContainerForProjectFeatures
extends Object
ContainerForProjectFeatures
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofContainerForProjectFeatures
.ContainerForProjectFeatures
(List<ProjectFeature> features) Constructs a validated instance ofContainerForProjectFeatures
. -
Method Summary
-
Field Details
-
features
The project features.
-
-
Constructor Details
-
ContainerForProjectFeatures
Constructs a validated instance ofContainerForProjectFeatures
.- Parameters:
spec
- the specification to process
-
ContainerForProjectFeatures
Constructs a validated instance ofContainerForProjectFeatures
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerForProjectFeatures(Consumer)
instead.- Parameters:
features
- The project features.
-
ContainerForProjectFeatures
protected ContainerForProjectFeatures()
-
-
Method Details