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