Class ProjectRoleScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectRoleScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleScope
extends Object
ProjectRoleScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of scope. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScopeProjectprotected ProjectRoleScope.TypeEnumThe type of scope. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProjectRoleScope(ScopeProject project, ProjectRoleScope.TypeEnum type) Constructs a validated instance ofProjectRoleScope.Constructs a validated instance ofProjectRoleScope. -
Method Summary
-
Field Details
-
project
-
type
The type of scope.
-
-
Constructor Details
-
ProjectRoleScope
Constructs a validated instance ofProjectRoleScope.- Parameters:
spec- the specification to process
-
ProjectRoleScope
Constructs a validated instance ofProjectRoleScope.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectRoleScope(Consumer)instead.- Parameters:
project- projecttype- The type of scope.
-
ProjectRoleScope
protected ProjectRoleScope()
-
-
Method Details