Klasse WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
- Umschließende Klasse:
WorkflowSchemeUpdateRequiredMappingsRequest
public static class WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
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)*.- Gibt zurück:
this
.
-
id
public WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder id(String id) The ID of the workflow scheme.- Gibt zurück:
this
.
-
workflowsForIssueTypes
public WorkflowSchemeUpdateRequiredMappingsRequest.WorkflowSchemeUpdateRequiredMappingsRequestBuilder workflowsForIssueTypes(List<WorkflowSchemeAssociation> workflowsForIssueTypes) The new workflow to issue type mappings for this workflow scheme.- Gibt zurück:
this
.
-
build
-
toString
-