Class EventNotificationField
java.lang.Object
io.github.primelib.jira4j.restv3.model.EventNotificationField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EventNotificationField
extends Object
EventNotificationField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field 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). -
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.
-
-
Constructor Details
-
EventNotificationField
Constructs a validated instance ofEventNotificationField
.- Parameters:
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.- Parameters:
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
- schemascope
- scopesearchable
- Whether the content of the field can be searched.
-
EventNotificationField
protected EventNotificationField()
-
-
Method Details
-
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).- 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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-