Class WorkflowCreateResponse.WorkflowCreateResponseBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateResponse.WorkflowCreateResponseBuilder
- Enclosing class:
- WorkflowCreateResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
statuses
(Set<JiraWorkflowStatus> statuses) List of created statuses.toString()
workflows
(Set<JiraWorkflow> workflows) List of created workflows.
-
Method Details
-
statuses
public WorkflowCreateResponse.WorkflowCreateResponseBuilder statuses(Set<JiraWorkflowStatus> statuses) List of created statuses.- Returns:
this
.
-
workflows
List of created workflows.- Returns:
this
.
-
build
-
toString
-