Class WorkflowSchemeProjectAssociation.WorkflowSchemeProjectAssociationBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeProjectAssociation.WorkflowSchemeProjectAssociationBuilder
- Enclosing class:
- WorkflowSchemeProjectAssociation
public static class WorkflowSchemeProjectAssociation.WorkflowSchemeProjectAssociationBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the project.toString()workflowSchemeId(String workflowSchemeId) The ID of the workflow scheme.
-
Method Details
-
projectId
public WorkflowSchemeProjectAssociation.WorkflowSchemeProjectAssociationBuilder projectId(String projectId) The ID of the project.- Returns:
this.
-
workflowSchemeId
public WorkflowSchemeProjectAssociation.WorkflowSchemeProjectAssociationBuilder workflowSchemeId(String workflowSchemeId) The ID of the workflow scheme. If the workflow scheme ID isnull, the operation assigns the default workflow scheme.- Returns:
this.
-
build
-
toString
-