Klasse WorkflowTransitionProperty

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

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

    • 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.
  • Konstruktordetails

    • WorkflowTransitionProperty

      public WorkflowTransitionProperty(Consumer<WorkflowTransitionProperty> spec)
      Constructs a validated instance of WorkflowTransitionProperty.
      Parameter:
      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.

      Parameter:
      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()
  • Methodendetails