Klasse EventNotificationField.EventNotificationFieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.EventNotificationField.EventNotificationFieldBuilder
- Umschließende Klasse:
EventNotificationField
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()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()
-
Methodendetails
-
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).- Gibt zurück:
this.
-
custom
Whether the field is a custom field.- Gibt zurück:
this.
-
id
The ID of the field.- Gibt zurück:
this.
-
key
The key of the field.- Gibt zurück:
this.
-
name
The name of the field.- Gibt zurück:
this.
-
orderable
Whether the content of the field can be used to order lists.- Gibt zurück:
this.
-
schema
- Gibt zurück:
this.
-
scope
- Gibt zurück:
this.
-
searchable
Whether the content of the field can be searched.- Gibt zurück:
this.
-
build
-
toString
-