Klasse DeprecatedWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.DeprecatedWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeprecatedWorkflow
extends Object
DeprecatedWorkflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Booleanprotected StringThe description of the workflow.protected StringThe datetime the workflow was last modified.protected StringThis property is no longer available and will be removed from the documentation soon.protected StringThe account ID of the user that last modified the workflow.protected StringThe name of the workflow.protected DeprecatedWorkflowScopeprotected IntegerThe number of steps included in the workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeprecatedWorkflow(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. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_default()builder()protected booleanThe description of the workflow.description(String description) The description of the workflow.booleaninthashCode()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()
-
Felddetails
-
_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.
-
-
Konstruktordetails
-
DeprecatedWorkflow
Constructs a validated instance ofDeprecatedWorkflow.- Parameter:
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.- Parameter:
_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()
-
-
Methodendetails
-
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
- 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
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-