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
  • Field Details

    • _default

      protected Boolean _default
    • description

      protected String description
      The description of the workflow.
    • lastModifiedDate

      protected String lastModifiedDate
      The datetime the workflow was last modified.
    • lastModifiedUser

      protected String 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

      protected String lastModifiedUserAccountId
      The account ID of the user that last modified the workflow.
    • name

      protected String name
      The name of the workflow.
    • scope

      protected DeprecatedWorkflowScope scope
    • steps

      protected Integer steps
      The number of steps included in the workflow.
  • Constructor Details

    • DeprecatedWorkflow

      public DeprecatedWorkflow(Consumer<DeprecatedWorkflow> spec)
      Constructs a validated instance of DeprecatedWorkflow.
      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 of DeprecatedWorkflow.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using DeprecatedWorkflow(Consumer) instead.

      Parameters:
      _default - _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 - scope
      steps - The number of steps included in the workflow.
    • DeprecatedWorkflow

      protected DeprecatedWorkflow()
  • Method Details

    • builder

    • _default

      public Boolean _default()
    • description

      public String description()
      The description of the workflow.
    • lastModifiedDate

      public String lastModifiedDate()
      The datetime the workflow was last modified.
    • lastModifiedUser

      public String 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

      public String lastModifiedUserAccountId()
      The account ID of the user that last modified the workflow.
    • name

      public String name()
      The name of the workflow.
    • scope

      public DeprecatedWorkflowScope scope()
    • steps

      public Integer steps()
      The number of steps included in the workflow.
    • _default

      public DeprecatedWorkflow _default(Boolean _default)
      Returns:
      this.
    • description

      public DeprecatedWorkflow description(String description)
      The description of the workflow.
      Returns:
      this.
    • lastModifiedDate

      public DeprecatedWorkflow lastModifiedDate(String lastModifiedDate)
      The datetime the workflow was last modified.
      Returns:
      this.
    • lastModifiedUser

      public DeprecatedWorkflow lastModifiedUser(String 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 lastModifiedUserAccountId(String lastModifiedUserAccountId)
      The account ID of the user that last modified the workflow.
      Returns:
      this.
    • name

      public DeprecatedWorkflow name(String name)
      The name of the workflow.
      Returns:
      this.
    • scope

      Returns:
      this.
    • steps

      public DeprecatedWorkflow steps(Integer steps)
      The number of steps included in the workflow.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object