Class WorkflowSchemeAssociations.WorkflowSchemeAssociationsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeAssociations.WorkflowSchemeAssociationsBuilder
- Enclosing class:
- WorkflowSchemeAssociations
-
Method Summary
Modifier and TypeMethodDescriptionbuild()projectIds(List<String> projectIds) The list of projects that use the workflow scheme.toString()workflowScheme(WorkflowScheme workflowScheme)
-
Method Details
-
projectIds
public WorkflowSchemeAssociations.WorkflowSchemeAssociationsBuilder projectIds(List<String> projectIds) The list of projects that use the workflow scheme.- Returns:
this.
-
workflowScheme
public WorkflowSchemeAssociations.WorkflowSchemeAssociationsBuilder workflowScheme(WorkflowScheme workflowScheme) - Returns:
this.
-
build
-
toString
-