toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.dataelement
/
DataElementOperand
Data
Element
Operand
abstract
class
DataElementOperand
:
BaseObject
,
ObjectWithUidInterface
,
ObjectWithDeleteInterface
Members
Constructors
Data
Element
Operand
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
DataElementOperand.Builder
category
Option
Combo
Link copied to clipboard
@
Nullable
abstract
fun
categoryOptionCombo
(
)
:
ObjectWithUid
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
DataElementOperand
data
Element
Link copied to clipboard
@
Nullable
abstract
fun
dataElement
(
)
:
ObjectWithUid
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DataElementOperand.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
@
Nullable
abstract
fun
uid
(
)
:
String