Klasse WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder
- Umschließende Klasse:
WorkflowSchemeUpdateRequiredMappingsResponse
public static class WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()statuses(Set<StatusMetadata> statuses) The details of the statuses in the associated workflows.statusesPerWorkflow(Set<StatusesPerWorkflow> statusesPerWorkflow) The statuses associated with each workflow.statusMappingsByIssueTypes(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes) The list of required status mappings by issue type.statusMappingsByWorkflows(Set<RequiredMappingByWorkflows> statusMappingsByWorkflows) The list of required status mappings by workflow.toString()
-
Methodendetails
-
statusMappingsByIssueTypes
public WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder statusMappingsByIssueTypes(Set<RequiredMappingByIssueType> statusMappingsByIssueTypes) The list of required status mappings by issue type.- Gibt zurück:
this.
-
statusMappingsByWorkflows
public WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder statusMappingsByWorkflows(Set<RequiredMappingByWorkflows> statusMappingsByWorkflows) The list of required status mappings by workflow.- Gibt zurück:
this.
-
statuses
public WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder statuses(Set<StatusMetadata> statuses) The details of the statuses in the associated workflows.- Gibt zurück:
this.
-
statusesPerWorkflow
public WorkflowSchemeUpdateRequiredMappingsResponse.WorkflowSchemeUpdateRequiredMappingsResponseBuilder statusesPerWorkflow(Set<StatusesPerWorkflow> statusesPerWorkflow) The statuses associated with each workflow.- Gibt zurück:
this.
-
build
-
toString
-