Klasse DeprecatedWorkflow.DeprecatedWorkflowBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.DeprecatedWorkflow.DeprecatedWorkflowBuilder
- Umschließende Klasse:
DeprecatedWorkflow
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
_default
- Gibt zurück:
this
.
-
description
The description of the workflow.- Gibt zurück:
this
.
-
lastModifiedDate
The datetime the workflow was last modified.- Gibt zurück:
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.- Gibt zurück:
this
.
-
lastModifiedUserAccountId
public DeprecatedWorkflow.DeprecatedWorkflowBuilder lastModifiedUserAccountId(String lastModifiedUserAccountId) The account ID of the user that last modified the workflow.- Gibt zurück:
this
.
-
name
The name of the workflow.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
steps
The number of steps included in the workflow.- Gibt zurück:
this
.
-
build
-
toString
-