Klasse FunctionOperand

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

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

    • arguments

      protected List<String> arguments
      The list of function arguments.
    • encodedOperand

      protected String encodedOperand
      Encoded operand, which can be used directly in a JQL query.
    • function

      protected String function
      The name of the function.
  • Konstruktordetails

    • FunctionOperand

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

      @Internal public FunctionOperand(List<String> arguments, String encodedOperand, String function)
      Constructs a validated instance of FunctionOperand.

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

      Parameter:
      arguments - The list of function arguments.
      encodedOperand - Encoded operand, which can be used directly in a JQL query.
      function - The name of the function.
    • FunctionOperand

      protected FunctionOperand()
  • Methodendetails

    • builder

      public static FunctionOperand.FunctionOperandBuilder builder()
    • arguments

      public List<String> arguments()
      The list of function arguments.
    • encodedOperand

      public String encodedOperand()
      Encoded operand, which can be used directly in a JQL query.
    • function

      public String function()
      The name of the function.
    • arguments

      public FunctionOperand arguments(List<String> arguments)
      The list of function arguments.
      Gibt zurück:
      this.
    • encodedOperand

      public FunctionOperand encodedOperand(String encodedOperand)
      Encoded operand, which can be used directly in a JQL query.
      Gibt zurück:
      this.
    • function

      public FunctionOperand function(String function)
      The name of the function.
      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