Class WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder
- Enclosing class:
- WorkflowSchemeReadResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()defaultWorkflow(WorkflowMetadataRestModel defaultWorkflow) description(String description) The description of the workflow scheme.The ID of the workflow scheme.The name of the workflow scheme.projectIdsUsingScheme(List<String> projectIdsUsingScheme) The IDs of projects using the workflow scheme.scope(WorkflowScope scope) Indicates if there's an [asynchronous task](#async-operations) for this workflow scheme.toString()version(DocumentVersion version) workflowsForIssueTypes(List<WorkflowMetadataAndIssueTypeRestModel> workflowsForIssueTypes) Mappings from workflows to issue types.
-
Method Details
-
defaultWorkflow
public WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder defaultWorkflow(WorkflowMetadataRestModel defaultWorkflow) - Returns:
this.
-
description
The description of the workflow scheme.- Returns:
this.
-
id
The ID of the workflow scheme.- Returns:
this.
-
name
The name of the workflow scheme.- Returns:
this.
-
projectIdsUsingScheme
public WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder projectIdsUsingScheme(List<String> projectIdsUsingScheme) The IDs of projects using the workflow scheme.- Returns:
this.
-
scope
- Returns:
this.
-
taskId
Indicates if there's an [asynchronous task](#async-operations) for this workflow scheme.- Returns:
this.
-
version
public WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder version(DocumentVersion version) - Returns:
this.
-
workflowsForIssueTypes
public WorkflowSchemeReadResponse.WorkflowSchemeReadResponseBuilder workflowsForIssueTypes(List<WorkflowMetadataAndIssueTypeRestModel> workflowsForIssueTypes) Mappings from workflows to issue types.- Returns:
this.
-
build
-
toString
-