Class ProjectFeatureState
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectFeatureState
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectFeatureState
extends Object
ProjectFeatureState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe feature state. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofProjectFeatureState.Constructs a validated instance ofProjectFeatureState. -
Method Summary
-
Field Details
-
state
The feature state.
-
-
Constructor Details
-
ProjectFeatureState
Constructs a validated instance ofProjectFeatureState.- Parameters:
spec- the specification to process
-
ProjectFeatureState
Constructs a validated instance ofProjectFeatureState.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectFeatureState(Consumer)instead.- Parameters:
state- The feature state.
-
ProjectFeatureState
protected ProjectFeatureState()
-
-
Method Details