toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.datavalue
/
DataValue
Data
Value
abstract
class
DataValue
:
BaseDeletableDataObject
Members
Constructors
Data
Value
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Functions
attribute
Option
Combo
Link copied to clipboard
@
Nullable
abstract
fun
attributeOptionCombo
(
)
:
String
builder
Link copied to clipboard
open
fun
builder
(
)
:
DataValue.Builder
category
Option
Combo
Link copied to clipboard
@
Nullable
abstract
fun
categoryOptionCombo
(
)
:
String
comment
Link copied to clipboard
@
Nullable
abstract
fun
comment
(
)
:
String
create
Link copied to clipboard
@
NonNull
open
fun
create
(
cursor
:
Cursor
)
:
DataValue
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
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
follow
Up
Link copied to clipboard
@
Nullable
abstract
fun
followUp
(
)
:
Boolean
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
organisation
Unit
Link copied to clipboard
@
Nullable
abstract
fun
organisationUnit
(
)
:
String
period
Link copied to clipboard
@
Nullable
abstract
fun
period
(
)
:
String
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
(
)
:
DataValue.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String