Class WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
- Enclosing class:
- WorkflowSchemeUpdateRequiredMappingsRequest
public static class WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()defaultWorkflowId(String defaultWorkflowId) The ID of the new default workflow for this workflow scheme.The ID of the workflow scheme.toString()workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.
-
Method Details
-
defaultWorkflowId
public WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder defaultWorkflowId(String defaultWorkflowId) The ID of the new default workflow for this workflow scheme. Only used in global-scoped workflow schemes. If it isn't specified, is set to *Jira Workflow (jira)*.- Returns:
this.
-
id
public WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder id(String id) The ID of the workflow scheme.- Returns:
this.
-
workflowsForIssueTypes
public WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.- Returns:
this.
-
build
-
toString
-