Class ScreenScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenScope
extends Object
ScreenScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The type of scope. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScopeProject
protected ScreenScope.TypeEnum
The type of scope. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScreenScope
(ScopeProject project, ScreenScope.TypeEnum type) Constructs a validated instance ofScreenScope
.ScreenScope
(Consumer<ScreenScope> spec) Constructs a validated instance ofScreenScope
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
project()
project
(ScopeProject project) toString()
type()
The type of scope.type
(ScreenScope.TypeEnum type) The type of scope.
-
Field Details
-
project
-
type
The type of scope.
-
-
Constructor Details
-
ScreenScope
Constructs a validated instance ofScreenScope
.- Parameters:
spec
- the specification to process
-
ScreenScope
Constructs a validated instance ofScreenScope
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenScope(Consumer)
instead.- Parameters:
project
- projecttype
- The type of scope.
-
ScreenScope
protected ScreenScope()
-
-
Method Details