Enum Class CustomFieldType
- All Implemented Interfaces:
Serializable,Comparable<CustomFieldType>,java.lang.constant.Constable
The type of a custom field
- Since:
- 7.3
- API:
- This is a public API.
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
STRING
Can store up to 2000 characters. Has fast search and filter performance.- API:
- This public API is available in Java.
-
TEXT
Can store up to 2 GBytes of characters. Has bad search and filter performance, consider usingSTRINGfields instead.- API:
- This public API is available in Java.
-
NUMBER
Can store numbers with 30 digits before and 10 digits after the comma. Has fast search and filter performance.- API:
- This public API is available in Java.
-
TIMESTAMP
Can store date and time information with a resolution of at least 1 second. Has fast search and filter performance.- API:
- This public API is available in Java.
-
-
Method Details
-
valueType
The type of the value that is supported by this field.- Returns:
- value type
- API:
- This public API is available in Java.
-