Class JqlQueryField.JqlQueryFieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryField.JqlQueryFieldBuilder
- Enclosing class:
- JqlQueryField
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
encodedName
(String encodedName) The encoded name of the field, which can be used directly in a JQL query.The name of the field.property
(List<JqlQueryFieldEntityProperty> property) When the field refers to a value in an entity property, details of the entity property value.toString()
-
Method Details
-
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
.
-
build
-
toString
-