Klasse WorkflowId

java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowId

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

    • draft

      protected Boolean draft
      Whether the workflow is in the draft state.
    • name

      protected String name
      The name of the workflow.
  • Konstruktordetails

    • WorkflowId

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

      @Internal public WorkflowId(Boolean draft, String name)
      Constructs a validated instance of WorkflowId.

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

      Parameter:
      draft - Whether the workflow is in the draft state.
      name - The name of the workflow.
    • WorkflowId

      protected WorkflowId()
  • Methodendetails

    • builder

      public static WorkflowId.WorkflowIdBuilder builder()
    • draft

      public Boolean draft()
      Whether the workflow is in the draft state.
    • name

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

      public WorkflowId draft(Boolean draft)
      Whether the workflow is in the draft state.
      Gibt zurück:
      this.
    • name

      public WorkflowId name(String name)
      The name 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