Class EventNotificationField.EventNotificationFieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.EventNotificationField.EventNotificationFieldBuilder
- Enclosing class:
- EventNotificationField
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clauseNames
(Set<String> clauseNames) The names that can be used to reference the field in an advanced search.Whether the field is a custom field.The ID of the field.The key of the field.The name of the field.Whether the field can be used as a column on the issue navigator.Whether the content of the field can be used to order lists.schema
(FieldDetailsSchema schema) scope
(FieldDetailsScope scope) searchable
(Boolean searchable) Whether the content of the field can be searched.toString()
-
Method Details
-
clauseNames
The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).- Returns:
this
.
-
custom
Whether the field is a custom field.- Returns:
this
.
-
id
The ID of the field.- Returns:
this
.
-
key
The key of the field.- Returns:
this
.
-
name
The name of the field.- Returns:
this
.
-
orderable
Whether the content of the field can be used to order lists.- Returns:
this
.
-
schema
- Returns:
this
.
-
scope
- Returns:
this
.
-
searchable
Whether the content of the field can be searched.- Returns:
this
.
-
build
-
toString
-