toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityDataValue
Tracked
Entity
Data
Value
abstract
class
TrackedEntityDataValue
:
BaseDataObject
,
ObjectWithDeleteInterface
Members
Constructors
Tracked
Entity
Data
Value
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDataObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
TrackedEntityDataValue.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
TrackedEntityDataValue
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
data
Element
Link copied to clipboard
@
Nullable
abstract
fun
dataElement
(
)
:
String
deleted
Link copied to clipboard
open
fun
deleted
(
)
:
Boolean
event
Link copied to clipboard
@
Nullable
abstract
fun
event
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
provided
Elsewhere
Link copied to clipboard
@
Nullable
abstract
fun
providedElsewhere
(
)
:
Boolean
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
stored
By
Link copied to clipboard
@
Nullable
abstract
fun
storedBy
(
)
:
String
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
TrackedEntityDataValue.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String