Klasse WorkflowIDs

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

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

    • entityId

      protected String entityId
      The entity ID of the workflow.
    • name

      protected String name
      The name of the workflow.
  • Konstruktordetails

    • WorkflowIDs

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

      @Internal public WorkflowIDs(String entityId, String name)
      Constructs a validated instance of WorkflowIDs.

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

      Parameter:
      entityId - The entity ID of the workflow.
      name - The name of the workflow.
    • WorkflowIDs

      protected WorkflowIDs()
  • Methodendetails

    • builder

      public static WorkflowIDs.WorkflowIDsBuilder builder()
    • entityId

      public String entityId()
      The entity ID of the workflow.
    • name

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

      public WorkflowIDs entityId(String entityId)
      The entity ID of the workflow.
      Gibt zurück:
      this.
    • name

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