Class ProjectRoleScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectRoleScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectRoleScope
extends Object
ProjectRoleScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The type of scope. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScopeProject
protected ProjectRoleScope.TypeEnum
The type of scope. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectRoleScope
(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