Klasse WorkflowStatusAndPort

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

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

    • port

      protected Integer port
      The port the transition is connected to this status.
    • statusReference

      protected String statusReference
      The reference of this status.
  • Konstruktordetails

    • WorkflowStatusAndPort

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

      @Internal public WorkflowStatusAndPort(Integer port, String statusReference)
      Constructs a validated instance of WorkflowStatusAndPort.

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

      Parameter:
      port - The port the transition is connected to this status.
      statusReference - The reference of this status.
    • WorkflowStatusAndPort

      protected WorkflowStatusAndPort()
  • Methodendetails