Klasse JqlFunctionPrecomputationUpdateBean

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

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

    • error

      protected String error
      The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.
    • id

      protected String id
      The id of the precomputation to update.
    • value

      protected String value
      The new value of the precomputation.
  • Konstruktordetails

    • JqlFunctionPrecomputationUpdateBean

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

      @Internal public JqlFunctionPrecomputationUpdateBean(String error, String id, String value)
      Constructs a validated instance of JqlFunctionPrecomputationUpdateBean.

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

      Parameter:
      error - The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.
      id - The id of the precomputation to update.
      value - The new value of the precomputation.
    • JqlFunctionPrecomputationUpdateBean

      protected JqlFunctionPrecomputationUpdateBean()
  • Methodendetails