toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.note
/
NewTrackerImporterNote
New
Tracker
Importer
Note
abstract
class
NewTrackerImporterNote
:
BaseDeletableDataObject
,
ObjectWithUidInterface
Members
Constructors
New
Tracker
Importer
Note
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
NewTrackerImporterNote.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
NewTrackerImporterNote
deleted
Link copied to clipboard
@
Nullable
abstract
fun
deleted
(
)
:
Boolean
enrollment
Link copied to clipboard
@
Nullable
abstract
fun
enrollment
(
)
:
String
event
Link copied to clipboard
@
Nullable
abstract
fun
event
(
)
:
String
id
Link copied to clipboard
@
Nullable
abstract
fun
id
(
)
:
Long
note
Type
Link copied to clipboard
@
Nullable
abstract
fun
noteType
(
)
:
Note.NoteType
state
Link copied to clipboard
@
Nullable
open
fun
state
(
)
:
State
stored
At
Link copied to clipboard
@
Nullable
abstract
fun
storedAt
(
)
:
String
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
(
)
:
NewTrackerImporterNote.Builder
to
Content
Values
Link copied to clipboard
abstract
fun
toContentValues
(
)
:
ContentValues
uid
Link copied to clipboard
abstract
fun
uid
(
)
:
String
value
Link copied to clipboard
@
Nullable
abstract
fun
value
(
)
:
String