Class ProjectIssueSecurityLevels
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectIssueSecurityLevels
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectIssueSecurityLevels
extends Object
ProjectIssueSecurityLevels
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofProjectIssueSecurityLevels.ProjectIssueSecurityLevels(List<SecurityLevel> levels) Constructs a validated instance ofProjectIssueSecurityLevels. -
Method Summary
-
Field Details
-
levels
Issue level security items list.
-
-
Constructor Details
-
ProjectIssueSecurityLevels
Constructs a validated instance ofProjectIssueSecurityLevels.- Parameters:
spec- the specification to process
-
ProjectIssueSecurityLevels
Constructs a validated instance ofProjectIssueSecurityLevels.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectIssueSecurityLevels(Consumer)instead.- Parameters:
levels- Issue level security items list.
-
ProjectIssueSecurityLevels
protected ProjectIssueSecurityLevels()
-
-
Method Details