toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.note
/
Note
Note
abstract
class
Note
:
BaseDeletableDataObject
,
ObjectWithUidInterface
Members
Constructors
Note
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
:
BaseDeletableDataObject.Builder
<
T
>
Note
Type
Link copied to clipboard
enum
NoteType
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
Note.Builder
create
Link copied to clipboard
open
fun
create
(
cursor
:
Cursor
)
:
Note
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
By
Link copied to clipboard
@
Nullable
abstract
fun
storedBy
(
)
:
String
stored
Date
Link copied to clipboard
@
Nullable
abstract
fun
storedDate
(
)
:
String
sync
State
Link copied to clipboard
@
Nullable
abstract
fun
syncState
(
)
:
State
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
Note.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