Klasse WorkflowStatus

java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowStatus

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowStatus extends Object
WorkflowStatus
  • Felddetails

    • id

      protected String id
      The ID of the issue status.
    • name

      protected String name
      The name of the status in the workflow.
    • properties

      protected Map<String,Object> properties
      Additional properties that modify the behavior of issues in this status. Supports the properties jira.issue.editable and issueEditable (deprecated) that indicate whether issues are editable.
  • Konstruktordetails

    • WorkflowStatus

      public WorkflowStatus(Consumer<WorkflowStatus> spec)
      Constructs a validated instance of WorkflowStatus.
      Parameter:
      spec - the specification to process
    • WorkflowStatus

      @Internal public WorkflowStatus(String id, String name, Map<String,Object> properties)
      Constructs a validated instance of WorkflowStatus.

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

      Parameter:
      id - The ID of the issue status.
      name - The name of the status in the workflow.
      properties - Additional properties that modify the behavior of issues in this status. Supports the properties jira.issue.editable and issueEditable (deprecated) that indicate whether issues are editable.
    • WorkflowStatus

      protected WorkflowStatus()
  • Methodendetails

    • builder

      public static WorkflowStatus.WorkflowStatusBuilder builder()
    • id

      public String id()
      The ID of the issue status.
    • name

      public String name()
      The name of the status in the workflow.
    • properties

      public Map<String,Object> properties()
      Additional properties that modify the behavior of issues in this status. Supports the properties jira.issue.editable and issueEditable (deprecated) that indicate whether issues are editable.
    • id

      public WorkflowStatus id(String id)
      The ID of the issue status.
      Gibt zurück:
      this.
    • name

      public WorkflowStatus name(String name)
      The name of the status in the workflow.
      Gibt zurück:
      this.
    • properties

      public WorkflowStatus properties(Map<String,Object> properties)
      Additional properties that modify the behavior of issues in this status. Supports the properties jira.issue.editable and issueEditable (deprecated) that indicate whether issues are editable.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object