Class WorkflowSchemeAssociations
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeAssociations
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeAssociations
extends Object
WorkflowSchemeAssociations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of projects that use the workflow scheme.protected WorkflowScheme -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowSchemeAssociations.WorkflowSchemeAssociations(List<String> projectIds, WorkflowScheme workflowScheme) Constructs a validated instance ofWorkflowSchemeAssociations. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The list of projects that use the workflow scheme.projectIds(List<String> projectIds) The list of projects that use the workflow scheme.toString()workflowScheme(WorkflowScheme workflowScheme)
-
Field Details
-
projectIds
The list of projects that use the workflow scheme. -
workflowScheme
-
-
Constructor Details
-
WorkflowSchemeAssociations
Constructs a validated instance ofWorkflowSchemeAssociations.- Parameters:
spec- the specification to process
-
WorkflowSchemeAssociations
Constructs a validated instance ofWorkflowSchemeAssociations.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeAssociations(Consumer)instead.- Parameters:
projectIds- The list of projects that use the workflow scheme.workflowScheme- workflowScheme
-
WorkflowSchemeAssociations
protected WorkflowSchemeAssociations()
-
-
Method Details
-
builder
-
projectIds
The list of projects that use the workflow scheme. -
workflowScheme
-
projectIds
The list of projects that use the workflow scheme.- Returns:
this.
-
workflowScheme
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-