Klasse EventNotificationField
java.lang.Object
io.github.primelib.jira4j.restv2.model.EventNotificationField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EventNotificationField
extends Object
EventNotificationField
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe names that can be used to reference the field in an advanced search.protected Boolean
Whether the field is a custom field.protected String
The ID of the field.protected String
The key of the field.protected String
The name of the field.protected Boolean
Whether the field can be used as a column on the issue navigator.protected Boolean
Whether the content of the field can be used to order lists.protected FieldDetailsSchema
protected FieldDetailsScope
protected Boolean
Whether the content of the field can be searched. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofEventNotificationField
.EventNotificationField
(Set<String> clauseNames, Boolean custom, String id, String key, String name, Boolean navigable, Boolean orderable, FieldDetailsSchema schema, FieldDetailsScope scope, Boolean searchable) Constructs a validated instance ofEventNotificationField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The names that can be used to reference the field in an advanced search.clauseNames
(Set<String> clauseNames) The names that can be used to reference the field in an advanced search.custom()
Whether the field is a custom field.Whether the field is a custom field.boolean
int
hashCode()
id()
The ID of the field.The ID of the field.key()
The key of the field.The key of the field.name()
The name of the field.The name of the field.Whether the field can be used as a column on the issue navigator.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.Whether the content of the field can be used to order lists.schema()
schema
(FieldDetailsSchema schema) scope()
scope
(FieldDetailsScope scope) Whether the content of the field can be searched.searchable
(Boolean searchable) Whether the content of the field can be searched.toString()
-
Felddetails
-
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). -
custom
Whether the field is a custom field. -
id
The ID of the field. -
key
The key of the field. -
name
The name of the field. -
orderable
Whether the content of the field can be used to order lists. -
schema
-
scope
-
searchable
Whether the content of the field can be searched.
-
-
Konstruktordetails
-
EventNotificationField
Constructs a validated instance ofEventNotificationField
.- Parameter:
spec
- the specification to process
-
EventNotificationField
@Internal public EventNotificationField(Set<String> clauseNames, Boolean custom, String id, String key, String name, Boolean navigable, Boolean orderable, FieldDetailsSchema schema, FieldDetailsScope scope, Boolean searchable) Constructs a validated instance ofEventNotificationField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EventNotificationField(Consumer)
instead.- Parameter:
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).custom
- Whether the field is a custom field.id
- The ID of the field.key
- The key of the field.name
- The name of the field.navigable
- Whether the field can be used as a column on the issue navigator.orderable
- Whether the content of the field can be used to order lists.schema
- var.namescope
- var.namesearchable
- Whether the content of the field can be searched.
-
EventNotificationField
protected EventNotificationField()
-
-
Methodendetails
-
builder
-
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). -
custom
Whether the field is a custom field. -
id
The ID of the field. -
key
The key of the field. -
name
The name of the field. -
orderable
Whether the content of the field can be used to order lists. -
schema
-
scope
-
searchable
Whether the content of the field can be searched. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-