Class DeprecatedWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.DeprecatedWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeprecatedWorkflow
extends Object
DeprecatedWorkflow
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
The description of the workflow.protected String
The datetime the workflow was last modified.protected String
This property is no longer available and will be removed from the documentation soon.protected String
The account ID of the user that last modified the workflow.protected String
The name of the workflow.protected DeprecatedWorkflowScope
protected Integer
The number of steps included in the workflow. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DeprecatedWorkflow
(Boolean _default, String description, String lastModifiedDate, String lastModifiedUser, String lastModifiedUserAccountId, String name, DeprecatedWorkflowScope scope, Integer steps) Constructs a validated instance ofDeprecatedWorkflow
.Constructs a validated instance ofDeprecatedWorkflow
. -
Method Summary
Modifier and TypeMethodDescription_default()
builder()
protected boolean
The description of the workflow.description
(String description) The description of the workflow.boolean
int
hashCode()
The datetime the workflow was last modified.lastModifiedDate
(String lastModifiedDate) The datetime the workflow was last modified.This property is no longer available and will be removed from the documentation soon.lastModifiedUser
(String lastModifiedUser) This property is no longer available and will be removed from the documentation soon.The account ID of the user that last modified the workflow.lastModifiedUserAccountId
(String lastModifiedUserAccountId) The account ID of the user that last modified the workflow.name()
The name of the workflow.The name of the workflow.scope()
scope
(DeprecatedWorkflowScope scope) steps()
The number of steps included in the workflow.The number of steps included in the workflow.toString()
-
Field Details
-
_default
-
description
The description of the workflow. -
lastModifiedDate
The datetime the workflow was last modified. -
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. -
lastModifiedUserAccountId
The account ID of the user that last modified the workflow. -
name
The name of the workflow. -
scope
-
steps
The number of steps included in the workflow.
-
-
Constructor Details
-
DeprecatedWorkflow
Constructs a validated instance ofDeprecatedWorkflow
.- Parameters:
spec
- the specification to process
-
DeprecatedWorkflow
@Internal public DeprecatedWorkflow(Boolean _default, String description, String lastModifiedDate, String lastModifiedUser, String lastModifiedUserAccountId, String name, DeprecatedWorkflowScope scope, Integer steps) Constructs a validated instance ofDeprecatedWorkflow
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DeprecatedWorkflow(Consumer)
instead.- Parameters:
_default
- _defaultdescription
- The description of the workflow.lastModifiedDate
- The datetime the workflow was last modified.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.lastModifiedUserAccountId
- The account ID of the user that last modified the workflow.name
- The name of the workflow.scope
- scopesteps
- The number of steps included in the workflow.
-
DeprecatedWorkflow
protected DeprecatedWorkflow()
-
-
Method Details
-
builder
-
_default
-
description
The description of the workflow. -
lastModifiedDate
The datetime the workflow was last modified. -
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. -
lastModifiedUserAccountId
The account ID of the user that last modified the workflow. -
name
The name of the workflow. -
scope
-
steps
The number of steps included in the workflow. -
_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
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-