toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityDataValue
/
Builder
Builder
abstract
class
Builder
:
BaseDataObject.Builder
<
T
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
TrackedEntityDataValue
created
Link copied to clipboard
abstract
fun
created
(
created
:
Date
)
:
TrackedEntityDataValue.Builder
data
Element
Link copied to clipboard
abstract
fun
dataElement
(
dataElement
:
String
)
:
TrackedEntityDataValue.Builder
event
Link copied to clipboard
abstract
fun
event
(
event
:
String
)
:
TrackedEntityDataValue.Builder
id
Link copied to clipboard
abstract
fun
id
(
id
:
Long
)
:
TrackedEntityDataValue.Builder
last
Updated
Link copied to clipboard
abstract
fun
lastUpdated
(
lastUpdated
:
Date
)
:
TrackedEntityDataValue.Builder
provided
Elsewhere
Link copied to clipboard
abstract
fun
providedElsewhere
(
providedElsewhere
:
Boolean
)
:
TrackedEntityDataValue.Builder
state
Link copied to clipboard
open
fun
state
(
state
:
State
)
:
T
stored
By
Link copied to clipboard
abstract
fun
storedBy
(
storedBy
:
String
)
:
TrackedEntityDataValue.Builder
sync
State
Link copied to clipboard
abstract
fun
syncState
(
@
Nullable
syncState
:
State
)
:
T
value
Link copied to clipboard
abstract
fun
value
(
value
:
String
)
:
TrackedEntityDataValue.Builder