Class JqlQueryField
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryField
extends Object
JqlQueryField
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe encoded name of the field, which can be used directly in a JQL query.protected StringThe name of the field.protected List<JqlQueryFieldEntityProperty>When the field refers to a value in an entity property, details of the entity property value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJqlQueryField(String encodedName, String name, List<JqlQueryFieldEntityProperty> property) Constructs a validated instance ofJqlQueryField.JqlQueryField(Consumer<JqlQueryField> spec) Constructs a validated instance ofJqlQueryField. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe encoded name of the field, which can be used directly in a JQL query.encodedName(String encodedName) The encoded name of the field, which can be used directly in a JQL query.booleaninthashCode()name()The name of the field.The name of the field.property()When the field refers to a value in an entity property, details of the entity property value.property(List<JqlQueryFieldEntityProperty> property) When the field refers to a value in an entity property, details of the entity property value.toString()
-
Field Details
-
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.
-
-
Constructor Details
-
JqlQueryField
Constructs a validated instance ofJqlQueryField.- Parameters:
spec- the specification to process
-
JqlQueryField
@Internal public JqlQueryField(String encodedName, String name, List<JqlQueryFieldEntityProperty> property) Constructs a validated instance ofJqlQueryField.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
-
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. -
encodedName
The encoded name of the field, which can be used directly in a JQL query.- Returns:
this.
-
name
The name of the field.- Returns:
this.
-
property
When the field refers to a value in an entity property, details of the entity property value.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-