Class WorkflowMetadataRestModel.WorkflowMetadataRestModelBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowMetadataRestModel.WorkflowMetadataRestModelBuilder
- Enclosing class:
- WorkflowMetadataRestModel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the workflow.The ID of the workflow.The name of the workflow.toString()
usage
(List<SimpleUsage> usage) Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.version
(DocumentVersion version)
-
Method Details
-
description
The description of the workflow.- Returns:
this
.
-
id
The ID of the workflow.- Returns:
this
.
-
name
The name of the workflow.- Returns:
this
.
-
usage
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.- Returns:
this
.
-
version
- Returns:
this
.
-
build
-
toString
-