Class WorkflowTransitionProperty

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

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

    • id

      protected String id
      The ID of the transition property.
    • key

      protected String key
      The key of the transition property. Also known as the name of the transition property.
    • value

      protected String value
      The value of the transition property.
  • Constructor Details

    • WorkflowTransitionProperty

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

      @Internal public WorkflowTransitionProperty(String id, String key, String value)
      Constructs a validated instance of WorkflowTransitionProperty.

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

      Parameters:
      id - The ID of the transition property.
      key - The key of the transition property. Also known as the name of the transition property.
      value - The value of the transition property.
    • WorkflowTransitionProperty

      protected WorkflowTransitionProperty()
  • Method Details