toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.trackedentity
/
TrackedEntityAttributeReservedValue
Tracked
Entity
Attribute
Reserved
Value
abstract
class
TrackedEntityAttributeReservedValue
:
CoreObject
Members
Constructors
Tracked
Entity
Attribute
Reserved
Value
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
(
)
:
TrackedEntityAttributeReservedValue.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
TrackedEntityAttributeReservedValue
created
Link copied to clipboard
@
Nullable
abstract
fun
created
(
)
:
Date
expiry
Date
Link copied to clipboard
@
Nullable
abstract
fun
expiryDate
(
)
:
Date
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
key
Link copied to clipboard
@
Nullable
abstract
fun
key
(
)
:
String
organisation
Unit
Link copied to clipboard
@
Nullable
abstract
fun
organisationUnit
(
)
:
String
owner
Object
Link copied to clipboard
@
Nullable
abstract
fun
ownerObject
(
)
:
String
owner
Uid
Link copied to clipboard
@
Nullable
abstract
fun
ownerUid
(
)
:
String
pattern
Link copied to clipboard
@
Nullable
abstract
fun
pattern
(
)
:
String
temporal
Validity
Date
Link copied to clipboard
@
Nullable
abstract
fun
temporalValidityDate
(
)
:
Date
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
TrackedEntityAttributeReservedValue.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String