Class Transitions

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

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

    • expand

      protected String expand
      Expand options that include additional transitions details in the response.
    • transitions

      protected List<IssueTransition> transitions
      List of issue transitions.
  • Constructor Details

    • Transitions

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

      @Internal public Transitions(String expand, List<IssueTransition> transitions)
      Constructs a validated instance of Transitions.

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

      Parameters:
      expand - Expand options that include additional transitions details in the response.
      transitions - List of issue transitions.
    • Transitions

      protected Transitions()
  • Method Details