Class JqlFunctionPrecomputationBean

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

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

    • arguments

      protected List<String> arguments
      The list of arguments function was invoked with.
    • created

      protected OffsetDateTime created
      The timestamp of the precomputation creation.
    • error

      protected String error
      The error message to be displayed to the user.
    • field

      protected String field
      The field the function was executed against.
    • functionKey

      protected String functionKey
      The function key.
    • functionName

      protected String functionName
      The name of the function.
    • id

      protected String id
      The id of the precomputation.
    • operator

      protected String operator
      The operator in context of which function was executed.
    • updated

      protected OffsetDateTime updated
      The timestamp of the precomputation last update.
    • used

      protected OffsetDateTime used
      The timestamp of the precomputation last usage.
    • value

      protected String value
      The JQL fragment stored as the precomputation.
  • Constructor Details

    • JqlFunctionPrecomputationBean

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

      @Internal public JqlFunctionPrecomputationBean(List<String> arguments, OffsetDateTime created, String error, String field, String functionKey, String functionName, String id, String operator, OffsetDateTime updated, OffsetDateTime used, String value)
      Constructs a validated instance of JqlFunctionPrecomputationBean.

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

      Parameters:
      arguments - The list of arguments function was invoked with.
      created - The timestamp of the precomputation creation.
      error - The error message to be displayed to the user.
      field - The field the function was executed against.
      functionKey - The function key.
      functionName - The name of the function.
      id - The id of the precomputation.
      operator - The operator in context of which function was executed.
      updated - The timestamp of the precomputation last update.
      used - The timestamp of the precomputation last usage.
      value - The JQL fragment stored as the precomputation.
    • JqlFunctionPrecomputationBean

      protected JqlFunctionPrecomputationBean()
  • Method Details