Klasse JiraExpressionResult

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

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

    • meta

      protected JiraExpressionResultMeta meta
    • value

      protected Object value
      The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
  • Konstruktordetails

    • JiraExpressionResult

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

      @Internal public JiraExpressionResult(JiraExpressionResultMeta meta, Object value)
      Constructs a validated instance of JiraExpressionResult.

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

      Parameter:
      meta - var.name
      value - The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
    • JiraExpressionResult

      protected JiraExpressionResult()
  • Methodendetails

    • builder

    • meta

      public JiraExpressionResultMeta meta()
    • value

      public Object value()
      The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
    • meta

      Gibt zurück:
      this.
    • value

      public JiraExpressionResult value(Object value)
      The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object