toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityAttributeValue
Tracked
Entity
Attribute
Value
abstract
class
TrackedEntityAttributeValue
:
BaseDataObject
,
ObjectWithDeleteInterface
Members
Constructors
Tracked
Entity
Attribute
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
(
)
:
TrackedEntityAttributeValue.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
TrackedEntityAttributeValue
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
deleted
Link copied to clipboard
open
fun
deleted
(
)
:
Boolean
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
TrackedEntityAttributeValue.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Attribute
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityAttribute
(
)
:
String
tracked
Entity
Instance
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityInstance
(
)
:
String
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String