Class JqlQueryField

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

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

    • encodedName

      protected String encodedName
      The encoded name of the field, which can be used directly in a JQL query.
    • name

      protected String name
      The name of the field.
    • property

      protected List<JqlQueryFieldEntityProperty> property
      When the field refers to a value in an entity property, details of the entity property value.
  • Constructor Details

    • JqlQueryField

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

      @Internal public JqlQueryField(String encodedName, String name, List<JqlQueryFieldEntityProperty> property)
      Constructs a validated instance of JqlQueryField.

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

      Parameters:
      encodedName - The encoded name of the field, which can be used directly in a JQL query.
      name - The name of the field.
      property - When the field refers to a value in an entity property, details of the entity property value.
    • JqlQueryField

      protected JqlQueryField()
  • Method Details

    • builder

      public static JqlQueryField.JqlQueryFieldBuilder builder()
    • encodedName

      public String encodedName()
      The encoded name of the field, which can be used directly in a JQL query.
    • name

      public String name()
      The name of the field.
    • property

      public List<JqlQueryFieldEntityProperty> property()
      When the field refers to a value in an entity property, details of the entity property value.
    • encodedName

      public JqlQueryField encodedName(String encodedName)
      The encoded name of the field, which can be used directly in a JQL query.
      Returns:
      this.
    • name

      public JqlQueryField name(String name)
      The name of the field.
      Returns:
      this.
    • property

      public JqlQueryField property(List<JqlQueryFieldEntityProperty> property)
      When the field refers to a value in an entity property, details of the entity property value.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object