Klasse StatusesPerWorkflow

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

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

    • initialStatusId

      protected String initialStatusId
      The ID of the initial status for the workflow.
    • statuses

      protected Set<String> statuses
      The status IDs associated with the workflow.
    • workflowId

      protected String workflowId
      The ID of the workflow.
  • Konstruktordetails

    • StatusesPerWorkflow

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

      @Internal public StatusesPerWorkflow(String initialStatusId, Set<String> statuses, String workflowId)
      Constructs a validated instance of StatusesPerWorkflow.

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

      Parameter:
      initialStatusId - The ID of the initial status for the workflow.
      statuses - The status IDs associated with the workflow.
      workflowId - The ID of the workflow.
    • StatusesPerWorkflow

      protected StatusesPerWorkflow()
  • Methodendetails

    • builder

    • initialStatusId

      public String initialStatusId()
      The ID of the initial status for the workflow.
    • statuses

      public Set<String> statuses()
      The status IDs associated with the workflow.
    • workflowId

      public String workflowId()
      The ID of the workflow.
    • initialStatusId

      public StatusesPerWorkflow initialStatusId(String initialStatusId)
      The ID of the initial status for the workflow.
      Gibt zurück:
      this.
    • statuses

      public StatusesPerWorkflow statuses(Set<String> statuses)
      The status IDs associated with the workflow.
      Gibt zurück:
      this.
    • workflowId

      public StatusesPerWorkflow workflowId(String workflowId)
      The ID of the workflow.
      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