scheme
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
FieldValue
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
fun
of
(
value
:
Boolean
)
:
FieldValue
fun
of
(
value
:
Double
)
:
FieldValue
fun
of
(
value
:
Float
)
:
FieldValue
fun
of
(
value
:
Int
)
:
FieldValue
fun
of
(
value
:
Long
)
:
FieldValue
fun
of
(
value
:
String
)
:
FieldValue
of
Long
List
Link copied to clipboard
fun
ofLongList
(
value
:
List
<
Long
>
)
:
FieldValue
of
Object
Link copied to clipboard
fun
ofObject
(
value
:
FieldsValues
)
:
FieldValue
of
Object
List
Link copied to clipboard
fun
ofObjectList
(
value
:
List
<
FieldsValues
>
)
:
FieldValue
of
String
List
Link copied to clipboard
fun
ofStringList
(
value
:
List
<
String
>
)
:
FieldValue