toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityInstance
Tracked
Entity
Instance
abstract
class
TrackedEntityInstance
:
BaseDeletableDataObject
,
ObjectWithUidInterface
Members
Constructors
Tracked
Entity
Instance
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Functions
aggregated
Sync
State
Link copied to clipboard
@
Nullable
abstract
fun
aggregatedSyncState
(
)
:
State
builder
Link copied to clipboard
open
fun
builder
(
)
:
TrackedEntityInstance.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
TrackedEntityInstance
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
created
At
Client
Link copied to clipboard
@
Nullable
abstract
fun
createdAtClient
(
)
:
Date
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
geometry
Link copied to clipboard
@
Nullable
abstract
fun
geometry
(
)
:
Geometry
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
last
Updated
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdated
(
)
:
Date
last
Updated
At
Client
Link copied to clipboard
@
Nullable
abstract
fun
lastUpdatedAtClient
(
)
:
Date
organisation
Unit
Link copied to clipboard
@
Nullable
abstract
fun
organisationUnit
(
)
:
String
program
Owners
Link copied to clipboard
@
Nullable
abstract
fun
programOwners
(
)
:
List
<
ProgramOwner
>
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
(
)
:
TrackedEntityInstance.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
tracked
Entity
Attribute
Values
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityAttributeValues
(
)
:
List
<
TrackedEntityAttributeValue
>
tracked
Entity
Type
Link copied to clipboard
@
Nullable
abstract
fun
trackedEntityType
(
)
:
String
uid
Link copied to clipboard
abstract
fun
uid
(
)
:
String