Class WorkflowSimpleCondition

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WorkflowSimpleCondition extends Object
WorkflowSimpleCondition
  • Field Details

    • configuration

      protected Object configuration
      EXPERIMENTAL. The configuration of the transition rule.
    • nodeType

      protected String nodeType
    • type

      protected String type
      The type of the transition rule.
  • Constructor Details

    • WorkflowSimpleCondition

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

      @Internal public WorkflowSimpleCondition(Object configuration, String nodeType, String type)
      Constructs a validated instance of WorkflowSimpleCondition.

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

      Parameters:
      configuration - EXPERIMENTAL. The configuration of the transition rule.
      nodeType - nodeType
      type - The type of the transition rule.
    • WorkflowSimpleCondition

      protected WorkflowSimpleCondition()
  • Method Details