Klasse WorkflowTransitionRule

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

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

    • configuration

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

      protected String type
      The type of the transition rule.
  • Konstruktordetails

    • WorkflowTransitionRule

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

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

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

      Parameter:
      configuration - EXPERIMENTAL. The configuration of the transition rule.
      type - The type of the transition rule.
    • WorkflowTransitionRule

      protected WorkflowTransitionRule()
  • Methodendetails