Klasse JsonContextVariable

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

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

    • type

      protected String type
      Type of custom context variable.
    • value

      protected Object value
      A JSON object containing custom content.
  • Konstruktordetails

    • JsonContextVariable

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

      @Internal public JsonContextVariable(String type, Object value)
      Constructs a validated instance of JsonContextVariable.

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

      Parameter:
      type - Type of custom context variable.
      value - A JSON object containing custom content.
    • JsonContextVariable

      protected JsonContextVariable()
  • Methodendetails