Klasse FieldReferenceData
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldReferenceData
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldReferenceData
extends Object
FieldReferenceData
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
Whether the field provide auto-complete suggestions.static enum
Whether this field has been deprecated.static class
static enum
Whether the field can be used in a query'sORDER BY
clause.static enum
Whether the content of this field can be searched. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FieldReferenceData.AutoEnum
Whether the field provide auto-complete suggestions.protected String
If the item is a custom field, the ID of the custom field.protected FieldReferenceData.DeprecatedEnum
Whether this field has been deprecated.protected String
The searcher key of the field, only passed when the field is deprecated.protected String
The display name contains the following: * for system fields, the field name.The valid search operators for the field.protected FieldReferenceData.OrderableEnum
Whether the field can be used in a query'sORDER BY
clause.protected FieldReferenceData.SearchableEnum
Whether the content of this field can be searched.The data types of items in the field.protected String
The field identifier. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldReferenceData
(FieldReferenceData.AutoEnum auto, String cfid, FieldReferenceData.DeprecatedEnum deprecated, String deprecatedSearcherKey, String displayName, List<String> operators, FieldReferenceData.OrderableEnum orderable, FieldReferenceData.SearchableEnum searchable, List<String> types, String value) Constructs a validated instance ofFieldReferenceData
.Constructs a validated instance ofFieldReferenceData
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauto()
Whether the field provide auto-complete suggestions.Whether the field provide auto-complete suggestions.builder()
protected boolean
cfid()
If the item is a custom field, the ID of the custom field.If the item is a custom field, the ID of the custom field.Whether this field has been deprecated.deprecated
(FieldReferenceData.DeprecatedEnum deprecated) Whether this field has been deprecated.The searcher key of the field, only passed when the field is deprecated.deprecatedSearcherKey
(String deprecatedSearcherKey) The searcher key of the field, only passed when the field is deprecated.The display name contains the following: * for system fields, the field name.displayName
(String displayName) The display name contains the following: * for system fields, the field name.boolean
int
hashCode()
The valid search operators for the field.The valid search operators for the field.Whether the field can be used in a query'sORDER BY
clause.orderable
(FieldReferenceData.OrderableEnum orderable) Whether the field can be used in a query'sORDER BY
clause.Whether the content of this field can be searched.searchable
(FieldReferenceData.SearchableEnum searchable) Whether the content of this field can be searched.toString()
types()
The data types of items in the field.The data types of items in the field.value()
The field identifier.The field identifier.
-
Felddetails
-
auto
Whether the field provide auto-complete suggestions. -
cfid
If the item is a custom field, the ID of the custom field. -
deprecated
Whether this field has been deprecated. -
deprecatedSearcherKey
The searcher key of the field, only passed when the field is deprecated. -
displayName
The display name contains the following: * for system fields, the field name. For example,Summary
. * for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example,Component - Component[Dropdown]
. * for other custom fields, the field name followed by a hyphen and then the custom field ID. For example,Component - cf[10061]
. -
operators
The valid search operators for the field. -
orderable
Whether the field can be used in a query'sORDER BY
clause. -
searchable
Whether the content of this field can be searched. -
types
The data types of items in the field. -
value
The field identifier.
-
-
Konstruktordetails
-
FieldReferenceData
Constructs a validated instance ofFieldReferenceData
.- Parameter:
spec
- the specification to process
-
FieldReferenceData
@Internal public FieldReferenceData(FieldReferenceData.AutoEnum auto, String cfid, FieldReferenceData.DeprecatedEnum deprecated, String deprecatedSearcherKey, String displayName, List<String> operators, FieldReferenceData.OrderableEnum orderable, FieldReferenceData.SearchableEnum searchable, List<String> types, String value) Constructs a validated instance ofFieldReferenceData
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldReferenceData(Consumer)
instead.- Parameter:
auto
- Whether the field provide auto-complete suggestions.cfid
- If the item is a custom field, the ID of the custom field.deprecated
- Whether this field has been deprecated.deprecatedSearcherKey
- The searcher key of the field, only passed when the field is deprecated.displayName
- The display name contains the following: * for system fields, the field name. For example,Summary
. * for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example,Component - Component[Dropdown]
. * for other custom fields, the field name followed by a hyphen and then the custom field ID. For example,Component - cf[10061]
.operators
- The valid search operators for the field.orderable
- Whether the field can be used in a query'sORDER BY
clause.searchable
- Whether the content of this field can be searched.types
- The data types of items in the field.value
- The field identifier.
-
FieldReferenceData
protected FieldReferenceData()
-
-
Methodendetails
-
builder
-
auto
Whether the field provide auto-complete suggestions. -
cfid
If the item is a custom field, the ID of the custom field. -
deprecated
Whether this field has been deprecated. -
deprecatedSearcherKey
The searcher key of the field, only passed when the field is deprecated. -
displayName
The display name contains the following: * for system fields, the field name. For example,Summary
. * for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example,Component - Component[Dropdown]
. * for other custom fields, the field name followed by a hyphen and then the custom field ID. For example,Component - cf[10061]
. -
operators
The valid search operators for the field. -
orderable
Whether the field can be used in a query'sORDER BY
clause. -
searchable
Whether the content of this field can be searched. -
types
The data types of items in the field. -
value
The field identifier. -
auto
Whether the field provide auto-complete suggestions.- Gibt zurück:
this
.
-
cfid
If the item is a custom field, the ID of the custom field.- Gibt zurück:
this
.
-
deprecated
Whether this field has been deprecated.- Gibt zurück:
this
.
-
deprecatedSearcherKey
The searcher key of the field, only passed when the field is deprecated.- Gibt zurück:
this
.
-
displayName
The display name contains the following: * for system fields, the field name. For example,Summary
. * for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example,Component - Component[Dropdown]
. * for other custom fields, the field name followed by a hyphen and then the custom field ID. For example,Component - cf[10061]
.- Gibt zurück:
this
.
-
operators
The valid search operators for the field.- Gibt zurück:
this
.
-
orderable
Whether the field can be used in a query'sORDER BY
clause.- Gibt zurück:
this
.
-
searchable
Whether the content of this field can be searched.- Gibt zurück:
this
.
-
types
The data types of items in the field.- Gibt zurück:
this
.
-
value
The field identifier.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-