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