Klasse JqlQueryField
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryField
extends Object
JqlQueryField
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The encoded name of the field, which can be used directly in a JQL query.protected String
The name of the field.protected List<JqlQueryFieldEntityProperty>
When the field refers to a value in an entity property, details of the entity property value. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JqlQueryField
(String encodedName, String name, List<JqlQueryFieldEntityProperty> property) Constructs a validated instance ofJqlQueryField
.JqlQueryField
(Consumer<JqlQueryField> spec) Constructs a validated instance ofJqlQueryField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The 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.boolean
int
hashCode()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JqlQueryField
Constructs a validated instance ofJqlQueryField
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
name
The name of the field.- Gibt zurück:
this
.
-
property
When the field refers to a value in an entity property, details of the entity property value.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-