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