toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.note
/
NoteTableInfo
/
Columns
Columns
open
class
Columns
:
DeletableDataColumns
Members
Constructors
Columns
Link copied to clipboard
constructor
(
)
Properties
AGGREGATED_SYNC_STATE
Link copied to clipboard
val
AGGREGATED_SYNC_STATE
:
String
=
"aggregatedSyncState"
DELETED
Link copied to clipboard
val
DELETED
:
String
=
"deleted"
ENROLLMENT
Link copied to clipboard
val
ENROLLMENT
:
String
=
"enrollment"
EVENT
Link copied to clipboard
val
EVENT
:
String
=
"event"
ID
Link copied to clipboard
val
ID
:
String
=
"_id"
NOTE_TYPE
Link copied to clipboard
val
NOTE_TYPE
:
String
=
"noteType"
STORED_BY
Link copied to clipboard
val
STORED_BY
:
String
=
"storedBy"
STORED_DATE
Link copied to clipboard
val
STORED_DATE
:
String
=
"storedDate"
SYNC_STATE
Link copied to clipboard
val
SYNC_STATE
:
String
=
"syncState"
VALUE
Link copied to clipboard
val
VALUE
:
String
=
"value"
Functions
all
Link copied to clipboard
open
fun
all
(
)
:
Array
<
String
>
where
Update
Link copied to clipboard
open
fun
whereUpdate
(
)
:
Array
<
String
>