Class StatusScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusScope
extends Object
StatusScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe scope of the status. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProjectIdprotected StatusScope.TypeEnumThe scope of the status. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatusScope(ProjectId project, StatusScope.TypeEnum type) Constructs a validated instance ofStatusScope.StatusScope(Consumer<StatusScope> spec) Constructs a validated instance ofStatusScope. -
Method Summary
-
Field Details
-
project
-
type
The scope of the status.GLOBALfor company-managed projects andPROJECTfor team-managed projects.
-
-
Constructor Details
-
StatusScope
Constructs a validated instance ofStatusScope.- Parameters:
spec- the specification to process
-
StatusScope
Constructs a validated instance ofStatusScope.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusScope(Consumer)instead.- Parameters:
project- projecttype- The scope of the status.GLOBALfor company-managed projects andPROJECTfor team-managed projects.
-
StatusScope
protected StatusScope()
-
-
Method Details
-
builder
-
project
-
type
The scope of the status.GLOBALfor company-managed projects andPROJECTfor team-managed projects. -
project
- Returns:
this.
-
type
The scope of the status.GLOBALfor company-managed projects andPROJECTfor team-managed projects.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-