Class DeprecatedWorkflow.DeprecatedWorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.DeprecatedWorkflow.DeprecatedWorkflowBuilder
- Enclosing class:
- DeprecatedWorkflow
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the workflow.lastModifiedDate
(String lastModifiedDate) The datetime the workflow was last modified.lastModifiedUser
(String lastModifiedUser) This property is no longer available and will be removed from the documentation soon.lastModifiedUserAccountId
(String lastModifiedUserAccountId) The account ID of the user that last modified the workflow.The name of the workflow.scope
(DeprecatedWorkflowScope scope) The number of steps included in the workflow.toString()
-
Method Details
-
_default
- Returns:
this
.
-
description
The description of the workflow.- Returns:
this
.
-
lastModifiedDate
The datetime the workflow was last modified.- Returns:
this
.
-
lastModifiedUser
This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Returns:
this
.
-
lastModifiedUserAccountId
public DeprecatedWorkflow.DeprecatedWorkflowBuilder lastModifiedUserAccountId(String lastModifiedUserAccountId) The account ID of the user that last modified the workflow.- Returns:
this
.
-
name
The name of the workflow.- Returns:
this
.
-
scope
- Returns:
this
.
-
steps
The number of steps included in the workflow.- Returns:
this
.
-
build
-
toString
-